/* CSS Document */

.acestable tr:nth-of-type(odd){ background:#f6f6f6;} 

.acestable tr:nth-of-type(even){ background:#fff;}
.acestable tr td{
	padding: 1rem;
}
table{
	border: 1px solid #dce2e9;
}
td {
    padding: 0.5rem;
    border: 1px solid #dce2e9;
}
.nav-tabs > li > a{
	font-size: 16px;
}
.t3-footnav .t3-module .module-title {
    font-size: 16px;
    font-weight: bold;
}
th {
    background: #eceff3;
    padding: 0.5rem;
}
.acesblue{
	color: #fff;
	background-color: #5bc0de;
	font-size: 16px;
}
.toplogo {
	text-align: center;
	padding: 10px;
}
.advantages{
	padding: 80px 0px 60px 0px;
}