﻿#content-anchor-unit {
	width: 100%; 
	color: #FFFFFF !important;
	border: 0px;
	box-sizing: border-box;  
	clear: both;  line-height: 1.1;
	text-decoration: none !important;
	/**CENTER INNER DIV HORIZONTALLY**/
		display:flex; 
		flex-direction: row; 
		justify-content: center; 
		align-items: center
	/**END OF CENTER INNER DIV HORIZONTALLY**/    
	}

#content-anchor-unit:hover {
  	color: #ffff00 !important;
	font-weight: bold;
  	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7); 
	}

#align-thumbnail-horizontally {
	box-sizing: border-box;  
	clear: both;   
	}

#align-description-horizontally { 
	box-sizing: border-box;  
	clear: both;     
	}

#content-title-controller {
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	height: 38px;
	border: 0px;  
	}

.TITLE_OF_THE_CONTENT {
	/**VERTICAL ALIGN TEXT INSIDE DIV**/
		line-height: 38px !IMPORTANT;/**same as div height**/
	/**END OF VERTICAL ALIGN TEXT INSIDE DIV**/
	}

#text-overflow-control {
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	}

.class-text-overflow-control {
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	}

#credit-author-name {
	font-weight: bold !important;
	}

.recorded-time-and-date {
	padding-right: 12px;
	}