/*
container
    row
        thumbnail
            caption
    modal fade
        modal-dialog
            modal-content
                modal-header
                    modal-tittle
                modal-body
                modal-footer
    hr2
*/
.page-sidebar{
    margin-top: 2em;
}

.sidebar-logo1 img{
    height: 7em;
    width: 17em;
    margin-bottom: 1em;
    text-align: center;
}    

.sidebar-logo2 img{
    height: 10em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 100%;
    width: auto;
}    

.file-download{
    margin-top: 2em;
}

.file-download a{
    border: 1px solid;
    border-color: #f93943;
    padding: .5em;
    color: #f93943;
}

.file-download a:hover{
    text-decoration: none;
    background-color: #f93943;
    color: white;
}

.file-download{
    margin-top: 2em;
}