.section-content{
    font-family: "Open Sans",arial,sans-serif;
    padding:15px !important;
}
.news-title{
    font-size: 1.5em;
    margin-bottom:2px;
    margin-top:0px;
    padding-bottom:0px; 
}
.news-blurb{color:#666666; margin-top:0px; padding-top:3px; padding-bottom:10px;}
.article-info{font-size:0.85em; padding-top:30px; margin-top:6px; }
.news_content p a{
    -ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break:break-all;

     /* Non standard for webkit */
     word-break:break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#page_options{
    list-style-type:none;
    margin-top:20px;      
    padding:0px;
    padding-bottom:65px;
} 

#page_options li{               
    /*margin:10px 20px 10px 0px;
    float:left;
    */
    margin:5px 20px 5px 0px;
    float:left; 
}
    #page_options li a{
        background-repeat: no-repeat;                               
        background-image:url(/images2/page_options_sprite2.png);
        padding-left:20px;
        font-size:0.85em;
    }

    #print_page{background-position:0px -34px;}
    #email_page{background-position:0px 3px;}
    #save_page {background-position: 0 -67px;}
#basic_img_caption{font-size:0.80em; font-style:italic; position: relative !important; width:auto !important; color:#444444; line-height:0.98em;}
#recent_stories, #mobile_news_stories{margin-top:20px; border-top:1px solid #dbdbdb; padding-top:10px; font-size:0.90em;}
#recent_stories ul, #mobile_news_stories ul{margin-left:0px; padding-left:0px;}
#recent_stories li, #mobile_news_stories li{padding-top:10px; padding-bottom: 10px; margin-left:15px;}
#news_side{clear:both;}
#img_set_cont{display: none;}
#news_main img{max-height: 240px;}
/*#video_cont{margin-bottom:30px; width:95%; max-width: 250px; margin-left:auto; margin-right:auto;}*/

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
 