body {color: #bbb;}

.sf_pagetitle {font-size: 28px; font-weight: bold;}
.sf_pagetitle h1 {font-size: 28px; font-weight: bold;}

h2 {font-size: 22px; color: #3d61a3; font-weight: bold;}

h3{font-size:18px; font-weight:bold;}

.register {border: 1px solid #305496;
width: auto;
padding: 10px;
margin: auto;
float: left;
}

.register-button {
    display: inline-block;
    padding: 8px 20px;
    background: #305496;
    color: #fff!important;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
}
.academy-wrapper {
    background-image: url("uploads/academy_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: -14px 65px;
}

.academy {
    margin: 20px;
    padding: 20px;
    color: #000;
    font-size: 16px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);
    zoom: 1;
}

.academy:nth-child(n) {
    filter: none;
}

.academy h2 {
	margin-top: 0;
}
.tableinfo {
}
.tableinfo tr {
}

.tableinfo tr td {
  padding: 6px 3px;
}

.tableinfo tr td:nth-of-type(2n+1) {
  font-weight: 700;
  vertical-align: top;
  width: 90px;
}