.container.priceboard {
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #371c09;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

    .table > thead > tr > th.col-line,
    .table > tbody > tr > th.col-line,
    .table > tfoot > tr > th.col-line,
    .table > thead > tr > td.col-line,
    .table > tbody > tr > td.col-line,
    .table > tfoot > tr > td.col-line {
        padding: 0px 3px;
    }

.priceboard {
    color: #ffffff;
}

.priceboard-title {
    background-color: #000000;
    padding-top: 5px;
}

    .priceboard-title label {
        margin-right: 5px;
    }

.priceboard-grid table.grid {
    border-color: #371c09;
    margin-bottom: 0px;
    font-size: 14px;
}

    .priceboard-grid table.grid tr {
    }

        .priceboard-grid table.grid tr.grid-row {
        }

            .priceboard-grid table.grid tr.grid-row td.g1 {
                background-color: #000000 !important;
            }

            .priceboard-grid table.grid tr.grid-row td.g2 {
                background-color: #391d07 !important;
            }

            .priceboard-grid table.grid tr.grid-row td.g3 {
                background-color: #250603 !important;
            }

    .priceboard-grid table.grid th {
        background-color: #281506 !important;
        font-weight: normal;
    }

    .priceboard-grid table.grid .up {
        color: #00FF00 !important;
    }

    .priceboard-grid table.grid .dn {
        color: #FF0000 !important;
    }

    .priceboard-grid table.grid .st {
        color: #FFFF00 !important;
    }

    .priceboard-grid table.grid .ce {
        color: #FF00FF !important;
    }

    .priceboard-grid table.grid .fl {
        color: #66CCFF !important;
    }

    .priceboard-grid table.grid .tl {
        color: #FFFFFF !important;
    }

    .priceboard-grid table.grid .line {
        display: block;
    }

    .priceboard-grid table.grid .line-top {
        border-bottom: 1px solid #eeeeee;
    }

.priceboard-grid .change-up {
    color: rgb(0,128,0);
}

.priceboard-grid .change-up-add,
.priceboard-grid .change-up-remove {
    background-color: white;
    transition: all 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
}
