@charset "UTF-8"; 
/* CSS Document */

a, a:visited{color:#fff;}
a{
    transition: all 0.8;
}   
a:hover{
    background-color:#222;
    color:#fff;
    text-decoration: underline;
}
.rss_title{ 
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 0 2px 0 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #FFFFFF; 
}
.rss_date{
    text-align:right;
}
.rss_description{
    color:white; 
    padding:20px 0 0 0;
    font-size: 14px;
}
  
.rss_description p{
    line-height: 1.8em;
    padding: 0.5em 0 2.5em 0; 
    font-size: 14px;  
}

iframe.bandcamp_audio_player{
    min-width: 370px!important;
}
#rss_space h1{
    font-size:36px!important;
    line-height: 150%!important;
}
#rss_space h2{
    font-size:20px!important;
    line-height: 150%!important;
}
@media screen and (max-width:768px){    
.rss_description img{width:100%!important;}
.rss_description iframe#youtube_iframe{
    width:100%!important;
}
}