ORIGINAL!

@charset "utf-8";
body { background: #363636;
}

img#onair_bildIMG{
width: 80px;
height: 80px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 20px; }

img#onair_bildIMG2{
width:80px;
height:80px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

img#onair_bildIMG3{
width:30px;
height:30px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

img#onair_bildIMG4{
width:100px;
height:100px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

.btn-danger.disabled, .btn-danger:disabled {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; } }
tr { background: url(https://sendeplan.harmonys-jukebox.de/img/bg.png);
     /*background: transparent;*/
     background-attachment:fixed;
     font-family: Tahoma;
     color: silver; }

.table-info, .table-info>td, .table-info>th {
    background-color: transparent;
    color:gold;
}
