html, body {
	width: 100%;
}

h1 {font-size: 1.6em;}
a { color: darkblue;}
a:hover {text-decoration: none;}

img { max-width: 100%; }

textarea { max-width: 100%; }
input { max-width: 100%; }
table { max-width: 100%; }

#bw-mob-header { margin: 15px 0; }
#bw-mob-content {}
#bw-mob-footer { 
	background: #444444;
	color: #BBB;
	margin: 15px 0 0 0;
}

#bw-mob-footer div {
	
	max-width: 100%;
	margin: 0 auto;
	padding: 1%;

}

.bwsections_heading, .bw-section-heading {
    background: rgb(71,71,71); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(71,71,71,1) 0%, rgba(38,38,38,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,71,71,1)), color-stop(100%,rgba(38,38,38,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(38,38,38,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(38,38,38,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(71,71,71,1) 0%,rgba(38,38,38,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(71,71,71,1) 0%,rgba(38,38,38,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#262626',GradientType=0 ); /* IE6-9 */

    margin: 0 -15px 15px;
    padding: 8px 15px;
    clear: both;
}

.bwsections_heading a, .bw-section-heading a {
    margin: 0;
    font-size: 1.8em;
    color: #eee;
}

.bw-section-heading h1 {
    font-size: 14px;
    margin: 0;
}

.bwsections_article_div {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #aaa;
}

.bwsections_article_div:last-child {
    border: none;
}

.bwsections_article_title {
    font-size: 1.4em;
    font-weight: bold;
}

.bwsections_article_bylinedate {
    font-size: 0.9em;
    margin: 4px 0;
}

.bwsections_article_date {
    clear: both;
}

.bwsections_article_byline {
    clear: both;
}

.bwsections_article_summary {
    font-size: 1.2em;
    line-height: 1.2em;
}

.bwsections_article_summary_image {
    display: inline-block;
    margin-right: 8px;
    float: left;
}

.navbar {
    margin-bottom: 0;
}

.navbar-mobile-sections {
    margin-top: 0;
}

.navbar-mobile-sub {
    background-color: #555;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    color: #eee;
    min-height: 35px;
}

.navbar-mobile-sub .nav.navbar-nav li a {
    color: #aaa;
}

.navbar-mobile-sub .navbar-brand {
    height: 35px;
    font-size: 1.3em;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    color: #aaa;
}

.navbar-mobile-sub .navbar-toggle {
    padding: 4px 5px;
}

.bw-sections-container .bw-section-container .bw-article-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bw-summary-more {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #eee;
	float: right;
	color: #000;
	width: 50px;
	text-align: center;
}
