﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F2F2F2;
}

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

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
div.row {
    text-align:center;
}
.maintenancepicture {
    margin-top: 50px;
    text-align: center;
    height: 88px;
}
.maintenancemsg {
    margin-top:28px;
    color: #01416E;
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 44px;
    line-height: 56px;
}

.maintenanceperiodcontainer {
    margin-top: 40px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow:0 0 6px 0 rgba(192,192,192,0.50);
    border-radius: 4px;
}

.maintenanceperiodcontainer div {
    font-family: Roboto-Light;
    font-size: 18px;
    color: #2E2E2E;
    line-height: 28px;
    margin-bottom: 16px;
}

.maintenanceendtime {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .maintenancepicture {
        margin-top: 10px;
    }

    .maintenancepicture img {
        width: 75%;
    }

    .maintenancemsg {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .maintenanceperiodcontainer {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
        margin-left: -15px;
        margin-right:-15px;
    }

    .maintenanceendtime {
        display:inline-block;
    }
}