body {
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #E9E9E9;
  font-family: arial, sans-serif;
  width: 100%;
}

a {
  color: #58A618;
  text-decoration: underline;
}

a:hover {
  color: black;
  text-decoration: underline;
}
img {
  border: none;
}

.section {
  width: 100%;
  margin: 0;
}

.detail {
  font-size: 12px;
  vertical-align: top;
  padding: 0;
}

.course_of_the_month {
  width: 170px;
  padding: 0px 0px 10px 0px;
  right: 0;
  vertical-align: top;
}

.new {
  float: right;
  width: 70px;
  margin-top: -2px;
  padding-top: -2px;
  right: 0;
}

.listing {
  float: left;
  padding-left: 0px;
  width: 100%;
}

.listing.full {
  margin-right: 20px !important;
}

.item {
  background-color: white;
  margin: 7px 10px 0px 20px;
  padding: 5px;
}


.section .title {
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0px 0px 7px;
  text-align: left;
}

.section .title .titleLink {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.section .title .titleLink:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.section .detail .course_title_link {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2px;
}

.section .detail .course_description {
  padding-bottom: 4px;
  padding-top: 3px;
}

.separator {
  clear: both;
  height: 2px;
  background-color: #adafaa;
  margin: 0px 8px 0px 8px;
  overflow: hidden;
  font-size: 2px;
}


