/* Search by Degree and Letter */
#programmefilter #degree-select a {
  display: block;
}

#programmefilter #degree-select li.active {
  background: url('../images/right_programmes_arrow.png') no-repeat center right;
}

#programmefilter table {
  width: 100%;
  clear: both;
}

#programmefilter th {
  border-bottom: 2px solid #CCCCCC;
}

#programmefilter td {
  padding: 5px 2px;
}

#programmefilter tr:nth-child(even) {
  background-color: #E9E9E9;
}

#programmefilter #alphabet {
  background-color: #E9E9E9;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}

#programmefilter #alphabet li {
  float: left;
  padding: 0;
  list-style-type: none;
  margin-left: 0px;
  line-height: 20px;
}

#programmefilter #alphabet li a {
  color: #333333;
  display: block;
  padding: 5px 7px 3px 7px;
}

#programmefilter #alphabet li a.last {
  background-color: #D7D7D7;
}

#programmefilter #alphabet li a.active {
  background-color: #808080;
  border-bottom: 3px solid #252525;
  padding-bottom: 0;
}

/* Search by Name */
#programmes-list {
  margin: 0;
  padding: 0;
}

#programmes-list li {
  padding: 0;
  list-style-type: none;
  margin-left: 0px;
}

#programmes-list .programme {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top-width: 3px;
  border-top-color: #990000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 25px 10px 15px 10px;
  margin: 20px 0;
}

#programmes-list .programme h4 {
  font-size: 24px;
}

#programmes-list .programme h4 a {
  color: #4A90E2;
}

#programmes-list .programme h4 small {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
}

#programmes-list .programme p {
  font-size: 16px;
}

#programmes-list .programme span::after {
  content: ' | ';
  color: #D7D7D7;
}

#programmes-list .programme span:last-child::after {
  content: '';
}

/* Search by Faculty */
#facultylist ul {
  margin-left: 0;
  padding-left: 0;
}

#facultylist ul li {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 10px;
  padding-left: 0px;
  padding-bottom: 8px;
  line-height: 20px;
  display: inline;
  float: left;
}

.faculty-results {
  clear: both;
}

#facultylist table {
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
}

#facultylist table th {
  font-weight: bold;
  background: #DDDDDD;
}

#facultylist table th,
#facultylist table td {
  border: 1px solid #DDDDDD;
  padding: 8px;
}

#facultylist table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Programme Quicklinks */
#programme-quicklinks {
  margin: 10px 0 0 0;
}

/* Button */
.btn,
.btn:hover,
.btn:active,
.btn:visited {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.btn-apply,
.btn.btn-apply:hover,
.btn.btn-apply:active,
.btn.btn-apply:visited {
  color: #fff;
  background: #e4002b;
  border: 5px solid #990000;
  border-width: 0 0 5px 0;
}

.btn-block {
  display: block;
  width: 100%;
}
