/* CSS for SSB*B search page */


.inbox {
    min-height: 200px;
    height:200px;
    max-height: auto;
    width:95%;
    overflow:hidden;
    overflow-y:scroll;
    padding-bottom: 5px;
}

.result_name {
    text-align: right;
    padding-right: 10px;
}

.result_spacer {
    height: 1em;
}
