/* -------------------------------------------------------------------------- */
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#map-canvas {
    height: 100%;
}
span {
    color: #242626;
    white-space: nowrap;
}
p {
    color: #242626;
}
/* -------------------------------------------------------------------------- */
.cluster > div > span {
    color: #fff !important;
}
/* -------------------------------------------------------------------------- */
.label_content {
    display: flex;
    flex-direction: column;
    min-width: 220px;
    max-width: 220px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #242626;
}
.label_content > p {
    margin: 4px 0;
    padding: 0;
}
.label_content > p.schedule_header {
    margin: 4px 0 0 0;
}
.label_content > p.schedule > span {
    display: inline-block;
    width: 60px;
}
.label_content > p > a {
    color: #242626;
    border-bottom: 1px solid #242626;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1;
}
.label_content > p > a:hover {
    color: #f44336;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
/* -------------------------------------------------------------------------- */
