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

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

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