
.tooltip {
    font-size: 14px;
    border: 1px solid #dd7819;
}
.tooltip-inner {
    max-width: 600px;
    background-color: #fff;
    color: #000;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-labels th {
    border-right: 1px solid #E1E1E1 !important;
    text-align: center !important;
    vertical-align: baseline; !important;
}

.mainCase {
    height: 610px;
    overflow: hidden;
}

#article-container tr {
    /*display: list-item;*/
    /*list-style: none;*/
}
#article-container tr td {
    /*display: table-cell*/
}

/*.mainTop .quickConsult { position: relative; float: left; width: 373px; height: 300px; padding: 28px 0 0 32px; }*/
@media only screen and (max-width: 800px) {

    .mainTop .quickConsult {
        float: none;
        width: auto;
        padding: 28px 20px;
    }

    .mainCase {
        height: auto;
    }

}
