* {
    padding: 0;
    margin: 0;
}

*:focus {  /* don't let browser show which elements are in focus with an ugly blue border */
    outline: 0;
}

#designer { 
    height: 100%; 
/*    overflow-y: hidden; */
    overflow: hidden;
/*    min-height: 600px; */
    font-family: verdana, arial, sans-serif; 
}

#spreadrow { 
    background: #333; 
    overflow: hidden; 
/*     min-width: 1100px; */
/*    min-width: 800px; */
}

.line {
    position: absolute;
    top: 116px;
    left: 300px;
    height: 100%;
    width: 1px;
    background: #00c;
}

#textlayer {
    position: absolute;
    float: left;		   
    background: #fff;
    min-width: 680px;
    min-height: 340px;
    opacity: 0.1;
}

#text_tool {
	   position: absolute;
	   border: 1px dashed black;
	   outline: 0;
	   display: none;
	   font: 10px Verdana;
	   overflow: hidden;
	   white-space: nowrap;
}

#fontlist {
 position: relative;
 height: 120px;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 overflow-x: hidden;
 overflow-y: scroll;
 list-style: none;

 -webkit-perspective: 400px;
 -moz-perspective: 400px;
 -ms-perspective: 400px;
 -o-perspective: 400px;
 perspective: 400px;
}

#fontlist li {
 position: relative;
 padding: 6px;
 background: #eee;
 color: #252525;
 font-size: 14px;
 z-index: 2;

 -webkit-transform: translateZ(0px);
 -moz-transform: translateZ(0px);
 -ms-transform: translateZ(0px);
 -o-transform: translateZ(0px);
 transform: translateZ(0px);
}

#fontlist li:nth-child(odd) {
 background: #fff;
}

/*
#fontlist li.current-font {
 background: #ddf;
}
*/

#fontlist li.current-font:before {
 content:  "\2713 ";
}

.text-box {
  position: absolute;
//  position: relative;
  white-space: pre;
  display: inline-block;
}

.RAD-text {
/*  position: absolute; */
  position: relative;
  min-width: 30px;
  white-space: pre;
  display: block;
}

.text-draggable {
 position: relative;
 height: 10px;
 cursor: move;
// background: #fff url(http://merchantmomphotoeditor.com/pixenate/docs/resize_handle2.gif) 100% 100% no-repeat;
}

@-webkit-keyframes blink {
  0%, 49.9%, 100%   { opacity: 0; }
  50%, 99.9% { opacity: 1; }
}

.blueborder {
 -webkit-box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 255, 0.1);
 -moz-box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 255, 0.1);
 box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 255, 0.1);
}

.redborder {
 -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255, 0, 0, 1);
 -moz-box-shadow:inset 0px 0px 0px 1px rgba(255, 0, 0, 1);
 box-shadow:inset 0px 0px 0px 1px rgba(255, 0, 0, 1);
}

.greenborder {
 border: 1px solid green;
}



#current-spread { 
/*    position: relative; */
    position: absolute;
    float: left;		   
    background: #fff;
/*    min-width: 680px;
    min-height: 340px; */
    left: 0px;
    top: 0px;
    border: 1px solid black;
    background-image: url('../images/loading.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.handle-style {
    background: url('../images/style-ready-button.png');
}


div#tools, div#styletools, div#texttools {
    float: left;
    position: absolute;
    padding: 5px;
    width: 218px;
    height: auto;
    background: #888;
    font-size: small;
    border-radius: 5px;
    -webkit-box-shadow: -7px 10px 18px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -7px 10px 18px 0px rgba(0,0,0,0.5);
    box-shadow: -7px 10px 18px 0px rgba(0,0,0,0.5);
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#f4f4f4));
    background: -moz-linear-gradient(top,  #fafafa,  #f4f4f4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4');
    z-index: 999;
}

#textarea {
    width: 215px;
    height: 75px;
    background: lightblue;
    border-radius: 5px;
    margin-bottom: -3px;
    resize: none;
}

#textbutton-group {
    margin-top: 5px;
    text-align: center;
}		  

#text-Cancel-btn, #text-OK-btn {
    height: 25px;
    width: auto;
    margin-top: 4px;
    font-size: small;
}

#text-Delete-btn {
    height: 25px;
    width: auto;
    margin-top: 4px;
    font-size: small;
}

#text-typeface {
    width: 400px;
    font-size: small;
}

#font-flyout {
 width: 215px;
 margin-top: 5px;
 margin-bottom: 5px;
}

.messagepop {
  background-color:#DDD;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:400px;
  z-index:1000;
  padding: 5px 5px 5px;
  opacity: 0.8;
}


#typesize-spinner, #linespacing-spinner { 
 width: 40px; 
 height: 20px;
 padding-left: 5px;
 margin-top: -2px;
}

#typesize-group { margin-bottom: 5px; }

#text-style { 
 width: 100px; 
 font-size: small;
}

#textstyle-group {
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 30px;
}

#justify-group { 
 margin-bottom: 40px; 
 margin-left: 60px;
 margin-top: 5px;
 font-size: small;
}

#justify-left, #justify-center, #justify-right {
    border-radius: 1px;
    float: left;
    margin-right: 10px;
}

#text-linespacing {
 background: black;
 border-radius: 1px;
 font-size: small;
}

#linespacing-label, #typesize-label, #alignment-label, #textstyle-label, #textcolor-label, #typeface-label {
 clear: left;
 float: left;
 text-align: right;
 margin-right: 10px;
 display: inline-block;
 width: 50px;
 font-size: small;
}

#text-typesize, #text-linespacing {
 width: 60px;
 margin: 10px;
 font-size: small;
}

#auto-linespacing {
 font-size: 90%;
}

#textpicker {
 margin-left: 60px;
 padding:0;
 border:0;
 width:75px;
 height:20px;
 border-right:20px solid black;
 line-height:20px;
}

#picker {
 margin:0;
 padding:0;
 border:0;
 width:70px;
 height:25px;
 border-right:20px solid pink;
 line-height:20px;
}

#background { 
    margin-left: 5px; 
    margin-top: -5px;
}

.colpick, .colpick * { z-index: 9999; }

#savebtn, #deletebtn, #fliphoriz, #flipvert, #clearbtn, #arrange, #closebtn { 
    margin: 2px;
    width: 210px; 
    height: 27px;
}

#closebtn {
    margin-bottom: 10px;
}

#tplsetbtn { 
    border-radius: 2px;
}

#styletool {
    border-radius: 2px;
}

#padlock {
    border-radius: 2px;
}


#templates {
    margin-top: -9px;
}

.style-hr {
    margin: 10px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

#select-label { 
    margin-left: 2px;
    margin-bottom: 3px; 
    padding: 2px;
}

#border-label { 
    margin-left: 2px;
    padding: 2px;
}

#select-none-btn, #select-all-btn, #black-border-btn, #white-border-btn, #no-border-btn,
#black-white-btn, #color-btn, #opaque-btn, #select-inverse-btn, #styletools-savespread, #styletools-exit, #replace-btn {
    font-size: small;		  
    margin: 2px;
    height: 25px;
}

#zoom-slider {
    width: 190px;
    height: 2px;   
    margin-left: 10px;
    margin-bottom: 10px;
    opacity: 0;
}

.ui-slider-handle {  
   height: 3px;
}  


#border-width, #border-radius, #border-color, #opacity, #photo-color {
    margin-bottom: -8px;
    margin-top: -8px;
}



#border-width-label, #border-radius-label, #border-color-label, #opacity-label, #photo-color-label {
    margin: 10px;
    clear: left;
    text-align: left;
    display: inline-block;
    width: 50px;
}

#border-radius-slider, #border-width-slider, #opacity-slider {
    width: 100px;
}		      

#border-radius-value, #border-width-value, #opacity-value { 
    width: 20px; 
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de; 
    background-color: #EDF2F7;
    border-radius: 5px;
}

#styletools-savespread {
    border-radius: 5px;
    font-size: small;
    width: 120px;
    margin: 2px;
}

#styletools-exit {
    border-radius: 5px;
    font-size: small;
    width: 75px;
    margin: 2px;
}

#styletools-preview {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    clip: rect(0, 211px, 35px, 0);
}		    

div#template-column {
    float: left;
    background: #333;
    padding: 1px 0 1px 0;
    width: 100%;
    height: 73px;
    overflow-x: auto; /* scroll */
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
}

div#spreads {
    float: left;	    
    background: #333;
    padding: 6px 0 2px 0;
    width: 100%;
    overflow-y: hidden;
    border-radius: 5px;
}

#photos {
    list-style-type: none;
    overflow-x: auto; 
    overflow-y: hidden;
    background: #000;
}

#photos li {
    float: left;
    vertical-align: bottom;
    margin: auto;
    height: 90px;
    width: 90px;
    line-height: 85px;
    background: #333;
    border: 1px solid #888;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.thumbnail {
    max-height: 80px;
    max-width: 80px;
    border: 1px solid #aaa;
}

.listitems {
    list-style-type: none;
    white-space: nowrap;
}

.listitems li {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}

div#template-column img {
    border: 1px solid #999;
}

.template {
    margin: 10px 0 0 0;
    border: 1px solid #999;    
}


.spreadtn {
    max-height: 130px; /* was 90 */
    width: auto;
}

.hover {
/*  border: 1px solid #000; */
  opacity: 0.4;
}

.orange {
 background: orange;
}

.used {
//position: absolute !important;
  opacity: 0.2;
  vertical-align: middle;
}

.markused {
  display: inline-block;

}

.selected {
  border: 1px solid orange;
}


.ui-dialog, .ui-widget-overlay {
  z-index: 99999;
}

.ui-resizable-handle { 
    position: absolute;
    font-size: 0.1px; 
    z-index: 99999; 
    display: block;
}

.replace-caption {
    font-size: 80%;
    color: white;
}

.replace-thumbnail {
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
    border: 1px solid #aaa;
}

.replace-thumbnail-used {
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
    border: 1px solid #aaa;
    opacity: 0.2;
}

.replace-thumbnail-gallery {
    border: 2px solid #DB2;
}

.replace-thumbnail-selected {
    border: 1px solid #f00;
}


/* --- sly --- */

.photo-scrollbar {
  margin: 0 0 0.5em 0;
  height: 15px;
  background: #333;
  line-height: 0;
}

.photo-scrollbar .photo-handle {
  width: 100px; /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #898a83;
  cursor: pointer;
}

/* --- end of sly --- */

#arrange-spreads {
  list-style-type: none;
}

#arrange-spreads li {
 margin: 3px 3px 3px 0; 
 padding: 1px; 
 float: left; 
 width: 260px; 
 height: 130px; 
 font-size: 4em; 
 text-align: center; 
}

#checkbox { padding: 10px; }
#bgcolor { padding: 10px; }
#statistics { padding: 10px; }
#exporter { 
    font-family: verdana, arial, sans-serif;
    margin-left: 20px;
    margin-top: 20px;
}    	  

#exporter,h3 {
/*    margin-bottom: 10px; */
}

#export-pb {
    background: white;
}

#exportlabel {
    color: #667D15;
}


.ui-menu { margin: 10px 0 10px 0; width: 250px; z-index: 100; }
#export-dimensions input { width: 50px; margin: 5px 0 5px 0; }
#exportbtn { margin: 10px 0 10px 0; }
#diagnostics { margin: 20px 10px 10px 0; }
#downloadbtn { font-size: large; background: #70ee70; margin: 5px 0 10px 0; }
#dpiwarning { color:#222; margin: 10px 10px 10px 10px; padding: 5px; border-radius: 5px;
 }

#create-new-album-btn {
 font-size: 16px;
 margin: 15px 0px 15px 0px;
}

#create-new-album-form {
    font-size: 16px;
}



#album-manager { 
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
}    	  

#album-manager p {
    line-height: 2;
}	       

#logout { 
    font-family: verdana, arial, sans-serif;
    text-align: right; 
    margin-right: 20px;
    margin-top: 20px;
} 

#missing-hires-dialog {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

#hires-info {
    margin-top: -4px;
    margin-bottom: -5px;
}

#replace-dialog {
 font-size: 14px;
 font-family: verdana, arial, sans-serif;
}


#versiondialog {
 font-size: 14px;
 font-family: verdana, arial, sans-serif;
}

#sharedialog {
 font-size: 14px;
 font-family: verdana, arial, sans-serif;
}

#gallerydialog {
 font-size: 14px;
 font-family: verdana, arial, sans-serif;
}

#gallery-passwordtext, #gallery-title, #watermark-text {
 margin-bottom: 20px;
 border: 2px solid #dadada;
 border-radius: 2px;
 padding: 2px;
}

#watermark-options {
 padding: 10px;
 border: 1px solid #bbb;
}

#watermark-style-prefix, #watermark-position-prefix, #watermark-color-prefix, #watermark-text-prefix, #watermark-opacity-prefix, #watermark-font-prefix {
 display: inline-block;
 width: 100px;
}

#watermark-opacity {
 display: inline-block;
 width: 350px;
}

.wmark {
 display: inline-block;
 width: 50px;
}

#gallery-title, #watermark-text {
 width: 400px;
 margin-bottom: 10px;
 border: 2px solid #dadada;
 border-radius: 2px;
 padding: 2px;

}

#gallery-title-label { display: block; }
#gallery-passwordlabel { display: block; }


#gallery-passwordtext:focus, #gallery-title:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

#missing-hires-dialog {
 font-size: 14px;
 background-color: white;
}

form.albumform input.submit {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #fef4e9;
    border: solid 1px #da7c0c;
    border: solid 1px #333;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

form.albumform input[type=text] {
    width: 30%;
    padding: 8px 5px;
    font-size: 12px;

    /* Styles */
    border: 1px solid #000;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: #000;
}

.importfield {
    padding: 10px; 
    margin-top: 15px; 
    margin-bottom: 15px; 
    border:2px dotted #888;
    line-height: 150%;
}

.hires-lores-label {
    line-height: 300%;
}


.dbxbtn {
    background-image: url(../images/dropbox-30px.jpg) !important;
    background-repeat: no-repeat; 
    border: none;    
    height: 30px;
    width: 70px;
}

.export-legend, .import-legend, .project-details-label {
  background-color: #f6;
}

.import-pb {
    width: 80%;
    text-align: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 35px;
    margin-top: 2px;
}

.import-pb-label {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
}

.exportbar {
    width: 80%;
    text-align: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 35px;
}

#exportlabel {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
}

/* -- manager -- */

.disabled {
  opacity: 0.5;
/*  text-decoration: line-through;  */
  cursor: default !important;
}

.flipbook {
    width: 600px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;

/*
    border: 1px solid gray;
    box-shadow: 0px 2px 15px #333;
    -moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
*/
} 

.oadmenu  {
    width: 120px;
}

.oad-select {
    width: 150px;
}

.controls {
    position: relative;
    text-align: center;
    margin: 5px 120px;
}	  

.spreadnr {
    margin-top: 10px;
    text-align: center;
}

#begbtn, #prevbtn, #nextbtn, #endbtn {
    margin-top: 10px;
}




/* Begin Christians CSS */
.cm_inputcontainer {width:180px;position:relative;}
.cm_input {position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;}
.pblc, .pbhc {
	border: 1px solid #fff;
	padding:3px;
	margin-top:3px;
	border-radius:6px;
}

/* QT css */

.qtalbums {
    margin-bottom: 10px;
}

#close-window { 
    font-size: large; 
    margin: 5px 0 10px 0; 
    padding: 2px 2px 2px 2px;
}


#upload-files input.upload {
    background: #F2ECAD;
}

/*
#upload-files {
    background: #F2ECAD;
}
*/

.stats {
    font-size: large;
}

.messageBox {  
    font-family: 'Verdana', sans-serif;
    font-size: 100%;
    background: #fff;
    margin-left: 50%;
    margin-right: 50%;
    width: 150px;  
    padding: 10px;  
    border: 1px solid #666;  
    position: fixed; 
    top: 2%;  
    z-index: 9999;  
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
}

#submit-comments {
    display: block;
    margin: 1em;
    width: 500px;
    height: 100px;
    border: 1px solid;
}


@-webkit-keyframes greenPulse {
  from { background-color: #C4D6B8; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #A4D6B8; -webkit-box-shadow: 0 0 18px #A4D6B8; }
  to { background-color: #84D6B8; -webkit-box-shadow: 0 0 9px #333; }
}

.edit-spreads-btn-pulse {
  background: green;
  color: black;
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.manager-button {
//  font-size: 140%; /* !important; */
  font-size: 1.3vw !important;
  color: #444 !important;
  font-family: "Arial Narrow", Arial, sans-serif !important;
  margin: 5px;
}


.missing-hires-files {
  background: #ddd;
  margin: 10px;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
}

.readmore {
 color:purple; 
 background: #ddd;
 font-size: 70%;
 padding: 3px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
 font-weight: bold;
 margin-left: 5px;
}

.download-content-label {
 display: inline-block;
}

.FAQ {
 background: #ddd;
 font-size: 70%;
 padding: 3px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
 font-weight: bold;
 margin-left: 5px;

}

.FAQ a {
 color:purple; 
 text-decoration: none; 
}

.mfp-title {
  margin-left: 20px;
  font-size: 12px;
}

.mfp-bottom-bar {
  background: #000;
  opacity: 0.7;
  font-family: verdana, arial, sans-serif;
  margin-top: -60px;
}

.magnific-add {
  margin: 5px 10px 5px 10px;
  background: green;
  color: #ffffff;
  font-size: 80%;
}
 
.magnific-new {
  margin: 5px 10px 5px 0px;
  background: green;
  color: #ffffff;
  font-size: 80%;
}

.magnific-exit {
  margin: 5px 0px 5px 0px;
  background: green;
  color: #ffffff;
  font-size: 80%;
}

#usedphoto-suffix-select, #usedphoto-separator-select {
    border: 0 none;
    color: #FFF;
    background: transparent;
    border: 1px solid #888;
    padding: 2px 10px;
    width: 150px;
}

#usedphoto-separator-select {
    width: 80px;
}

#usedphoto-suffix-label {
    margin-left: 50px;
}

%%%

.albumsize-nav {
 float: left; 
 width: 280px; 
 border-top: 1px solid #999; 
 border-right: 1px solid #999;
 border-left: 1px solid #999;
 margin-bottom: 15px;
}

.albumsize-nav {
 margin-bottom: 5px;

 height: 200px;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 overflow-x: hidden;
 overflow-y: auto;
 list-style: none;

 -webkit-perspective: 400px;
 -moz-perspective: 400px;
 -ms-perspective: 400px;
 -o-perspective: 400px;
 perspective: 400px;
}

.albumsize-nav, .albumsize-nav ul, .albumsize-nav li {
 list-style:none;
}

.albumsize-nav li a {
 display: block;
 padding: 10px 15px;
 background: #ccc;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #999;
 text-decoration: none;
 color: #000;
}

.albumsize-nav li a:hover, .albumsize-nav li a.active {
 background: #999;
 color: #fff;
}

.albumsize-nav li ul {
 display: none;
}

.albumsize-nav li ul li a {
 padding: 10px 25px;
 background: #ececec;
 border-bottom: 1px dotted #ccc;
}

.albumsize-selected {
  color: #9ff;
}

#create-albumname {
  width: 97.5%;
}

#create-new-album-header-label {
 background-color: black; 
 color: white; 
 width: 98%; 
 margin-top: 5px; 
 margin-bottom: 10px;
 padding: 5px;
}

.album-toolbar {
 height: 40px;
 text-align: center;
 margin-bottom: 20px;
 white-space: nowrap;
}

.album-toolbar .button {
  margin-right: 10px;
}


.share-gallery-count {
 vertical-align: top;
 margin-left: -20px;
 width:30px;
 height:30px;
 line-height:30px;
// border: 2px solid #f5f5f5;
 border-radius: 50%;
 color: white !important;
 background: red !important;
 text-align:center;
 text-decoration:none;
// box-shadow: 0 0 3px gray;
 font-size: small;
 font-weight:bold;      
}

.album-comments-count {
 vertical-align: top;
 margin-left: -20px;
 width:30px;
 height:30px;
 line-height:30px;
// border: 2px solid #f5f5f5;
 border-radius: 50%;
 color: white !important;
 background: red !important;
 text-align:center;
 text-decoration:none;
// box-shadow: 0 0 3px gray;
 font-size: small;
 font-weight:bold;      
}


#clone-album-source-text {
 margin-bottom: 10px;
}