body {
    background-color: #476d8c;
}

.mainContentContainer {
    max-width: 900px;
}

.mainContentContainer a {
    color: #494f54;
}

.status {
    text-align: center;
    width: 40px;
}

.componentName {
    width: 350px;
}

.componentDesc {
    width: 300px;
}

.monthPickerCalendar {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.monthPickerCalendar:hover {
    text-decoration: none;
}

.monthPickerCalendar svg {
    height: 1.5rem;
    width: 1.5rem;
}

.monthPickerCalendar svg path {
    fill: #494f54;
}

.splashHeader {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.userTotals .text-danger a {
    color: #dc3545;
}

.userTotals .text-warning a {
    color: #ffc107;
}

.responseRates tfoot td {
    border-color: #808080;
    border-width: 2px;
}

.charts_webservices_container .svg-container {
    margin: auto !important;
}

.components span.status {
    border-radius: 1rem;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 3rem;
}

.leadStat {
    font-weight: bold;
    text-transform: capitalize;
}

.leadParagraph {
    font-size: 1.5rem;
    padding: 1rem;
}

.chartContainer {
    background-color: #fff;
    border: 1px solid #ddd;
}
