
#header h1, #content {
    width: 500px;
}

#content {
    padding-top: 0;
}

.alert strong {
    margin: .15em 0 .15em 1em;
}

/* 404 on quotebox */

body {
    display: block;
}


#quote .modal-header {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
    #quote .modal-header h3 {
        font-weight: normal;
    }
        #quote .modal-header span {
            font-size: .8em;
        }

#quote .modal-body {
    font-size: 1.35em;
    padding: 20px;
}
    #quote .modal-body div:not(.alert) {
        font-size: .8em;
    }

    #quote .modal-body ul {
        list-style: none;
        margin-left: 1em;
    }
        #quote .modal-body ul li:before {
            content: "·";
            margin-right: .5em;
        }

    #content #quote a {
        color: #3af;
        margin-left: .3em;
        text-decoration: none;
    }
        #content #quote a:hover {
            color: #4bf;
            text-decoration: underline;
        }


