* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: 'Open Sans', sans-serif;
}

.header {
  background-color: #d2232a;
  color: #ffffff;
}

.header img {
  max-width: 100%;
  vertical-align:middle;

}

.header h1 {
  display:inline-block;
  vertical-align:middle;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #bebebe;
  color: #ffffff;
}

.menu a {
  display: block;
}

.menu a:link {
  color: #ffffff;
  text-decoration: none;
}

.menu a:visited {
  color: #ffffff;
  text-decoration: none;
}

.menu li:hover {
  background-color: #8c8c8c;
}

.menu li:active {
  background-color: #8c8c8c;
}

.aside {
  background-color: #bebebe;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
}

.footer {
  background-color: #d2232a;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

dt { font-weight: bold; margin-top: 0.5em; }
dd { margin-left: 3em; padding: 0.25em;}
dl.compact.news { display: inline-block; }
dl.compact dt { float: left; clear: left; margin-top: 0; }
dl.news dd { margin-left: 6em; }
dl.news dt, dl.news dt + dd { padding-top: 0.5em;}
dl.news dd + dd { padding-top: 0.25em;}
dl.news ul { margin-top: 0.25em; }


#timeline td:first-child {  
  text-align: right;
  font-weight: bold;
  padding-right: 1em;
}

#candidates {
  width: 100%;
}

#candidates, #candidates th, #candidates td
{
  border-collapse: collapse;
}

#candidates thead{
  text-align: left;
  background-color: #d2232a;
  color: #ffffff;
}

#candidates th, #candidates td {
  padding: 5px;
  text-align: left;
}

#candidates tr:nth-child(even){
  background-color: #ebebeb
}

#documents {
  width: 100%;
  border: 2px solid #d2232a;
  border-collapse: collapse;
}

#documents th, #documents td
{
  border: 1px solid #d2232a;
}

#documents a {
  display: block;
  padding: 10px;
}

#documents a:link {
  color: #d2232a;
  text-decoration: none;
}

#documents a:visited {
  color: #d2232a;
  text-decoration: none;
}

#documents a:hover {
  background-color: #d2232a;
  color: white;
}

#documents tr:hover {
  background-color: #d2232a;
  color: white;
}

a:link {
  color: #d2232a;
  text-decoration: none;
}

a:visited {
  color: #93181d;
  text-decoration: none;
}

a:hover {
  color: #e47b7f;
  text-decoration: underline;
}

a:active {
  color: #e47b7f;
  text-decoration: underline;
}

.background a:link {
  color: white;
  text-decoration: underline;
}

.background a:visited {
  color: white;
  text-decoration: underline;
}

.background a:hover {
  color: white;
  text-decoration: underline;
}

.background a:active {
  color: #d2232a;
  text-decoration: underline;
}

li{
  margin-bottom: 0.25em;
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}