body.courses-app {
font-family: Arial, sans-serif;
font-size: 13px;
line-height: 1.38em;
color: #222;
}

.courses-app p, .courses-app h3 {
  margin-bottom: 12px;
}

.courses-app table {
background: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
margin: 0 0 18px;
border: 1px solid #DDD;
}

.courses-app th {
background: whiteSmoke;
padding: 16px;
text-align: left;
font-weight: 400;
}

.courses-app td {
padding: 16px;
}

/* javascript classes */
.courses-app #enable-js {
display: none;
background: #F2F2F2;
border: solid 1px #E6E6E6;
margin: 0 0 22px 0;
padding: 20px;
text-align: center;
}

.courses-app #enable-js p {
  color: #6F6F6F;
}

.courses-app .no-js #courses-app {
  display: none;
}

.courses-app .no-js #enable-js {
  display: block;
}

.courses-app .cta {
text-align: center;
margin: 24px 0;
}

  .courses-app .cta a {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    width: auto;
    background-color: #E9E9E9;
    color: #1D1D1D;
    border: 1px solid #C3C3C3;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 15px;
    padding: 12px 30px 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
  }

  .courses-app .cta a:focus {
    -webkit-box-shadow: 0 0 5px #E9E9E9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 5px #E9E9E9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  }

  .courses-app .cta a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }

  .courses-app .cta a:hover {
    background-color: #D0D0D0;
  }


.courses-app #courses-app::after {
clear: both;
}

.courses-app #courses-app::before, #courses-app::after {
content: "";
display: table;
}

.courses-app #overview {
width: 35%;
float: left;
}

.courses-app #detail {
width: 65%;
float: left;
}

.courses-app .course.overview {
display: block;
text-decoration: none;
margin-right: 7%;
padding: 15px 8px 15px 18px;
line-height: 1.38em;
font-size: 14px;
text-align: left;

background: #F2F2F2;
color: #555;
border-left: 3px solid #CCC;
border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.courses-app .course.overview.active {
  border: 1px solid #4D4D4D;
  border-left: 4px solid #1A1A1A;
  background: #4D4D4D;
  color: #FFF;
  font-weight: 700;
}

.courses-app .course.detail header::after {
clear: both;
}

.courses-app .course.detail header::before, .course.detail header::after {
content: "";
display: table;
}

.courses-app .course.detail .title {
margin-top: 0;
margin-bottom: 0;
line-height: 1.5em;
position: relative;
top: -6px;
max-width: 400px;
}

.courses-app .course.detail .description {
margin-top: 0;
}

.courses-app .course.detail .fees {
width: 100%;
}

.courses-app .course.detail .fees th {
  width: 70%;
  text-align: right;
}

.courses-app .course.detail .fees td {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.courses-app .course.detail .fees td::after {
  content: ".00";
}

.courses-app .course.detail .details {
list-style-type: none;
padding-left: 0;
float: right;
margin-top: 0;
}

.courses-app .course.detail .details::after {
  clear: both;
}

.courses-app .course.detail .details::before, .course.detail .details::after {
  content: "";
  display: table;
}

.courses-app .course.detail .details li {
  float: left;
  margin: 0 18px 0 0;
  padding: 0 18px 0 0;
  border-right: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
}

  .courses-app .course.detail .details span {
    color: #555;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-top: 4px;
  }

.courses-app .course.detail .details li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.courses-app .course.detail p, .course.detail td {
color: #555;
text-align: justify;
}

.courses-app .course.detail .dates-table-section {
position: relative;
}

.courses-app .course.detail .dates-table-section #batch-selector {
position: absolute;
right: 0;
z-index: 2;
top: 0;
}

.courses-app .course.detail .dates-table tr:nth-child(odd) {
background: #F9F9F9;
}

.courses-app .course.detail .dates-table td, .course.detail .dates-table th {
padding-top: 6px;
padding-bottom: 6px;
width: 20%;
}

.courses-app .hidden {
display: none;
}

.courses-app .no-margin-top {
margin-top: 0;
}