.logo{
    width: 100%;
}
.logs{
    list-style-type: none;
}
.logs li{
    background: lightgreen;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    color: darkslategrey;
}
.shows{
    display: none!important;
}
.show{
    height: 170px;
    width: 100%;
    background: lightgray;
}
.showImage{
    margin: 10px;
    float:left;
    height: 150px;
    width: 150px;
    background-size: cover;
}
.h3{

}
.showCheckbox{
    height: 50px;
    width: 50px;
}
#offset_sign{
    height: 30px;
    border: darkgray 1px solid;
    margin: 0px;
    padding: 0px;
}
#offset_seconds{
    height: 30px;
    width: 60px;
    border: darkgray 1px solid;
    margin: 0px;
    padding: 0px;
}
.mixcloud_user_title{
    margin-top: 10px;
    background: #0d6efd;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px;
    color: #ffffff;

}
.mixcloud_user{
    cursor: pointer;
    width: 400px;
    height: 100px;
    overflow: hidden;
    border: #0d6efd 1px solid;
    background: #0d6efd;
    color: #ffffff;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}
.mixcloud_user_image{
    float: left;
    height: 100px;
    width: 100px;
}
.mixcloud_user_details{
    float: right;
    width: 280px;
    height: 100px;
    overflow: hidden;
}