/*
 * PEAKBAGGING STYLES
 */

 /* next two keep the menu bar on top */
.home_header_style {z-index: 1}
#page_container {z-index: 0}

.answer {font-size: .85em; border: unset; margin-left: 3%}
.shadow { box-shadow: rgba(0, 0, 0, 0.5) 7px 3px 6px 1px;}

.pushpin {width: 22px; height: 20px; vertical-align: middle; align: center}
/*.pushpin:hover {width: 22px; height: 20px; background:url( img/shadow.png) center no-repeat; } */

#legend_header {
    display:block; 
    position:relative;
    height: 45px;
    padding-bottom: 0px;
    padding-left: 10px;
    line-height: 45px;
    border: none;
}

#map_table {
    float: left;
    margin-top: 15px; 
    margin-bottom: 30px;
    width: 60%;
}

#map {
    height:450px;
    margin-right: 10px;
}

#map_legend {
    width: 38%;
    margin-left:4%;
    display: inline-block;
    float: left;
    margin: 15px 0 15px 5px; 
    font-size: 80%;
}

#page_header{ margin: 0px 20px;}

#legend_info {
}

#tabs { 
    clear:both;
    box-shadow: 6px 8px 10px 1px rgba(0, 0, 0, 0.6), 0 0 0px 1px rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
}

th {
   text-align: left;
   padding: 4px 0 4 8;
   vertical-align: middle;
}

table.tablesorter thead tr .header {
    font-size: 18px;
 }

#accordion {display: inline-block; clear: both}

#legend_hdr { background-color: #cfe5f5;}

#legend_header {
    display: inline-block; 
    position:relative; 
    height: 45px; 
    padding-bottom: 0px; 
    padding-left: 10px; 
    line-height: 45px; 
    border: none; 
    margin: 0px
}

.inline {
    display:inline-block;
}

#legend_close {
    font-size: 16px;
    display:inline-block;
    float: right;
    margin-right: 15px;
}

#legend_close:hover{
    background-color: gray;
}

/* #legend_sliders{ width: 40%; float: right; width: 300px; } */
#legend_icons { }

#icon_div {float: left;  margin: 0px; padding-left: 20px; }
#slider_div { float: left; display: inline-block; margin: 0px; padding-left: 20px; }

#fourk_list_content {
    color: #555;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px 75px;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 50px;
}

#header_container {

}

@media screen and (max-width: 1200px) {
    #map_table {width: 100%;}
    #map {width: 95%; height: 450px}
    #map_legend {clear:both; width: 95%; padding-bottom: 8px;}
    #legend_header {font-size: 22px;}
    #fourk_list_content {padding: 0px 0px; }
    #header_container { padding: 0px 20px;}

    #icon_div { width: 45%;}
    #slider_div {width: 40%; margin-left: 5%}    
}

@media screen and (max-width: 600px) {
    #icon_div { width: 93%;}
    #slider_div {width: 95%; padding-left: 0px;}
    #map_legend {clear:both; width: 98%;}

    .page_section h2 {font-size: 1.6em;}
}

@media screen and (max-width: 900px) {
/*
    #map_table { 
        clear: both;
        width: 600px;
    }

    #map_legend { 
        float: left;
        width: 450px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
*/
}





