.geo {
    display: none;
}

.resultMap {
    width: 320px;
    height: 320px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}

.resultList {
    width: 320px;
    float: left;
    height: 320px;
    overflow: auto;
}

li {
    margin-bottom: 10px;
}