/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px; }

table {
  width: 100%; }
  table .row {
    height: 40px;
    line-height: 40px; }
  table tbody tr:nth-child(2n) {
    background: #f7f7f7; }

.top-bar {
  background: #c3091d;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-right: 5px;
  padding-left: 5px; }
  .top-bar > h1 {
    text-align: left;
    font-size: 12px;
    height: 18px;
    float: left; }
  .top-bar > .filter-section {
    position: relative;
    float: right;
    vertical-align: middle;
    text-align: right; }
    .top-bar > .filter-section .filter-label {
      display: inline-block;
      margin-right: 10px; }
    .top-bar > .filter-section .filter-selected {
      position: relative;
      display: inline-block;
      background: #9a1521;
      height: 30px;
      line-height: 30px;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 2px;
      cursor: pointer;
      width: 110px;
      text-align: left; }
    .top-bar > .filter-section .filter-selected:after {
      content: " ";
      position: absolute;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-top-color: #fff;
      width: 0;
      height: 0;
      right: 7px;
      top: 12px; }

.filter-list {
  position: absolute;
  right: 0;
  top: 35px;
  width: 100%;
  background: #9a1521;
  text-align: left;
  box-shadow: 4px 3px 23px -6px #000;
  z-index: 1; }
  .filter-list .filter-item {
    padding-left: 10px;
    cursor: pointer; }
    .filter-list .filter-item:hover {
      background: #4d0a10; }

.row-number-header {
  text-align: center; }
  .row-number-header > img {
    width: 25px;
    height: 20px;
    margin-bottom: -3px; }

.medal-header {
  text-align: center;
  height: 40px;
  width: 50px;
  margin: 0 auto; }
  .medal-header > img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px; }
  .medal-header .medal-header-text {
    line-height: 20px; }

.result-header {
  background: #de0b22;
  color: #fff; }
  .result-header .country {
    text-align: left;
    padding-left: 6px; }
  .result-header > tr > th {
    text-align: center;
    vertical-align: top; }

.result-row > td {
  text-align: center; }
  .result-row > td.country {
    text-align: left;
    padding-left: 6px; }
  .result-row > td > img {
    height: 20px;
    margin-right: 6px;
    vertical-align: middle; }
  .result-row > td:first-child {
    background: #8ad0f3;
    border-bottom: 1px solid #7dbedc;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 40px; }

@media screen and (min-width: 480px) {
  body {
    font-size: 14px; }

  table .row {
    height: 60px;
    line-height: 60px; }

  .top-bar {
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
    padding-left: 10px; }
    .top-bar > h1 {
      font-size: 18px;
      height: 18px; }
    .top-bar > .filter-section .filter-label {
      margin-right: 10px; }
    .top-bar > .filter-section .filter-selected {
      height: 30px;
      line-height: 30px;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 2px;
      width: 140px; }
    .top-bar > .filter-section .filter-selected:after {
      content: " ";
      position: absolute;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-top-color: #fff;
      width: 0;
      height: 0;
      right: 7px;
      top: 12px; }

  .filter-list {
    top: 45px; }
    .filter-list .filter-item {
      padding-left: 10px;
      height: 30px;
      line-height: 30px; }

  .row-number-header > img {
    height: 40px;
    width: 40px;
    margin-bottom: -10px; }

  .medal-header {
    height: 60px;
    width: 80px; }
    .medal-header > img {
      width: 30px;
      height: 30px;
      position: relative;
      top: 3px; }
    .medal-header .medal-header-text {
      line-height: 30px; }

  .result-header .country {
    padding-left: 6px; }

  .result-row > td.country {
    padding-left: 6px; }
  .result-row > td > img {
    height: 40px;
    margin-right: 6px; }
  .result-row > td:first-child {
    width: 60px;
    font-weight: 700; }
 }

@media screen and (min-width: 768px) {
  body {
    font-size: 16px; }

  table .row {
    height: 80px;
    line-height: 80px; }

  .top-bar {
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
    padding-left: 10px; }
    .top-bar > .filter-section .filter-label {
      margin-right: 10px; }
    .top-bar > .filter-section .filter-selected {
      height: 40px;
      line-height: 40px;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 2px;
      width: 160px; }
    .top-bar > .filter-section .filter-selected:after {
      content: " ";
      position: absolute;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-top-color: #fff;
      width: 0;
      height: 0;
      right: 12px;
      top: 18px; }

  .filter-list {
    top: 50px; }
    .filter-list .filter-item {
      padding-left: 10px;
      height: 40px;
      line-height: 40px; }

  .medal-header {
    height: 80px; }
    .medal-header > img {
      width: 40px;
      height: 40px;
      position: relative;
      top: 5px; }
    .medal-header .medal-header-text {
      line-height: 40px; }

  .result-header .country {
    padding-left: 8px; }

  .result-row > td.country {
    padding-left: 8px; }
  .result-row > td > img {
    height: 40px;
    margin-right: 6px; }
  .result-row > td:first-child {
    width: 80px; }
 }

@media screen and (max-width: 320px) {
  .hide-mobile {
    display: none; }
 }
