/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tabela-cotacao thead {
   background-color: #334361;
   color:#FFFFFF;
}
 
.tabela-cotacao tbody tr:nth-child(even) {
   background-color: #D9DCE2;
}

.tabela-cotacao th,
.tabela-cotacao td {
   border: 1px solid #334361;
}


 
.textcenter {
	text-align: center;
}

.obs {
	font-style: italic;
}

/*
th.mobile_hide,
td.mobile_hide {
	display: block;
}*/

@media only screen and (max-width: 768px) {
	th.mobile_hide,
	td.mobile_hide {
		display: none !important;
	}
}