@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,700,700i&subset=latin-ext');


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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0
}


body {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-kerning: normal;
  font-size: 18px;
  line-height: 1.5;
  color: black;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0 20px
}

.clear {
  clear: both
}

a {
  color: black
}

a, a.inv:hover {
  text-decoration: none
}

a:hover, a.inv {
  text-decoration: underline
}

.away {
  background: url(/img/calendar.png) no-repeat 0 -53px;
  color: #d12222
}

.home {
  background: url(/img/calendar.png) no-repeat 0 0;
  color: #2264d1
}

#legend {
  float: right;
  margin: 11px 6px 0 100px
}

#legend div {
  float: left;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0 0 0 13px;
  margin-left: 33px
}

#months {
  float: right;
  margin: 0 0 0 49px
}

@media (max-width:400px) {
  #months {
    margin: 0
  }
}

#months h3, #months a {
  float: left;
  height: 28px;
  line-height: 29px;
  border: 2px solid #000000
}

#months h3 {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  border-left: 0;
  border-right: 0;
  width: 138px
}

#months a {
  width: 38px;
  background: url(/img/calendar.png) no-repeat 12px -134px
}

#months a.prev {
  background-position: 12px -98px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#months a.next {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#months a span {
  opacity: 0;
  height: 100%;
  display: block;
  background: #000000 url(/img/calendar.png) no-repeat 12px -206px;
  transition: opacity 0.1s ease-in-out
}

#months a.prev span {
  background-position: 12px -170px
}

#months a:hover span {
  opacity: 1
}

table#kalendar {
  margin-top: 19px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: bold
}

table#kalendar th {
   border: 1px solid rgba(182, 197, 204, 0.25);
   	background-color: rgba(182, 197, 204, 0.1);
}

table#kalendar td, table#kalendar th {
   border: 1px solid rgba(182, 197, 204, 0.25);
}

table#kalendar th {
  height: 37px;
  padding-top: 2px;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
}

table#kalendar td {
  height: 49px;
  color: #92a1a8;
  position: relative;
  font-size: 16px;
}

table#kalendar td a {
	overflow: hidden;
}

table#kalendar td.gray {
	color: #dde7eb;
}

table#kalendar .away, table#kalendar .home {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -1px;
  top: -1px
}

table#kalendar .won {
  color: #3e9d27
}

table#kalendar .lost {
  color: #d12222
}

table#kalendar strong {
  color: black
}

table#kalendar strong, table#kalendar a {
  font-size: 13px;
  display: block;
  height: 48px;
  line-height: 48px;
  padding-top: 1px
}

table#kalendar img {
  max-width: 17px;
  max-height: 17px;
  vertical-align: -10%;
  margin-left: -6px;
  margin-right: 9px;
}

@media (max-width:480px) {
  table#kalendar img {
    margin-right: 4px
  }
}

@media (max-width:380px) {
  table#kalendar img {
    display: none
  }
}

table#kalendar div {
  position: absolute;
  bottom: 49px;
  width: 110px;
  padding: 10px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -55px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: white;
  color: black;
  line-height: 1
}

table#kalendar div strong {
  display: inline;
  line-height: 1
}

table#kalendar div small {
  color: #888;
  line-height: 1.5
}

table#kalendar div strong {
  text-transform: uppercase
}

table#kalendar div a {
  margin-top: 5px;
  line-height: 1.3;
  color: #cb9f3f;
  height: auto;
  text-transform: uppercase;
  font-size: 80%
}

table#kalendar div:after, table#kalendar div:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

table#kalendar div:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px
}

table#kalendar div:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 10px;
  margin-left: -10px
}

table#kalendar td:hover div {
  opacity: 1;
  visibility: visible
}