div.phd_box {
  background-color:lightblue;
  position:relative;
  float:left;
  height:100%;
  width:48%;
  padding:5px;
}

div.ms_box {
  background-color:yellow;
  position:relative;
  float:right;
  height:100%;
  width:47%;
  padding:5px;
}

div.navbuttons {
  margin-top:20px;
  margin-bottom:20px;
}

#phd_reqs {
  margin-left:0px;
  text-align:inherit;
}

#ms_reqs {
  margin-left:0px;
  text-align:inherit;
}

h3 {
  color: #006ac6;
  font-size: 15px;
  font-weight: bold;
}

input[type=button] {
  border:0;
  background:#666;
  color:#fff;
  border-radius:100px;
  font:500 14px Sofia,Arial,sans-serif;
  padding:4px 15px 6px;
  cursor:pointer;
}

input[type=submit] {
  border:0;
  background:#666;
  color:#fff;
  border-radius:100px;
  font:500 14px Sofia,Arial,sans-serif;
  padding:4px 15px 6px;
  cursor:pointer;
}

label {
  color: #fff;
}

label2 {
  font-size: 15px;
  color: #006ac6;
  font-weight: bold;
  float:none;
  width:0em;
}

.input_container {
  color: #ffffff;
  cursor: pointer;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 11px;
  position: relative;
}

.course {
  color: #006ac6;
}

.linklike {
  background:none!important;
  border: none;
  color: #006ac6;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 11px;
  padding:0!important;
}

.req {
  color: red;
}

th {
  color: #006ac6;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

th.phd_reqs {
  font-family:Sofia,Arial,sans-serif;
  font-size:14px;
  width:50%;
}

th.ms_reqs {
  font-family:Sofia,Arial,sans-serif;
  font-size:14px;
  width:50%;
}

td {
  padding-bottom: 5px;
  color: #535353;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 11px;
}

td.phd_reqs {
  background-color:lightblue;
  color:black;
  font-family:Sofia,Arial,sans-serif;
  font-size:14px;
  padding:10px;
}

td.ms_reqs {
  background-color:yellow;
  color:black;
  font-family:Sofia,Arial,sans-serif;
  font-size:14px;
  padding:10px;
}

tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #fffff}
