/*Phones only*/
@media only screen and (min-device-width: 480px) and (max-device-width: 768px){
    li {
       font-size:110% !important;
       line-height:200% !important;       
    }
    #archiv {
    margin-bottom: 100px !important;
}
#player_wrapper {
    margin-top: 20px °important;
}
}

/*Tablet only*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px ){
     li {
       font-size:110% !important;
       line-height:200% !important;     
    }
    #archiv {
    margin-bottom: 100px !important;
}
#player_wrapper {
    margin-top: 20px °important;
} 
}



body {
    font-family: Arial,Helvetica,sans-serif;
    color: #323232;
    margin: 0px;
    margin-left:auto;
    margin-right:auto;
    max-width:655px;
    height:100%;
    /*overflow:hidden;*/
}
h3{
    margin-top: 5px;
    padding: 0;
    position: absolute;
}
#player_wrapper {
/*    height: 50%;*/
    min-height:200px;
}
/*#archiv {
    line-height: 1em;
    height: 40%;
    overflow:scroll;
}*/

input {
    background-color: #323232;
    border: medium none;
    margin: 0 0;
    color: #cccccc;
    font-weight: bold;
    font-size: 14px;
    width: 70px;
    padding: 4px 2px;
    cursor: pointer;
}

input:hover {
    color: #46C2E8 !important;
    
}

.active {
    color: #46C2E8 !important;
}

table {
    border-spacing: 0;
    float:right;
}

embed {
    max-width: 655px !important;
    width: 100% !important;
}

#error {
    display: none;
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    z-index: 10;
    margin-top: 160px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 655px;
    z-index: 10;
}

#webt {
    color: #323232;
    font-style: normal;
    background-image: url('doc.png');
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 22px;
    text-indent: -99999px;
}
#webs {
    color: #323232;
    font-style: normal;
    background-image: url('person.png');
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 22px;
    text-indent: -99999px;
}
#playnow {
    color: #323232;
    font-style: normal;
    background-image: url('play.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 100%;
    display: inline-block;
    height: 14px;
    width: 22px;
    text-indent: -99999px;
}
a:hover {
    color: #2e6dab;
    transform: scale(1.1);
}
li {
    font-size: 80%;
    line-height: 140%;
    list-style: none outside none;
    padding-left:5px;
}
li > t{
    color: grey;
    font-style: italic;
}


#l, #t {
    border-top: 1px solid #bfd7fb;
    margin-top: 1em;
    padding-top: 2em;
    padding-top: 1em;
}

#fbshare {
 margin-top:-10px;
}

#archiv {
    margin-top:40px;    
}
#email {
    background-image: url("email.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;  
    font-size:20px;
    text-indent: -99999px;    
    cursor: pointer;
    color: transparent;
    float:right;
    width:25px;
    margin: 8px 0 0 10px;
}
#download {
    display:inline-block;
    background-image: url("download.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 85%;  
    width:35px;
    text-indent: -99999px;    
    cursor: pointer;
    color: transparent;
    text-decoration:none;
}

#email:hover, #download:hover, #twitter img:hover {
    transform: scale(1.1) !important;
    text-decoration:none;    
}

#twitter img {
    height: 25px;
    margin: 8px 0 0 10px;
}

#s {
    margin-left: 10px;
}
ul {
    padding:  0px !important;    
}