.tabs {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

A.tabs {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

.highlight {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

A.highlight {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

.focusUnit {
  font-size: 15px;
  font-weight: bold;
  color: #769fd3;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 25px;
}

.deadline {
  font-size: 13px;
  font-weight: bold;
  color: darkred;
}

.warning {
  font-weight: bold;
  color: darkred;
}

.sectionHeader {
  color: #769fd3;
  font-weight: bold;
}

.tinytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.standardModeOnly {
  visibility: hidden;
  display: none;
}
.plainModeOnly {
  visibility: visible;
  display: block;
}

/* Scrolling divs should expand to their full size when printing */
.scrolling,
.scrolling_narrow {
  height: auto;
  overflow: visible;
  border: 0px;
  margin: 0px;
  display: block;
  clear: none;
  float: none;
}

.scroll-box {
  max-height: none;
}
.scroll-box.scroll-box--short {
  max-height: none;
}

/* Hide certain elements when printing */
/* Note that other stylesheets may hide certain elements as well */
#contextualhelp,
#impersonationnav,
nav,
#help-buttons,
.logout {
  display: none !important;
}
