.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.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 #F6F6F6 !important;}

.table-container table tr td p {margin:0px;}

.col1 {
    min-width: 140px;
    width: 40%;
}
.col2 {width:50%;}

/*****Table 2*****/

.table-container2
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.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 #fff !important;
	background-color:#f7f7f7;
}

.table-container2 table {border:solid 0px #f7f7f7 !important;}

.table-container2 table tr {border-bottom:solid 1px #F6F6F6 !important;}

.table-container2 table tr td p {margin:0px;}

.table-container2 table tr th {background-color:#cc9933; color:#fff;}

/*****End*****/

.table-container2 h4 {margin: 0px; line-height: 1.5em !important;}
.table-container2 h3 {margin: 0 0 !important;}

hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}

/*****Lists*****/

.list1 ul {list-style:none; margin:0; padding:0;}

.list1 ul li {
    background-color: #dbaf02;
    color: #fff;
    display: block;
    float: left;
    line-height: 19px;
    margin: 4px 6px;
    min-height: 60px;
    min-width: 200px;
    padding: 6px;
    width: 30%;
}

.list1 ul li a:link {color: #fff;}
.list1 ul li a:hover {color: #666;}

.list2 ul {list-style:none; margin:0; padding:0;}

.list2 ul li {
    background-color: #c6c6c6;
    color: #fff;
    display: block;
    float: left;
    line-height: 25px;
    margin-right: 30px;
    margin-top: 10px;
    min-height: 310px;
    min-width: 180px;
    padding: 12px;
    width: 150px;
	}

.list2 ul li a:link {color: #fff;}
.list2 ul li a:hover {color: #666;}

.list2 ul li h5 {margin:0px; padding:0; color:#ff9900;}

/*****Drop cap*****/

.cap-box {margin-left:auto; margin-right:auto; width:70%;}

.dropcap1 h3:first-letter { 
  font-size:200%; 
  padding:0 .1em 0 0; 
  float:left; 
  color:#FFC67C; 
  *line-height:1em; /* IE7 Only */ 
}

.dropcap1 {    
	float: left;
    margin-right: 15px;
}

/****Image adjustment***/

.img-adjust img {
	margin-top: 9px !important;
}

