#content_area { width: 100%; padding-top: 40px; position: relative; }

#quant_sidebar {
    /*
    float: left; width: 23%;
    margin-right: 30px;
    */
    padding: 0px 0px 0px 45px;
}

#main_area {
    /*
    float: left; width: 40%;
    margin-right: 30px;
    */
    padding-left: 30px;
}

#graphics_sidebar {
    /*
    float: left; width: 30%;
    */
}

.main_content_section {
    
}

.story_block {
    margin: 0px 25px 20px 25px;
}



.story_block { 
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    border: 1px solid #CCC;
    background-color: white;
    padding: 20px 20px 12px 20px;
    /* margin for story_block is defined in the css-desktop and css-mobile files */
}


.sc_list {
    padding: 0px 30px 0px 30px;
    list-style-type: disc;
}


#li_item {
    
}

.lib_item_img {
    max-width: 600px;
}

/* if browser is really wide, we don't want the whole library item content area getting unreadably wide */
.li_item_max_width_constrained {
    max-width: 1100px;
}



/* home v2 stuff */

#recent_headlines_col {
    padding-left: 0px;
}

#rand_crit_col {
    padding-left: 0px; padding-right: 0px;
}

#rand_crit_wrap {
    height: 100%; min-height: 330px;
}



/* subnav */

#section_subnav {
    position: absolute; top: 0px; left: 45px;
    padding-top: 8px; padding-left: 10px;
    /*
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FAFAFA;
    width: 100%;
    */
}
#section_subnav p {
    color: #AAA;
}
.subnav_link {
    font-size: 0.8em;
    color: #333; text-decoration: underline;
    cursor: pointer;
}
.subnav_link:link { color: #333; text-decoration: underline; }
.subnav_link:visited { color: #333; text-decoration: underline; }
.subnav_link:hover { color: orange; text-decoration: underline; }
.subnav_link:active { color: #333; text-decoration: underline; }



/* -------- Viz ------------- */

#big_btc_chart_container, #multi_asset_roi_chart_area {
    height: 600px;
}

#active_addresses_chart_area, #settlement_volume_chart_area {
    height: 450px;
}



/* --------- Footer ------------ */

#main_footer {
    height: 120px;
    background-color: #002048;
    clear: both;
}
#main_footer p {
    color: white;
}
#footer_copyright {
    font-size: 0.8em;
    width: 100%; text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
#footer_disclaimer {
    color: #4491dd !important; font-size: 0.7em;

}