body {
}
.schoolResults li{
    margin-bottom: 10px;
    list-style: none;
}
.schoolResults img{
    max-height: 100px;
    margin: 10px
}
.screens {
    overflow: hidden;
    margin: 20px 0;
}
.screens .screen-title-block {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.screens form {
    float: left;
    clear: both;
}
.screens .screen-content-block {
    float: left;
    margin-left: 20px;
}

/* tooltip */
[class^="icon-"], [class*=" icon-"] {
    margin-left: 7px;
    margin-top: 5px;
}