#page-wrapper #directory-quick-contacts {
    margin-bottom: 1em;
}

#directory-quick-contacts #contacts-wrapper {
    padding: 0;
}

#directory-quick-contacts .contact-block {
    margin-bottom: .5em;
}

.browse-alpha {
    /*    padding-top: 1em;   */
    margin-left: 0px;
}

.browse-alpha a {
    font-size: 1.25em;
}

.browse-alpha > li {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 5px;
}

#search-options label {
    padding-left: 0px;
}

@media (min-width: 768px) {
    #directory-quick-contacts #contacts-wrapper {
        padding: 0;
        text-align: right
    }

    #directory-quick-contacts .contact-block {
        display: inline-block;
        float: none;
        font-size: 12px;
        margin-right: 1.5em;
        padding: 0;
        text-align: left;
        vertical-align: text-top;
        width: auto
    }

    #directory-quick-contacts .contact-block:last-of-type {
        margin-right: 0
    }

    #search-submit {
        padding-left: 0px;
    }

    #search-submit button {
        margin-left: -8px;
    }

    #people-search input {
        width: 49%;
    }

    #search-first-name {
        margin-right: 1%;
    }

}

@media (max-width: 768px) {
    #search-submit button {
        width: 100%;
        margin-top: -15px;
    }

    #people-search input {
        margin-bottom: 8px;
        /*margin-top: 4px;*/
    }

    #department-search input {
        margin-bottom: 8px;
    }
}

section#adminviewsitecode h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

section#adminviewsitecode ul {
    margin-bottom: 5px;
}

figure.right.portrait {
    max-width: 25%;
}

.preserve-whitespace p {
    white-space: pre-line;
    margin-top: -2em;
}

.front_page_section {
    background-color: #efefef;
    margin: 20px auto;
    border-radius: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    padding: 1em;
/ / width: 500 px;
}

.front_page-section h1, .front_page_section h2, .front_page_section h3, .front_page_section h4, .front_page_section h5, .front_page_section h6 {
    margin-top: 0;
}

h1.center, h2.center, h3.center {
    text-align: center;
}

.actions-menu {
    font-size: 1.2em;
    padding-left: 1em;
}

legend {
    width: auto;
    padding: 0 5px;
    border-bottom: none;
}

fieldset {
    border-radius: 5px;
    border-color: #909090 !important;
    padding-right: 5px;
    margin-bottom: 15px;
}

.inline-header > * {
    display: inline-block;
}

.inline-header > .btn {
    margin-bottom: 5px;
}

.btn {
    text-decoration: none;
}

hr {
    border-color: #c3c3c3;
}

.profile-image {
    width: 100%;
}