/*
 * UiO CSS: Studielopsvisualiserer
 *
 */

.bachelorprograms {
  float: left;
  padding-right: 100px;
  background: url(/vrtx/decorating/resources/dist/images/contact-supervisor-arrow-big-grey.png) no-repeat 325px 270px;
}

.masterprograms {
  float: left;
}

.bachelorprograms td.marked {
  background-color: #ed1c24 !important;
  color: #fff;
}

.bachelorprograms table caption,
.masterprograms table caption {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 1.38em;
  font-weight: bold;
  line-height: 1.33em;
}

.bachelorprograms table td,
.masterprograms table td {
  padding: 0px !important;
  border-width: 1px !important;
  background-color: #fefefe;
  vertical-align: top;
  font-weight: bold !important;
  cursor: pointer;
  border-color: #000;
}

.bachelorprograms table td .sub-title,
.masterprograms table td .sub-title {
  font-size: 0.92em;
}

.bachelorprograms table td p,
.masterprograms table td p {
  margin: 0px !important;
}

.bachelorprograms table td a,
.masterprograms table td a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  padding: 5px !important;
}

/* ^ UiO CSS: Studielopsvisualiserer */
