#map{
    width : 100%;
    height : 500px;
    margin-top : 10px;
}
.advise{
    width : 100%;
    height : 30px;
    padding : 20px 0 10px 0;
    text-align: center;
}
#selector{
    width : 200px;
    margin : 0 auto 25px auto;
}
#areaSelector{
    width : 200px;
}

#buttonRow{
    width : 100%;
    height : 25px;
    padding : 25px 0;
    text-align : center;
}

#groupHeader{
    padding : 0 0 5px 10px;
    cursor : pointer;
}

#groups .group{
    cursor : pointer;
}
