body{
    width: auto;
    height:auto;
}
.add_sim{
	background-color: #F0FFE4;
}
.tbl1 tbody tr:nth-child(even) {
	background-color: white
}
.tbl1 tbody tr:hover {
	color: blue;
}
.tbl1 tbody td:hover {
	background-color: #94A8F9;
}
.tbl1 th:hover {
	color: #94A8F9;
}
.tbl1 td{
    height: 35px;
    text-align: center;
}
thead,tfoot{
	text-align:center;
}
tbody tr:hover {
	color: blue;
}
th:hover {
	color: #94A8F9;
}
td{
    height: 35px;
    padding: 5px;
    text-align: left;
}
ul li span {
	display: block;
}
.text{
    font-size: 50px;
    font-family: roman;
    text-align: center;
    
}
input,textarea,select{
    margin:auto 10px auto 10px;
	border-radius: 5px;
	box-shadow: 0 2px 0;
	padding: 10px;
	font-size: 15px;
}
input:hover,textarea:hover,select:hover{
	border-color: blue;
}

.tbl2{
    margin-left: 10px;
}
.tbl2 td{
    padding: 10px;
}
.tbl3{
    float: left;
    width:35%;
    margin: 2cm auto auto auto;
} 
.top{
    margin-top: 1.5cm;
    text-align: center;  
}
.tbl{
    margin: 0 auto auto auto;
}
/* ::-webkit-scrollbar { 
    display: none; 
}
 */