#map {
    width: 800px;
    height: 500px;
    max-width: 100%;
    margin: auto;

}
#iframe-container {
    display: none;
    text-align: center;
    margin-top: 10px;
}
#tempest-iframe {
    width: 100%;
    height: 500px;
    max-width: 800px;
    margin: 0 auto;
}
.temperature-marker {
    cursor: pointer;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: larger;
    text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
display: inline-flex !important;
}
.temperature-cool {
    background-color: #0400ff;
    color: #ffffff;
}
.temperature-warm {
    background-color: yellow;
    color: #ffffff;
}
.temperature-hot {
    background-color: #ff3333;
    color: #ffffff;
}
.temperature-cold {
    background-color: #0099ff;
    color: #ffffff;
}
.temperature-warmer {
    background-color: #ff9933;
    color: #ffffff;
}
.temperature-burning {
    background-color: #5a1e1e;
    color: #ffffff;
}
.temperature-melting {
    background-color: #ea00ff;
    color: #ffffff;
}
.temperature-toocold {
    background-color: #00eeff;
    color: #ffffff;
}
.temperature-belowfreezing {
    background-color: #ff00f2;
    color: #ffffff;
}

#alerts{
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
}

.alertsmap{
    text-align: center;
}