/* CSS Document */
th { 
	/*color: #3E7FBB;*/
	color: #058a95;
} 

td, th { 
	border: 1px solid #AAA !important; 
} 

tr:nth-child(odd) { 
	background-color: #DDD; 
} 

tr:nth-child(even) { 
	background-color: #EDEDED; 
}

#tile-table {
	background-color: #EEE;			
}
#tile-table .tile-heading {
	background-color: #DDD;
}
#tile-table .tile-input-row {
	height: 100px;
}

h4 {
	padding: 10px;
}

.credentials {
	font-size: 0.85em;
}

.computer {
	position: relative;
	border: 20px solid #333;
	border-radius: 10px;
	/*border: 20px solid #333;  
    border-image-source: linear-gradient(to top right, #000, #000 40%, #999);    
	border-image-slice: 10;
	padding: 10px 10px 0px 10px;*/
	color: #000 !important;
	background-color: #cee1db;
	min-height: 600px;
	padding: 0px !important;
	/*background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

#video-column {
	margin: 0px;
	padding: 0px 10px;
}

#tile-column {
	margin: 0px;
	padding: 0px 10px;
}