/* img-responsive*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* Background Image */
/*    body {
         background-image: url('image/santorini.jpg');
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         }
		 */

titletext {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
  font-weight: bold;
  border-radius: 10px;
  background-color: rgba(121, 171, 234, 0.6);
}

newyear {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
  border-radius: 10px;
  background-color: rgba(121, 171, 234, 0.6);
}

html,
body {
  height: 90%;
  width: 100%;
  margin: 0;
}
.h_iframe iframe {
  width: 100%;
  height: 90%;
}
.h_iframe {
  height: 100%;
  width: 100%;
}

#radioxmlstats {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  height: 200px;
  width: 65%;
  border: 5px solid #a7a7a7;
  border-radius: 10px;
  overflow: auto;
}

#radioxmlplayed {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  height: 300px;
  width: 65%;
  border: 5px solid #a7a7a7;
  border-radius: 10px;
  overflow: auto;
}

/* LISTEN TO THE RADIO BUTTONS START */
btext {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
  font-weight: bold;
  background-color: none;
}
.button {
  border: a7a7a7;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
  font-weight: bold;
  font-size: 22px;
  margin: 8px 2px;
  cursor: pointer;
}

.button1 {
  background-color: #357ec7;
}
.button1:hover {
  background-color: #3b97f3;
}
.button2 {
  background-color: #a4c639;
}
.button2:hover {
  background-color: #c0e841;
}
/* LISTEN TO THE RADIO BUTTONS END */
