.rwd-table {
  margin: 1em 0;
  width: 100%;
}

/* Zebra striping */
	tr:nth-of-type(even) { 
	background: #F3F6EE; 
}

h3.semester {
  font-weight: 500;
  color:#a28347;
  font-size: 0.85rem;
  color: #FFF;
  background-color: #666;
  padding: 5px 6px 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
	
.rwd-table td a{
	font-weight: 500;
	color: #993d1b;
}

.rwd-table td a:hover {
    color: #d8ab4c;
    text-decoration: underline;
}

.rwd-table tr {
  border-top: 1px solid #e6b74e;
  border-bottom: 1px solid #e6b74e;
}
.rwd-table th {
  display: none;
  font-weight:700;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #fff;
  color: #222;
  overflow: hidden;
  margin-top: -2.5px;
  margin-bottom: 30px;
}
.rwd-table tr {
  border-color: #e6b74e;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #333;
}
