@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
	font-family: Lato, Arial, sans-serif;
	background-color: beige;
}

a {
	cursor: pointer;
	color: #8c0c04;
}

.sourceline, .byline{
	color: #999;
}

.sourceline{
	float:left;
}

.byline{
	float:right;
	text-transform: uppercase;
}

.clear_both{
	clear:both;
}

.title h3{
	font-weight: 400;
	margin-top: 0px;
}

.explainer{
	font-weight: 700;
}

#bs_container{
	padding:15px;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 50px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;

}


.subject {
/*	text-transform: uppercase;
*/	/*text-align: center;*/
	/*width: 50%;
	margin-left: auto;
	margin-right: auto;*/
	overflow: hidden;
}

.subject_title {
	overflow: hidden;
	/*width: 100%;*/

/*	background-color: beige;
*/	margin-top: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	cursor: pointer;
}

.subject_title:hover{
	background-color: #0062A2;
	color: #efefef;
}

.count {
/*	display: inline;
	border-radius: 50px;
	margin-left: 10px;
	min-width: 30px;
	height: 30px;
	padding: 5px;
	background-color: black;
	color: white;
*/}

.bill_list{
	text-transform: none;
	/*background-color: white;*/
	color: black;
	text-align: left;
	/*border: 1px solid #0062A2;
	border-top: none;*/

	padding: 10px;
	display: none;
}

.bill_list li {
	list-style: square;
}

.bill_detail {
	display:none;
	background-color: white;
	font-family: Georgia, Times, Serif;
	border: 1px dotted #AAA;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 15px;

}

.readmore {
	font-family: Lato, Arial, sans-serif;
	width: 100%;
	text-align: center;
	border-top: 1px dotted gray;
}

.readmore:hover{
	box-shadow: 0px -2px 2px lightgray;
}

.subject_title:hover .count_bar{
	background-color: white;
}

.count_bar {
	height: 6px;
	background-color: #8c0c04;
}



label.subject_name{
	cursor: pointer;
	padding-left: 3px;
}

label.subject_name .fa {
	color: #999;
	padding-right: 3px;
}

@media(max-width: 650px){
	/*.subject {
		width: 100%;
	}*/
}

/*.standalone #title {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid lightgray;
	background-color: beige;
}

.standalone .explainer{
	margin-top: 50px;
}
*/

.control{
    color: #555;
    margin-top:4px;
    margin-bottom:4px;
    text-align: right;
}

.top_bar{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    text-align:center;
    /* background-color: rgba(255,255,255,0.9); */
    background-color: #444;
    box-shadow: 0px 0px 5px black;
}

.top_bar img{
    margin-top: 3px;
    max-height: 23px;
    margin-right: auto;
    margin-left: auto;
		     
}

.top_bar a img:hover{
    background-color: rgba(0,0,0,0.1);
}