/*
CTC Separate Stylesheet
Updated: 2018-11-27 16:51:16
*/

/* Simple Lightbox: Adjustement of style. The Lighbox area below the media contains of folowing 
                    div.slb_data_contens:             the block containing all of the three fieldes
                    div.slb_template_tag_item_title:  the title block without counter
                    div.slb_data_desc:                the description block
                    div.slb_group_status              the counter
*/

#slb_viewer_wrap .slb_theme_slb_default .slb_data_content { /*the block containing title and counter */
         text-align: center;
}
#slb_viewer_wrap span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title{ /* Title */
		color: #a00f01;
        white-space: pre-line;
}
#slb_viewer_wrap .slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status{ /* counter */
	     color: #AA00FF;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc { /*the block containing description */
         text-align: center;
}
#slb_viewer_wrap span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_description { /* descriptyion */
	     color: #AAFFAA;
         white-space: pre-line;
         text-align:  right;
}
/* -------------------------------------------------------------------------------------------- */