#us_map {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    height: 70%;
}

#mean_data {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    top: 80%;
    height: 30%;
}

.states {
    fill: #DFDFDF;
    stroke: #fff;
    stroke-width: 1px;
}

.cities {
    fill: steelblue;
    fill-opacity: 0.5;
    stroke: #fff;
    stroke-width: 2px;
}

.cells path {
    fill: none;
    pointer-events: all;

}

.highlighted_cities {
    fill: red;
    fill-opacity: 1;
    stroke: #fff;
    stroke-width: 2px;
}

.bee_swarm_cities {
    fill: black;
    fill-opacity: 1;
    stroke: #fff;
    stroke-width: 2px;
}

.selected_city {
    fill: yellow;
    fill-opacity: 1;
    stroke: #fff;
    stroke-width: 2px;
}

.hidden {
    display: none;
}

.tooltip {
    width: 500px;
    font-size: 150%;
    color: #222;
    background-color: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    opacity: 0.9;
    position: absolute;
    word-wrap: break-word;
}

#input {
    position: absolute;
    top: 90%;
}

#slider {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin-left: 59%;
    height: 90%;
}

#drop-down {
    margin-left: 60%;
    position: absolute;
    left: 2%;
    right: 0;
    height: 4%;
}

#chart_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    width: 40%;
    margin-left: 60%;
    height: 33.33%
}

#chart {
    position: relative;
}
#footer {
    position: absolute;
    margin-top: 820px; /* negative value of footer height */
    height: 180px;
    clear: both;
}

#y_axis {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}

th {
    text-align: center;
    font-size: 30px;
}

td {
    font-size: 20px;
    padding: 1px;
}

#airline_delay_trend_container {
    border-bottom: double;
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    margin-left: 60%;
    height: 33.33%;
    top: 37.33%
}

#similar_airport_container {
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    margin-left: 60%;
    height: 33.33%;
    top: 70.66%;
}

rect.background {
    fill: blue;
}

.axis {
    shape-rendering: crispEdges;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
}

.selected_city_from_table {
    fill: black;
    fill-opacity: 1;
    stroke: #fff;
    stroke-width: 2px;
}

.bar {
    fill: steelblue;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 300px;
    left: 600px;
    z-index: 100;
}
