#institution_summary {
    margin: 0.3em;
}

#institution_summary .institution {
    position: relative;
    background-image: url('../images/institution_bg.png');
    background-repeat: no-repeat;
    width: 210px;
    height: 64px;
    margin: 0 0 0.2em 0;
}

#institution_summary .institution a {
    background-repeat: no-repeat;
    background-position: 8px 8px;
    display: block;
    min-height: 32px;
    padding: 8px 8px 0 46px;
    font-size: 14px;
    /*color: #7F0000;*/
    color: #993300;
}

#institution_summary .institution span {
    display: block;
    font-size: 12px;
    color: #404040;
    text-align: right;
    padding: 0 10px 0 0;
}