/* 
    Document   : style-drama
    Created on : Jun 4, 2015, 12:00:52 PM
    Author     : arnop
    Description:
        Purpose of the stylesheet follows.
*/
body{
    color: white;
}
#close_player {
    position: fixed;
    bottom: 30px;
    right: 0px;
    cursor: pointer;
}
.imgYouTube{
    padding: 10px;
}

.imgiTunes{
    padding: 10px;
}

img.music_play_btn {
    width:16px; height:20px; background:url(../images/bt-play-1.png) 0 0;
}
img.music_play_btn:hover {
    width:16px; height:20px; background:url(../images/bt-play-2.png) 0 0;
}
img.music_download_btn {
    width:18px; height:20px; background:url(../images/bt-load-1.png) 0 0;
}
img.music_download_btn:hover {
    width:18px; height:20px; background:url(../images/bt-load-2.png) 0 0;
}
img.music_share_btn {
    width:22px; height:20px; background:url(../images/bt-share-1.png) 0 0;
}
img.music_share_btn:hover {
    width:22px; height:20px; background:url(../images/bt-share-2.png) 0 0;
}
img.music_add_btn {
    width:40px; height:40px; background:url(../images/add-2.png) 0 0;
}
img.music_add_btn:hover {
    width:40px; height:40px; background:url(../images/add-1.png) 0 0;
}


div.quiz_style{
    border: 1px solid #f598b1; 
    border-radius:1em; 
    padding:10px;
    margin:10px;
}

div.textNameDarma{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

div.btn_read_more{
    border: 1px solid #f598b1;
    font-size: 14px; 
    cursor: pointer;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
}

div.btn_read_more:hover{
    color: #5e905e;
    background-color: white;
}

div.btn_drama {
    border: 1px solid white;
    color: #ED1969;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding-left: 3%;
    padding-right: 3%;
}