﻿/* Road conditions badge and button styles */

#roadConditionsBadge {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10000;
    display: none;
}

#roadConditionsButton {
    position: relative;
    left: -50%;
    background-color: #eef442;
    color: black;
    font-weight: bold;
    font-size: 1.25em;
}
