div.livestream_container{
    padding-bottom:5px;
    display: none;
    padding: 0;
}
div.livestream_header{
    padding: 0px;
    color: #cc0001;
    background-color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: bold;
}
div.livestream_header .child{
    vertical-align: middle;
}
div.livestream_header .header1{
    font-size: 38px;
    line-height: 38px;
}
div.livestream_header .header2{
    font-size: 14px;
}
div.livestream_container .content{
    font-size: 16px;
    padding-bottom: 5px;
    
}
div.livestream_container .content span{
    vertical-align:middle;
}
div.livestream_container .content img{
    width: 100%;
}