body {
    background-color: #EEE;
}

#dw__title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 10px !important;
}

#dw__tagline {
    font-size: 0.8em !important;
    line-height: 1.2em;
    margin-bottom: 0;
}

main {
    margin-top: 20px;
}

footer {
    background-color: #2c3e50;
    color: white;
}

footer .dw-container {
    padding-top: 20px;
}

footer a {
    color: white;
}

footer a:hover {
    color: #ddd;
    text-decoration: none;
}

footer .media-heading {
    margin-top: 8px;
}

.modal-body {
    overflow: auto !important;
}