﻿
    legend {
        margin: 0
    }   
    #main-section .table {
        margin: 0 auto 15px auto;
        border: 1px solid #002d62;
    }
    #main-section h5 {
        font-weight: bold;
        color: #002d62;
    }
    #main-section .table thead tr {
        background-color: #e7e7e7;
    }
    #main-section .table td {
        border-top: 1px solid #002d62;
    }
    #main-section .table thead td {
        color: #002d62;
    }
    #main-section .table tfoot td {
        color: #002d62;
        background-color: #e7e7e7;
        line-height: 28px;
        text-align: center;
    }
    #main-section .table a {
        text-decoration: none;
    }
    .vpager {
        color: #002d62;
        border-color: #002d62;
    }
    .vpager:hover {
    color: black;
    background-color: #fdee5f;
    }
    .vpager.disabled {
        color: #888888;
        border-color: #888888;
    }
    .handgun-image {
        margin: auto;
    }
    .sColumn {
        color: #002d62;
        background-color: #e7e7e7;
        border-right: 1px solid #002d62;
    }
    .mCell {
        border-right: 1px solid #002d62;
    }
    .tac {text-align: center;}
    #cartGraph {
        display: block;
        position: relative;
        margin: auto;
        width: 285px;
        height: 100px;
        background-image: url(/HandgunDB/CartImages/Cartridge-Graph.png);
    }
    #cartGraph img {
        position: absolute;
        bottom: 28px;
        left: 36px;            
    }
    .fwidth {
        width: 100px;
    }
    .mlogo {
        max-width: 128px;
    }
    .ranking-graph {
        list-style: none;
        font-size: smaller;
        padding: 0;
    }
    .ranking-graph li {
        margin-top: 5px;
        width: 100%;
    }
    .graph-box{
        clear: both;
        display: block;
        height: 10px;
        width: 100%;
        border: 1px solid gray;
    }
    .graph-bar {
        display: block;
        height: 8px;
        background-color: red;
        border-right: 2px solid black;
    }
    .listAdd {
        width: 39px;
        height: 39px;
        font-weight: bold;
        color: #002d62;
        border: 1px solid #002d62;
        border-radius: 4px;
    }
.sampleBtn {
    height: 20px;
    padding: 0 4px 0 4px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #002d62;
    border: 1px solid #002d62;
    border-radius: 4px;
}
.sBtn2 {
    color: white;
    background-color: #337ab7;
}
    .errorDsp {
        font-weight: bold;
        color: darkred;
    }
    .okDsp {
        font-weight: bold;
    }
    .actionLbl {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: bold;
    }
    .errorLbl {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0;
        color: darkred;
    }
    #starfield-lbl {color: black}
    #result-container {
        font-weight: bold;
    }
    #selectedRate {
        font-weight: bold;
    }
    .imgVfy {
        width: 80px;
    }
    .txtHumanLbl {
        display:inline-block;       
        margin-top: 5px;
        color: darkred;
        font-weight: bold;
    }
    .actionLbl {
        margin-top: 5px;
        font-weight: bold;
    }
    .fixed-height-scroll {
        overflow: scroll;
        height: 450px;
    }
    .mfg-logo {
        width: 128px;
    }
    .src-db-image {
        display: none;
    }
    .specrow td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .cart-btn {
        margin: 5px;
    }

    .mfg-btn {
        margin: 5px;
    }