@media screen and (min-width: 480px){ .font-size-45 { font-size:44px;} }
@media screen and (max-width: 600px){ .intro-video { width: 100%;}}

table.raspisanie {width: 100%; border: 0px; border-collapse: collapse;}
table.raspisanie thead {font-weight: bold;}
table.raspisanie td {padding: 0.6rem 1rem; border-bottom: 1px solid #e8e9eb;}
@media screen and (max-width: 800px) {
  table.raspisanie thead {
    display: none;
  }
  table.raspisanie tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 3px solid #e8e9eb;
  }
  table.raspisanie tr:first-child {
	border-top: 3px solid #e8e9eb;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  table.raspisanie td {
    display: block;
    text-align: right;
  }
  table.raspisanie td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}

.btn.btn-default {
  background-color: #4baaf3;
  border-color: #4baaf3;
  color: #ffffff;
  box-shadow: none;
}

.btn {
  font-size: 0.7333em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  letter-spacing: 0.8px;
  border-radius: 3px;
  padding: 12px 21px 11px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  color: #fff;
}

button {
  cursor: pointer;
}