div.rc{
   margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.rc div.rc-tab{
    color: #eeeeee;
}
ul.rc_nav{
    background-color: #333;
    max-width: 800px; margin-left: auto; margin-right: auto;
}

.nav-pills > li > a {
    color: #888888;
}

ul.rc_nav > li > a:hover{
    background-color: #242424;
}

div.rc .btn{
    font-size: 16px;
}

div.rc div.rc-tab ul{
    padding-inline-start: unset;
    list-style: none;
}

div.rc div.box{
    margin-bottom: 1px;
}

div.rc div.box div.box-header{
    padding: 3px;
}

div.rc div.rc_content{
    position: relative;

}

div.rc div.rc_content img{
    position: absolute;
    left: 0;
    top: 0;
    max-height: 2.7em;
    max-width: 5em;

}

div.rc .rc_label{
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: small;
    font-family: "Roboto", sans-serif;
}

div.rc div.form-group.col-xs-12{
    padding-left: 10px;
    padding-right: 10px;
}

div.rc div.rc_buttton_holder{
    text-align: right;
    padding-right: 0;
}

div.rc div.rc_buttton_holder div.btn-group i.fa-play{
   margin-left: 15px;
    margin-right: 15px;
}

div.rc div.card{
    background-color: #333;
}

div.rc div.box{
    background-color: #242424;
}

i.sam-logo{
    height: 14px;
    width: 15px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-image: url('/favicon.ico');
}

div.rc div.card div.card-body{
    padding: 0;
}

div.rc div.card div.card-header h5 a{
    color: #dedede;
    font-weight: bold;
    font-size: medium;
}
i.open-chevron{
    position: relative;
    top: 1px;
    margin-right: 4px;
    font-size: large;
}

