table,
td,
tr {
  border: 1px solid #e9e9e9;
  text-align: left;
}

/* remove border from top-orange only works with 2px */
.table-days-top {
  border: 2px solid #ec5800 !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 10px 5px 10px 8px;
}

body {
  color: #525252;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 0.850em;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #060d37;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

html {
  overflow: visible !important;
}

.tabletext {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}

.tableheader td {
  color: #ffffff !important;
  border: 0px solid #e9e9e9;
}

.tableheader {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 10px;
  background-color: #ec5800;
  font-size: 1.1em;
  position: relative;
}

.top {
  text-align: center;
}

h4 {
  color: #ffffff;
  font-size: 3em;
}

h2 {
  color: #ffffff;
  font-size: 6em;
}

.envivo {
  background-image: url(en-vivo-markup.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.live {
  background-image: url(live-markup.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.stick {
  position: relative;
  z-index: 10;
}

/* disable scrolling  - for funcionality on external iframe */
body::-webkit-scrollbar {
  display: none;
}

/* MOBILE Style Starts */
@media only screen and (max-width: 690px) {
  .web-page {
    display: none;
  }
}

@media only screen and (min-width: 690px) {
  .mobile-page {
    display: none;
  }
}
/* make mobile guide fluid */
.mobile-page img{
  width: 100%;
}

.radiooffline {
  background-color: #e7e7e7;
}

.prog-local {
  background-color: #fff2ed;
}