*, table, tr, td{
	padding:0;
	margin:0;
	font-family: Open Sans,Arial,sans-serif;
}
		
#MeuScriptTable{
	margin-top:2%;
	margin-left:10%;
	width:80%;
	height:90%;
}
	
#ScriptDinamico, #Linhas{
	resize:none;
	width:100%;
	height:100%;
	color: #fff;
	font-size:20px !important;
	padding:10px;
	border:none;
}

#ScriptDinamico{
	border-radius: 0 15px 15px 0;
}

#Linhas{
	border-radius: 15px 0 0 15px;
	color:#00ff00;
	overflow: hidden;
	width:65px;
}
		
#LimparButton, #ExecutarButton{
	border: 2px solid #fff;
	border-radius:19px;
	color: white;
	width:130px;
	height:60px;
	text-align: center;
	font-size:20px;
	font-weight:bold;
}		
		
#LimparButton{
	background-color: #E02B20;
}

#LimparButton:hover{
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(224,43,32,0.5); 
	box-shadow: 0px 0px 10px 10px rgba(224,43,32,0.5);
}

#ExecutarButton{
	background-color: #0C71C3;
}

#ExecutarButton:hover{
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(12,113,195,0.5); 
	box-shadow: 0px 0px 10px 10px rgba(12,113,195,0.5);
}
		
.alignCenter{
	text-align:center;
}

.black{
	background-color: #000;
}

.height90{
	height:90%;
}

.widthFirstColumn{
	width:65px;
}
				
#ModoRetrato{
	width:100%;
	height:90%;
	padding-top:20%;
	font-size:50px;
	text-align:center;
	color:#fff;
	display:none;
}
			
#Copyright{
	display: none;
	font-size: 20px;
}

.cvOnline, .cvOnline:hover, .cvOnline:visited{
	color:#000;
	text-decoration:none;
}

.cvOnline:hover {
	color:#0C71C3;
	font-weight: bold;
}