#map_canvas{
    width:100%;
    height:70%;
    border-radius:7px;
}

#map_aqi_container{
    width: 100%;
    height: 20%;
}

.aqi_good{
    background-color:#00E400;
    border: 1px solid #000;
    height:10px;
    width:10px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    text-indent: 20px;
    margin-top: 5px;
}

.aqi_moderate{
    background-color:#FFFF00;
    border: 1px solid #000;
    height:10px;
    width:10px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    text-indent: 20px;
    margin-top: 5px;
}

.aqi_sensitive{
    background-color:#FF7E00;
    border: 1px solid #000;
    height:10px;
    width:10px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    text-indent: 20px;
    margin-top: 5px;
}

.aqi_unhealthy{
    background-color:#FF0000;
    border: 1px solid #000;
    height:10px;
    width:10px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    text-indent: 20px;
    margin-top: 5px;
}

.aqi_veryunhealthy{
    background-color:#99004C;
    border: 1px solid #000;
    height:10px;
    width:10px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    text-indent: 20px;
    margin-top: 5px;
}

#map_aqi_description{
    display:inline;
    margin-left: 20px;
    float:left;
    padding-top: 8.5px;
}
#learn_more{
    margin-left: 50px;
}
#div_container{
    line-height: 5px;
}

#link{
    padding-left: 100px;
    position: relative;
}