#tofTable, #tofButtonContainer{
	
	margin:0 auto;
	margin-top:-89px;
	width:750px;
	
	
	}


table >* {

	
	font-size: 16px;
}
	



#tofTable tr{

	text-align:center;

	}	
	
#tofTable tr th:first-child{
	text-align:left;
	
	}		


tr:nth-child(even) {

	background: rgba(0, 8, 52, 0.6);
}


tr:nth-child(odd) {
	

	background:  rgba(40, 124, 184, 0.6);
}

#tofTable tr > *{
	
	padding:13px;
	
	}

#tofTable .active{

	background: rgba(0, 0, 50, 0.3);
	border: dotted blue 1px;

}


#tofTable tr > td:first-child{
	
	text-align:left;
	width:67%;
	height:auto;
	
	}



	
#tofTable tr > td:last-child, #tofTable tr > th:last-child {

	background: transparent;
	
	}
	
	#feedback{
    
    
    border:dotted white 1px;
    font-size:16px;
    padding:10px;
    
    width:600px;
    float:right;
    margin-top:93px;
    background: rgba(0, 0, 140, 0.3);
	
}
	
th, th>* {
    color: rgb(10, 214, 240);
    font-size:16px;
	background:#003;
	font-weight: normal;
	background: url(../img-html/back-textarea.png);
	}	
	
	
#tofRetro {
	display:none;
	margin-top:-4.75%;
	background:green;
	clear:both;
	height:auto;
	width:auto;
	text-align:center;
	font-size:16px;
	padding:10px;
	float:right;
	border:none;
	-webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
	border-bottom:dashed white 2px;
	border-left:dashed white 2px;

}

#resetTOF{
    position:absolute;
margin-top:112px;
}
	
		
	
