.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding:10px;
}

.width100 {
    width: 100%;
}

label {
    font-style: italic;
}
label em {
    font-weight: bold;
}

input.month-input{
    max-width: 100px !important;
}

.admin-header {
    background-color: #999999 !important;
}