#map
{
    height: 100%;
    width: 100%;
}

p 
{
    white-space: pre;
    font-size: 20px;
}

.rcorners
{
    border-radius: 25px;
    background: #ffffff;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center
}

.selected
{
    border: 5px solid rgb(64, 64, 64);
}

.button
{
    vertical-align: middle;
    color: white;
    font-size: 25px;
    margin: 6px;
    height: 70px;
    width: 250px;
}

.buttonDiv
{
    margin-left: 9%;
    margin-right: 9%;
    width: 82%;
    margin-bottom: 10px;
    overflow-y: scroll;
    max-height: 358px;
}

.alertsDiv
{
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    overflow-y: scroll;
}

.toggleButton
{
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: rgb(25,25,25);
    cursor: pointer;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 38px;
    margin: 6px;
    padding: 0 5px;
    text-align: center;
}

.toggleButtonActive
{
    border: 2px solid #d3d2d2;
    background-color: #d3d2d2;
}

.currentLocationButton
{
    background-color: #fff;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-right: 15px;
    padding: 0;
}

.alertsCloseButton
{
    float: right;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.currentLocationButtonImage
{
    margin: 8px;
    width: 45px;
    height: 45px;
    background-image: url(https://maps.gstatic.com/tactile/mylocation/mylocation-sprite-2x.png);
    background-size: 450px 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.hidden
{
    display: none;
}