#trackBox{
    margin-bottom: 5em;
}
.topBanner{
    background: #f4f4f4 url(../images/shipment-track.jpg) no-repeat center;
    background-size: cover;
}

table{
    width: 100%;
    border-collapse: collapse;
}
table, th, td{
    border: 1px solid black;
}
th{
    padding: 0.25em 0.5em;
    font-weight: 600;
    text-align: left;
    background: #FF9297;
    color: #000;
}
td{
    padding: 0.25em;
}
