
.mcd table{
    width:100%;
    border-bottom:1px solid #ccc;
    border-collapse:collapse;
    margin:0 0 20px;
    border-spacing:2px;
}
.mcd th{
    padding: 18px 5px;
    border: 1px solid #fff;
    background-color: #0072bc;
    color: #fff;
    font-weight: 500;
    font-size:16.5px;
    text-align:center;
}
.mcd td{
    padding: 10px 5px;
    border: 1px solid #fff;
    color: #4c4c4c;
    text-align: center;
    font-size:15px;
}
.mcd tr:nth-child(odd){background:#e6f1f8;}
.mcd tr:nth-child(even){background:#f3faff;}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){

    .mcd th{font-size:14px;}
    .mcd td{font-size:13px;}

}
