/* Styles used for both the desktop and mobile Open House pages */

#openhousemap {
    position: relative;
}

#openhousemap img.icon {
    height: 20px;
}

#openhousemap .parking1 {
    position: absolute;
    top: 10px;
    left: 5px;
}

#openhousemap .parking2 {
    position: absolute;
    top: 60px;
    left: 130px;
}

#openhousemap .parking3 {
    position: absolute;
    top: 200px;
    left: 80px;
}

#openhousemap .disabled_parking {
    position: absolute;
    top: 116px;
    left: 220px;
}

#openhousemap .restrooms {
    position: absolute;
    top: 140px;
    left: 220px;
}

#openhousemap .food_truck_alley {
    position: absolute;
    background-color: white;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 162px;
    left: 200px;
}

#openhousemap .vendor_area_1 {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 80px;
    left: 250px;
}

#openhousemap .vendor_area_2 {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 100px;
    left: 390px;
}

#openhousemap .vendor_area_3 {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 135px;
    left: 260px;
}

#openhousemap .silent_auction {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 80px;
    left: 310px;
}

#openhousemap .photo_booth {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 135px;
    left: 310px;
}

#openhousemap .adoptions {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 235px;
    left: 190px;
}

#openhousemap .office {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 200px;
    left: 232px;
}

#openhousemap .tours {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 125px;
    left: 350px;
}

#openhousemap .road {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 50px;
    left: 0px;
    transform: rotate(-70deg);
}

#openhousemap .entrance {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    top: 115px;
    left: 250px;
}

#forecast {
    margin-left: 18px;
}

#forecast td {
    text-align: center;
}

#forecast .weather_wind {
    text-align: right;
}
