.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95em;
}
header {
  height: 40px;
  background-color: #6ec72e;
  zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header .title {
  line-height: 40px;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  margin-left: 20px;
  float: left;
}
header .nav {
  float: right;
}
header nav {
  float: left;
}
header nav ul {
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  line-height: 40px;
  color: white;
}
header .searchBox {
  float: right;
  position: relative;
}
header .searchBox input {
  height: 36px;
  width: 200px;
  border: black solid 1px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 1.1em;
}
header .searchBox button {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 38px;
  background-color: white;
  border: none;
  cursor: pointer;
}
.cat-nav {
  padding: 0;
  margin: 10px 20px;
  zoom: 1;
}
.cat-nav:before,
.cat-nav:after {
  content: "";
  display: table;
}
.cat-nav:after {
  clear: both;
}
.cat-nav li {
  list-style: none;
  float: left;
  height: 100%;
  padding: 5px 0;
}
.cat-nav li a {
  border-color: #adadad;
  border-width: 1px;
  border-style: solid;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}
.cat-nav li a:hover,
.cat-nav li.selected a {
  color: white;
  background-color: #6ec72e;
}
.cat-nav-mobile,
.split-nav-mobile {
  display: none;
}
.lastUpdate {
  margin: 10px 20px 0 20px;
}
.margin {
  margin-left: 20px;
}
.split-grid-container {
  overflow-y: auto;
}
.categoryContainer {
  display: inline;
}
table.split-grid {
  margin-top: 10px;
  text-align: left;
  border-spacing: 0;
  width: 100%;
}
table.split-grid td,
table.split-grid th {
  vertical-align: top;
  padding: 4px 2px;
}
table.split-grid td:first-child,
table.split-grid th:first-child,
table.split-grid td.firstRow,
table.split-grid th.firstRow {
  padding-left: 20px;
}
table.split-grid td:last-child,
table.split-grid th:last-child {
  padding-right: 20px;
}
table.split-grid .splitLabel,
table.split-grid .mobileRow {
  display: none;
}
table.split-grid thead tr {
  background-color: white !important;
}
table.split-grid thead tr th {
  border-bottom: 1px solid black;
}
table.split-grid thead tr th.selected a {
  font-weight: bold;
}
table.split-grid thead tr th a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
table.split-grid tr:nth-child(odd) {
  background-color: #F2F2F2;
}
table.split-grid tr.fav {
  background-color: #ebf7e2;
}
table.split-grid .fa {
  cursor: pointer;
}
table.split-grid .timeLine {
  white-space: nowrap;
}
table.split-grid .timeBack {
  display: block;
  font-style: italic;
  color: #777777;
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.1em;
  }
  body .margin,
  body .lastUpdate {
    margin-left: 5px;
  }
  body header {
    height: auto;
  }
  body header .title {
    margin-left: 5px;
    float: none;
  }
  body header .nav {
    float: none;
  }
  body header .nav nav {
    margin-left: 5px;
  }
  body header .nav .searchBox {
    float: right;
  }
  body table.split-grid {
    display: block;
    font-size: 1.2em;
  }
  body table.split-grid thead,
  body table.split-grid tbody,
  body table.split-grid th,
  body table.split-grid td,
  body table.split-grid tr {
    padding-left: 0;
    display: block;
  }
  body table.split-grid thead {
    display: none;
  }
  body table.split-grid td {
    display: none;
    padding: 0;
  }
  body table.split-grid tr {
    padding: 5px;
    padding-left: 30px;
  }
  body table.split-grid .mobileRow {
    display: block;
    padding: 0;
  }
  body table.split-grid .mobileRow .favAdder {
    position: absolute;
    font-size: 25px;
    vertical-align: middle;
    line-height: 50px;
    left: 5px;
  }
  body table.split-grid .mobileRow .row {
    display: block;
    zoom: 1;
  }
  body table.split-grid .mobileRow .row:before,
  body table.split-grid .mobileRow .row:after {
    content: "";
    display: table;
  }
  body table.split-grid .mobileRow .row:after {
    clear: both;
  }
  body table.split-grid .mobileRow .country {
    float: right;
  }
  body table.split-grid .mobileRow .lastSplit {
    display: block;
    width: 40%;
    float: left;
  }
  body table.split-grid .mobileRow .lastSplitTime {
    display: block;
    width: 50%;
    float: left;
  }
  body table.split-grid .collapsible-show {
    display: block;
    margin-left: 40%;
  }
  body table.split-grid .collapsible-show .splitLabel {
    position: absolute;
    left: 30px;
    display: block;
  }
  body table.split-grid .collapsible-show .splitLabel a {
    text-decoration: underline;
    cursor: pointer;
  }
  body table.split-grid .timeBack {
    display: inline;
  }
  body table.split-grid .timeBack::before {
    content: " ";
  }
  body .cat-nav {
    display: none;
  }
  body .cat-nav-mobile,
  body .split-nav-mobile {
    display: inline;
    margin-left: 5px;
  }
  body .cat-nav-mobile select,
  body .split-nav-mobile select {
    width: 48%;
    margin-top: 10px;
    height: 30px;
    font-size: 1em;
  }
  body .split-nav-mobile {
    margin-left: 2%;
  }
  body .splits {
    display: inline;
  }
}
