@font-face {
  font-family: "AcehSoft";
  src: url('font/AcehSoft-Regular.ttf');
}

* {
  background-color: #cccccc;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  font-family: "Roboto";
}

#background {
  z-index: 0;
}

table {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 95vh;
}

#table3 td {
  padding: 1%;
  font-size: 3vh;
  vertical-align: top;
}

#table2, #table2 td {
  background-color: white;
}

#clock {
  font-size: 4vh;
  background-color: white;
}

/*
table, td, tr {
  border: 5px solid red;
  border-collapse: collapse;
}
*/

td {
  text-align: center;
  vertical-align: center;
}

#ss-logo {
  width: 45vw;
  height: auto;
}

#rck-logo {
  width: 45vw;
  height: auto;
}

#rck-logo-text {
  font-size: 1.5vw;
  font-family: "AcehSoft";
}

#novost {
  width: 50vw;
  height: auto;
}

iframe {
  width: 100%;
  height: 100%;
}

#iframeHolder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
}

#iframeRaspored {
  width: 140vw;
  height: 140vh;
  
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);

  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#teleprompter {
  position: absolute;
  bottom: 0;
  height: 5vh;
  line-height: 5vh;
  font-size: 4.5vh;
  min-width: 100vw;
  /*width: fit-content;*/
  width: 100vw;
  text-align: center;
  z-index: 2;
  border: 4px solid #004080;
}

#teleprompter p {
  white-space: nowrap;
  animation-name: rightToLeft;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

#screenSaver {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: black;
}

#promoVideo {
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 4;
}

#sourcePromoVideo {
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
}

#ss-logo-always {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: auto;
  height: 4vh;
  margin: 0.5vh;
}