table.table-striped>tbody>tr:nth-child(odd)>td,table.table-striped>tbody>tr:nth-child(odd)>th{
	background-color:#f7f5ed;
	
	}
.table-responsive tr th{text-align:left !important;}
.table-responsive tr td p{margin-bottom:0px !important;text-align:left !important;}
.table-responsive.Drug-Costs tr td p{text-align:center !important;}
.table-responsive.Drug-Costs tr td:first-child p{text-align:left !important;}
table.focus-on tbody tr.focused th,table.focus-on tbody tr.focused td{
	background-color:#ffea00;color:#000
	}
.no-touch .dropdown-menu>.checkbox-row:hover,.no-touch .dropdown-menu>.checkbox-row:active{
	text-decoration:none;
	color:#262626;
	background-color:#f7f5ed;
	}

@media only screen and (max-width:767px){
.page-header h1{font-size:32px}
.page-header small{font-size:12px}
.jumbotron{padding-left:10px;padding-right:10px;padding-top:15px}
.jumbotron h1{font-size:50px}
.jumbotron h3{font-size:25px}
.jumbotron .desc{font-size:16px}
.jumbotron #download-btn,.jumbotron #fork-btn{margin-bottom:12px}
}
pre,code{color:#ffea00;background-color:#000}
.callout{margin:20px 0;padding:20px;border-left:3px solid #eee}
.callout-warning{background-color:#f7f5ed;border-color:#ffea00}