/*
Theme Name: Cinerama
Theme URI: http://cinerama.edge-themes.com
Description: A Theme for Movie Studios and Filmmakers
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: cinerama
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

whitefont {
	color: #FFFFFF;	
}

.vimeonoborder{
  border:none;
}

bottom{
    position: absolute;
    bottom: 0;
	
}

s517x290{
    height: 290px;
	
}

/* DivTable.com */
.divTable{
  vertical-align:top;
	display: table;
	width: 100%;
}
.divTableRow {
  vertical-align:top;
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
  vertical-align:top;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}