﻿body {
    background-color: #ffffff !important;
}

#LoadingContainer {
    text-align: center;
    padding: 30px;
}

.HSSourceDetailContainer {
    border: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}

.HSSourceDetail .col-lg-8 {
    padding-top: 0px !important;
}

.HSSourceDetail:before,
.HSSourceDetail:after {
    display: table;
    content: " ";
}


.HSSourceDetail:after {
    clear: both;
}



.HSSourceDetail .text_container {
    padding: 0px 15px 0px 15px !important;
    text-decoration: none !important;
}

.HSSourceDetail .images_container {
    padding: 20px;
    font-size: 10px;
    text-align: center;
}

    .HSSourceDetail .images_container .image_item {
        float: left;
        margin-left: 10px;
    }

    .HSSourceDetail .images_container img {
        width: 150px;
        height: 150px;
        border: 1px solid #ccc;
        padding: 1px;
        margin-top: 10px;
    }

.HSSourceDetail .more {
    text-decoration: none !important;
    border-bottom: 0px !important;
}

.HSSourceDetail .moreellipses {
    font-weight: bold;
    margin-left: 5px;
}

.HSSourceDetail .itemDesc {
    font-size: 13px;
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
    background: #fff !important;
}

.HSSourceDetail .itemCode {
    font-size: 18px !important;
}

.HSSourceDetail .itemKeywords {
    font-size: 11px !important;
}

.badge {
    margin-right: 5px;
}

#AIResults .detail {
    
}
.tblHS {
    font-size:18px;
}

.hs_desc {
    font-size: 13px !important;
}