.course.billboard {
	text-align: center;
}
.course.bigbox {
    text-align: center;
    margin-bottom: 20px;
}

/* Reader's Choice Awards Styles */
.intro > .rc-img {
    float: right!important;
    max-width: 250px;
    margin: 0 0 20px 20px!important;
}
#rc-awards {
  table-layout: auto;
  width: 100%; }
  #rc-awards tr.award > td {
    background: #198510;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    padding: 5px; }
  #rc-awards tr.rc-winner {
    border-bottom: 1px dashed #ccc; }
    #rc-awards tr.rc-winner td {
      border-bottom: 0; }
      #rc-awards tr.rc-winner td.rank {
        border-right: 1px dashed #ccc;
        color: #8c6919;
        font-weight: 700;
        width: 20%; }
      #rc-awards tr.rc-winner td.course {
        padding: 5px 0 5px 15px; }