#map{
    width:100%;
    height:400px;
}

.container{
    min-width:912px;
}

.windspeed{
    font-size:44px;
}

.datelabel{
    font-size:36px;
}

.stormtype{
    font-size:18px;
}

#text{
    height:100px;
}

svg {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}