body,html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-color:#ead7aa;
}

h1{
	align-content: center;
}

table.table-bordered > thead > tr > th{
  border:1px solid black;
  line-height:15px;
}
table.table-bordered > tbody > tr > td{
  border:1px solid black;
  /*line-height:10px;*/
}
table.table-bordered > tbody > tr > th{
  border:1px solid black;
  /*line-height:10px;*/
}

.noborder{
	border: 1px solid Transparent!important;
}
.bottomborder{
	border-top: 1px solid Transparent!important;
	border-left: 1px solid Transparent!important;
	border-right: 1px solid Transparent!important;
}
.nobottomborder{
	border-bottom: 1px solid Transparent!important;
}
.notopborder{
	border-top: 1px solid Transparent!important;
}
.leftrightborder{
	border-top: 1px solid Transparent!important;
	border-bottom: 1px solid Transparent!important;
}

table.table-bordered > tbody > tr > td.tall{
	padding-top:10px;
	padding-bottom: 10px;
	
}
table.table-bordered > tbody > tr > th.brokenheaders{
	line-height: 15px;
}

.bold{
	font-weight: bold;
}
.boldpurple{
	font-weight: bold;
	color: purple;
}
.boldgreen{
	font-weight: bold;
	color:green;
}

.red{
	color:red;
}

.blue{
	color:blue;
}

.smalltxt{
	font-size:10px;
}

.flex-fill {
    flex:1;
}


.bluetext{
	color:blue;
}

.ltbluetext{
	color:#4784e9;
}

.purpletext{
	color: purple;
}

.olivetext{
	color:#4F6228;
}

.redtext{
	color:red;
}

#container{

}

#content{
	
	background: #f1e4c7;
}

#title{
	background: url('../images/tobaccoheader.jpg') no-repeat;
	background-size: cover;
}

.footnote{
	color:blue;
}

a{
	white-space: nowrap;
	word-wrap: break-word;
}

.popover{
	max-width: 98%;
}

#partB2TaxTable{
	color:blue;
}

ul#part4Bcategorylist{
	list-style-type:none;
}

#tableOne th{
	padding-left:2px;
	padding-right: 2px;
}
#tableOne td{
	padding-left:2px;
	padding-right: 2px;
}