#j_username,#j_password {
    font-family: monospace;
    font-size: 14px;
}

#j_username {
    width: 8em;
    text-align: right;
}

#j_password {
    width: 14em;
}

#institution_member_list {
    margin: 1em 0;
}

.institutionSummary {
    float: left;
    margin: 0.3em 0.4em;
    padding: 1px;
    background-color: #FFFFFF;
}

.institutionSummary:hover {
    border: 1px solid #A0A0A0;
    background-color: #F0F0F0;
    padding: 0px;
}

.institutionSummary a {
    margin: 0;
    width: 230px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 00;
    color: #294B5F;
    background-repeat: no-repeat;
    background-position: center 4px;
    text-align: center;
}

.logoRef {
    position: relative;
}

#institution_logo {
    position: absolute;
    right: 20px;
    bottom: 8px;
}