/* Colours. */
/* Sizes. */
.cv_heading {
  font-weight: bold;
  vertical-align: top;
}
ul.cv {
  margin: 0;
  padding-left: 1em;
}
ul.cv li {
  padding-bottom: 0;
}
table.sec {
  padding-bottom: 2em;
}
span.thick_bar {
  float: right;
  width: 7em;
  height: 3px;
  background: #055154;
}
span.thin_bar {
  float: right;
  width: 100px;
  height: 2px;
  background: #055154;
}
.sec_head_left {
  padding-right: 15px;
  padding-bottom: 8px;
  padding-top: 2px;
  vertical-align: middle;
}
.sec_head_right {
  color: #055154;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.1em;
  text-align: left;
  padding-bottom: 0.25em;
}
td.subsec_head_left {
  padding-right: 15px;
  vertical-align: middle;
  padding-bottom: 9px;
  padding-top: 11px;
}
td.subsec_head_right {
  color: #055154;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.25em;
  padding-top: 0.5em;
}
td.sec_left {
  padding-right: 15px;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
}
td.sec_right {
  vertical-align: top;
  text-align: left;
  padding-bottom: 0.5em;
}
td.sec_right li {
  list-style-type: none;
  position: relative;
  left: -0.25em;
}
td.sec_right li::before {
  content: "\2022";
  position: absolute;
  left: -0.75em;
}
td.cv_extra {
  font-size: 0.85em;
  font-style: italic;
}
td.slim_bottom {
  padding-bottom: 0 !important;
}
