.table-container
{
	width: auto;
	overflow-y: auto;
	_overflow: auto;
	margin: 0;
}

.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border-bottom: 3px solid #fff !important;
	background-color: rgba(0, 0, 0, .3);
}

.table-container table tr td 
{
	border:solid 0px #f7f7f7 !important;
	background-color:#fff;
}

.table-container table {border:solid 0px #f7f7f7 !important;}

.table-container table tr {border-bottom:solid 1px #F3F0E9 !important;}

.table-container table tr td p {margin:0px;}

/*****Table 2*****/

.table-container2
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0;
}

.table-container2::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container2::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border-bottom: 3px solid #fff !important;
	background-color: rgba(0, 0, 0, .3);
}

.table-container2 table tr td 
{
	border:solid 1px #f7f7f7 !important;
	background-color:#fff;
}

.table-container2 table {border:solid 0px #f7f7f7 !important;}

.table-container2 table tr {border-bottom:solid 1px #F3F0E9 !important;}

.table-container2 table tr td p {margin:0px;}

.table-container2 table tr th {background-color:#F3F0E9; color:#666;}

/*****End*****/

h3 {margin: 0px; line-height: 1.5em !important;}
h4 {margin: 0px; line-height: 1.5em !important;}

hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}

/*****Lists*****/

.list {margin-top: 15px !important;}

.list ul {list-style:none; margin:0; padding:0;}

.list ul li {
  /*border-bottom: 1px solid #ccc;*/
    display: block;
  /*float: left;*/
    line-height: 19px;
    margin: 4px 0px;
    min-height: 35px;
    min-width: 200px;
  /*padding: 6px;*/
    width: 30%;
}

.list ul li a:link {color: #666;}
.list ul li a:hover {color: #c4c4c4;}
.list ul li a:visited {color: #666;}

.leaf-list {margin-top: 10px !important;}

.leaf-list ul li {
    background-image: url("../images/design/fernLeafBulletV4.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding: 4px 4px 4px 30px;
}

.leaf-list ul li a:link {color: #fff;}
.leaf-list ul li a:hover {color: #666;}

.overflowscroll{
	overflow-x:scroll;
} 

.govname{
	min-width:150px;
}