﻿.panel-heading div {
    padding-top: 7px;
    font-size: 20px;
}

.scoreTable{
    background-color:white !important;
}
.scoreTable td {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.hiddenRow {
    padding: 0 !important;
}

.small-box {
    float: left;
    width: 8px;
    height: 20px;
    /*margin: 5px;*/
    margin-right: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.banner-image {
    padding-left: 15px;
    height: 100px;
}

.banner-sm {
    display: none;
}

.tr-header{
    cursor:pointer;
}
.tr-details {
    background-color: #fbfbfb !important;
}

@media only screen and (max-width : 992px) {
    .banner-image {
        padding-left: 15px;
        width: 300px;
    }

    .banner-sm {
        display: inline;
        position:absolute;
        top:0px;
        left:0px;
    }

    .banner-lg {
        display: none
    }
}

.showWarning {
    visibility: hidden;
}
