﻿.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: none;
}

    .page-header a {
        background-color: #50c878;
    }

    .page-header a, td a {
        text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
        color: white;
        padding: 6px 12px;
        border: 1px solid transparent;
        border-radius: 4px;
        text-decoration: none
    }

th {
    text-align: right;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    display: block;
    margin-bottom: 1rem;
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
    display: block;
    margin-bottom: 1rem;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    display: block;
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
    display: block;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
