@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

.uk-table-small td, .uk-table-small th {
  padding: 0 12px; }

tbody small {
  display: block; }

tbody td {
  position: relative;
  overflow: hidden; }
  tbody td span {
    position: absolute;
    font-size: 80%;
    top: 5px; }

tbody a {
  min-width: 140px;
  max-width: 140px;
  line-height: 1.4;
  color: #222;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px !important;
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 10px 7px 15px;
  border: 1px  dashed;
  border-left: 5px solid;
  border-right: 5px solid;
  border-radius: 3px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.07);
  text-decoration: none; }
  tbody a:hover {
    text-decoration: none; }

.sb-active {
  border-radius: 3px; }
  .sb-active a {
    display: none; }
  .sb-active .sb-active {
    display: block !important; }

.boks, .borotba {
  border-color: red;
  color: #222; }

.spinning, .aerobic {
  border-color: green;
  color: green; }

.dance-kids, .djiu, .boks-kids {
  border-color: orange; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
