html {
    min-height: 100%;
    position: relative;
    background-color: #4C66A4;
}
body {
    margin: 0px;
    height: 100%;
}
#filters {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #4C66A4;
    color: #fff;
    padding: 5px;
}

#results {
    width: 66%;
    background: #eee;
    height: 100%;
    float: left;
    padding: 5px;
    color: #4C66A4;
    padding-bottom: 30px;
    border-bottom: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
}
#startAge, #endAge, #numPeople {
    width: 25px;
}

.resultRow {
    clear: both;
    padding: 10px;
}

.profilePic {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    float: left;
    border: 1px #000 solid;
    margin-right: 5px;

    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
.info {
    float: left;
    background-color: #fff;
    padding: 5px;
    height: 40px;
    border: 1px #000 solid;
    width: 500px;
    margin-right: 5px;
}
.removeRow {
    float: left;
    border: 1px #000 solid;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    height: 50px;
    background-color: #fff;
    line-height: 45px;
}
.removeRow a {
    color: red;
    text-decoration: none;
}

.spinner {
    height: 32px;
    margin-top: 30px;
    background-image: url("/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;

}

.goToLink {
    text-decoration: none;
    color: #4C66A4;
    text-align: center;
}