#help_button,
#reset_zoom_button,
#country_select,
#state_select,
#series_select,
#type_select,
#month_select,
#day_select,
#units_select,
#units_label,
#screenshot_button,
#plot_trend_checkbox,
#plot_trend_label,
#lock_screen_checkbox,
#lock_screen_label,
#add_data_button,
search_type_select,
search_button
{
    top: 5px;
    height: 50px;
    font-size: 18px;
    color: white;
    background-color: black;
    border-color: white;
    border-width: 2px;    
    z-index: 100;
}

#reset_zoom_button
{
    position: absolute;
    left: 160px;
    width: 120px;
}

#help_button
{
    position: absolute;
    left: 100px;
    width: 70px;
}

#country_select
{
    position: absolute;
    left: 500px;
    width: 60px;
}

#state_select
{
    position: absolute;
    left: 500px;
    width: 60px;
}

#series_select
{
    position: absolute;
    left: 590px;
    width: 300px;
}

#type_select
{
    position: absolute;
    left: 590px;
    width: 80px;
}

#month_select
{
    position: absolute;
    left: 1000px;
    width: 70px;
}

#day_select
{
    position: absolute;
    left: 1100px;
    width: 60px;
}

#units_select
{
    position: absolute;
    width: 40px;
}

#units_label
{
    position: absolute;
    width: 5px;
    height: 100px;
}

#screenshot_button
{
    position: absolute;
    width: 110px;
}

#plot_trend_label
{
    position: absolute;
    width: 35px;
    height: 30px;
    top: 5px;
}

#plot_trend_checkbox
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30px;
    left: 19%;   
}

#lock_screen_label
{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
}

#lock_screen_checkbox
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30px;
    left: 19%;   
}

/* #state_select_label
{
    position: absolute;
    left: 480px;
    width: 80px;
} */

#glcanvas
{
    position: relative;
    top: 0px;
}

#instrumentation_container
{
    z-index: 100;
    height: 150px;
    width: 100%;
    left: 0px;
    bottom: 10px;
    position: absolute;
}

#controls_container
{
    height: 200px;
    width: 100%;
    left: 0px;
    top: 5px;
    position: relative;
}

#x_label,
#y_label,
#name_label,
#state_label,
#month_label,
#day_label,
#count_label,
#average_label,
#sum_label
{
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    color: white;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    text-align: center;
}

#x_label
{
    left: 5px;
    width: 180px;
}

#y_label
{
    left: 195px;
    width: 90px;
}

#name_label
{
    left: 295px;
    width: 350px;
}

#state_label
{
    left: 655px;
    width: 45px;
}

#month_label
{
    left: 710px;
    width: 45px;
}

#day_label
{
    left: 765px;
    width: 45px;
}

#count_label,
#count_name_label
{
    left: 820px;
    width: 95px;
}

#average_label,
#average_value_label
{
    left: 925px;
}

#sum_label,
#sum_value_label
{
    left: 1035px;
}

#average_label,
#sum_label,
#sum_value_label
{
    width: 100px;
}

#average_value_label
{
    width: 120px;
}

#count_name_label,
#average_value_label,
#sum_value_label
{
    position: absolute;
    top: 25px;
    font-size: 18px;
    color: white;
    text-align: center;
}

#search_type_select
{
    position: absolute;
    left: 10px;
    width: 200px;
}

#search_button
{
    position: absolute;
    left: 10px;
    width: 50px;
}

video 
{
	display: none;
}