﻿.wellPadding {
    padding-bottom: 5px !important;
}

.tableWidth {
    background-color: #060606;
    width: 100%;
    border-collapse: separate;
}

.headerLinkBtn {
    text-decoration: none !important;
}

th {
    border-bottom: none !important;
    vertical-align: middle !important;
}

td {
    vertical-align: middle !important;
}

.pagerMargin {
    margin: 5px;
}

body {
    padding-top: 120px;
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}

.tableHeaderLogbook {
    background-color: #2a9fd6;
}

    .tableHeaderLogbook th:hover {
        background-color: #2180ac;
    }

.tableHeaderServiceHistory {
    background-color: #9933cc;
}

    .tableHeaderServiceHistory th:hover {
        background-color: #6e2caf;
    }
