.academy_title_1{
	color: #015ca9 !important;	
	font-size: 1.6em !important;
}

.academy_title_2{
	color: #015ca9 !important;	
	font-size: 1.5em !important;
}

.academy_title_3{
	color: #015ca9 !important;	
	font-size: 1.2em !important;
}


.table_academy{
	border-collapse: collapse;
    width: 100% !important;
}

.table_academy td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.table_academy tr:first-child {
    background-color: #015ca9 !important;
    color: white !important;
    text-transform: uppercase !important;
}