﻿/*Home Page*/


.completed-ships .no-details,
.upcoming-ships .no-details{
    font-weight:700;
    padding:15px;
}

.completed-ships .table > tbody > tr > td,
.upcoming-ships .table > tbody > tr > td {
    cursor: pointer;
    vertical-align: middle;
    height: 50px;
}

.shipSeparator{
    margin-top: 40px;
    padding-bottom:20px;
}
