﻿


.order-style {
    margin: 0px;
    padding: 0px;
                    border:none;

}

    .order-style th {
        text-align: center;
        padding: 0px 16px;
        background:#002b4d;
        color:#fff;
                border:none;

    }

    .order-style td {
        text-align: center;
        padding: 0px 16px;
        font-size:14px;
        background:#dae454;
        border:none;
        /*  */
    }
    .order-style .dark{
                background:#bec926;
    }
       .order-style td a{
        color:#000 !important;
    }