@import '//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic,greek';
body {
  background: #d8dde0;
  font-family: "Roboto Condensed", Verdana, "Droid Sans", sans-serif, serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  padding: 5px;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 784px;
  margin: 0 auto;
}

header {
  background: white;
  margin: 6px;
  text-align: center;
  padding: 12px;
}
header img {
  max-width: 200px;
}

h1 {
  text-align: center;
  background: #fff;
  padding: 12px;
  margin: 0 3px 6px;
}

section {
  margin: 6px 3px;
}
section > div {
  width: 50%;
  display: inline-block;
  float: left;
}
section > div .inner {
  margin: 0 3px;
  background: #fff;
  padding: 12px;
}
section > div .inner h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  color: #04517f;
}
a:hover {
  color: #88ac4f;
}

table {
  width: 100%;
  font-size: 12px;
}
table thead {
  text-align: left;
}
table thead tr th:last-child {
  text-align: right;
}
table tbody.winner tr td:last-child {
  text-align: right;
}
table tbody.winner tr td:last-child a {
  border: 1px solid #9bb9cc;
  display: inline-block;
  width: 42px;
  text-align: center;
  padding: 2px;
}
table tbody.winner tr td:last-child a:hover {
  border-color: #88ac4f;
}
table tbody.matches tr td a {
  border: 1px solid #9bb9cc;
  display: inline-block;
  width: 42px;
  text-align: center;
  padding: 2px;
}
table tbody.matches tr td a:hover {
  border-color: #88ac4f;
}
table tfoot {
  text-align: center;
}

@media only screen and (max-width: 550px) and (min-width: 421px) {
  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 14px;
  }

  table {
    font-size: 11px;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  section > div {
    width: 100%;
    float: none;
    margin: 0 0 6px 0;
  }
}

/*# sourceMappingURL=style.css.map */
