#jbprestock_nav {
    border-bottom: 1px solid #999999;
    margin-bottom: 5px;
    height: 21px;
}

#jbprestock_nav div {
    float: left;
    background-color: #999999;
    padding: 0px 5px 0 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    color: #ffffff;
    margin-left: 3px;
    border: 1px solid #999999;
    border-bottom: 0;
    cursor: pointer;
    height: 21px;
}

@media screen and (max-width: 994px) {
    #jbprestock_nav {
        height: 28px;
    }

    #jbprestock_nav div {
        font-size: 13px;
        line-height: 28px;
        height: 28px;
    }
}

#jbprestock_nav div.active {
    background-color: #ffffff;
    color: #333333;
}

#jbprestock_nav div:hover {
    color: #333333;
}

table.jbprestock {
    font-size: 11px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    table-layout: fixed;
}

@media screen and (max-width: 994px) {
    table.jbprestock {
        font-size: 13px;
        line-height: 1.8em;
    }
}

table.jbprestock.index {
    margin-bottom: 30px;
}

table.jbprestock th, table.jbprestock td {
    text-align: right;
}

table.jbprestock th:first-child, table.jbprestock td:first-child {
    text-align: left;
    padding-left: 5px;
}

table.jbprestock thead tr {
    background-color: #E6EBF2;
}

table.jbprestock tbody td {
    border-bottom: 1px solid #E8E8E8;
}

table.jbprestock tbody td.positive {
    color: #008000;
}

table.jbprestock tbody td.negative {
    color: #FF0000;
}

table.jbprestock tr.midcaps {
    display: none;
}

.jbprestock__col-name {
    width: 22%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jbprestock__col-size-bid {
    width: 12%;
}

.jbprestock__col-price-bid {
    width: 14%;
    font-weight: bold;
}

.jbprestock__col-price-ask {
    width: 14%;
    font-weight: bold;
}

.jbprestock__col-size-ask {
    width: 12%;
}

.jbprestock__col-change {
    width: 14%;
}

.jbprestock__col-change-percent {
    width: 12%;
    padding-right: 0.25em;
}



@media screen and (max-width: 640px) {
    .jbprestock__col-size-bid,
    .jbprestock__col-size-ask {
        display: none;
    }
    table.jbprestock td {
        padding: 0 0.25em;
    }
    table.jbprestock td.jbprestock__col-name {
        padding-left: 0;
    }
    table.jbprestock td.jbprestock__col-change-percent {
        padding-right: 0;
    }
}

@media screen and (max-width: 360px) {
    .jbprestock__col-change {
        display: none;
    }
}


#jbprestock_disclaimer {
    font-size: 10px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
    line-height: 16px;
}
