#chan-header{
    margin-top:20px;
    text-align: center;
}

#cha-title{
    color:#ef6952;
}

#chan-description{
    background-color: #f0f0f0;
    text-align: left;
    padding:20px;
    font-size:17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#chan-contact{
    color:#707070;
    text-align: center;
    font-size:14px;
}

.site-name{
    color:#ef6952;
    background-color: #f5f5f5;
    height:60px;
    line-height:45px;
    text-align:center;
    padding:5px;
    overflow: hidden;
}

.site-chan-card{
    margin-top:20px;
    height: 516px;
    min-height: 450px;
    overflow: hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    color:#303030;
}

.site-image{
    height: 200px;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    text-align: center;
}

#channelMenu h4{
    color:black;
    text-transform: none;
    font-size:1.3em;
}