.mymediaTable tbody tr td.thumbTd div.thumb_wrapper a.item_link .thumb_labels_wrapper{
	display: block !important;
}

.mediaTable tbody tr td.thumbTd div.thumb_wrapper .item_link .thumb_time_content, #videosResultsTable tbody tr td.thumbTd div.thumb_wrapper .item_link .thumb_time_content{
        margin-bottom: 20px !important;
}

/* override the display none rule for BSE */

.module-browseandembed.controller-index.action-index #BaEVideoesultsTable tr td.dataTd .mediaStatsBaE .entry-duration,
.module-browseandembed.controller-index.action-index table[id^=courseGalleryResultsTable] tr td.dataTd .mediaStatsBaE .entry-duration {
	display: block !important;
}

/* insert text label before entry duration or BSE */

.module-browseandembed.controller-index.action-index #BaEVideoesultsTable tr td.dataTd .mediaStatsBaE .entry-duration:before, .module-browseandembed.controller-index.action-index table[id^=courseGalleryResultsTable] tr td.dataTd .mediaStatsBaE .entry-duration:before {
	content: "Duration";
	display: inline-block;
	padding: 0 10px;
	color: #a3a3a3;
}

.sideBarContainerReminder { background: black; border: 1px solid white !important; }


/* Display CaptureSpace End of Life Warning
 
Target the first paragraph after the H1 in the .capturespace container and inject text
Use \A with white-space setting in the content element for line breaks. */
.capturespace h1 +p::before {

content: 'ALERT - The old Kaltura CaptureSpace recording tools will be retired at the end of 2018. \A Please install the new Kaltura Capture recording tools.';
 
/* display as block to push text on its own line, otherwise it will display at the beginning of the first <p> */
display: block;
 
/*white-space:pre-wrap required for proper line break with \A */
white-space: pre-wrap;
 
/*styling*/
color:white;
background-color:red;
font-weight:bold;
font-size: 1.5 em;
margin-bottom: 20px;
text-align:center;
width: 75%;
center;
}
 
/* End of CaptureSpace Warning Message */
 
