body {
    background-color: #f5f5f5;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 17px;
}

.widget-uptimesummary .component-uptimesummary-title {
    font-size: 22px;
}

.widget-uptime table {
    border-collapse: collapse;
    
}

.widget-uptime table tr:nth-child(even) td {
    background-color: #f5f5f5;
}

.widget-uptime table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.widget-uptime table thead th {
    background-color: rgba(0,0,0,.2)!important;
}

.widget-uptime table td,th {
    border-style : hidden!important;
}

.widget-grid .historygrid tbody tr td:first-child {
    font-size: 15px;
}

a[href="https://statuscast.com"] {
 color: #ffffff
}


.widget-gutters {
    margin-bottom: 60px !important;
}