/* Add custom styles here */

div#sitePlanPageMap {
    width: 100%;
    height: 100%;
}

.openPanelButton {
    position: fixed;
    top: 44px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
    z-index: 99999999999;
    background-color: lightgray;
}




/* so items aren't blue in a list */
.list-block a .item-title {
    color: #333;
}