@charset "utf-8";
/* CSS Document */

/* 
This is where we style the AAU whole
 */

.disclaimer {
	color:  #fff;
	font-size 18px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
	padding: 10px;
	border-radius: 5px;
}

.dim {
	color:  #ccc;
}
.dim-rank a {
	color: #999 !important;
}
.dim-rank a:hover {
	color: #666 !important;
}

.aau_wrapper {
	font-size:  18px;

}

.aau_program_wrapper {
	margin-bottom:  50px;
}

.aau_program_wrapper th {
	background-color:  #666;
}

.aau_program_wrapper h2 {
	color:  #fff;
}

.aau_team_header h3 {
	text-align:  center;
	margin:  0px;
}

.aau_team_header {
	background-color:  #ccc;
}

.aau_school {
	white-space: nowrap;
}




/* This is where we style AAU teams separately if needed */

.aau_nav_header {
	font-size: 18px;
	color:  #fff;
	background-color: #666;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.aau_nav_teams {
	margin-bottom: 5px;
}


/* AAU Menu */

.aau_menu {
	
	color: #fff;
    font-size: 20px;
    line-height:  1.2;
}

.aau_menu a {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;

}