﻿body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.vcenter {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mvc-grid-table {
    font-size: 18px;
    border: 1px solid #dee2e6;
    line-height: 1.3em;
}

    .mvc-grid-table > table > thead > tr > th {
        font-weight: normal;
        background-image: none;
        text-align: center;
    }

        .mvc-grid-table > table > thead > tr > th:nth-child(2) {
            text-align: left;
        }

        .mvc-grid-table > table > thead > tr > th:last-child {
            border-right: none;
        }
