.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: -1em 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: 150px;
    width: 40%;
}
.col2 {width:20%;}

/*****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*****/

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 1 - horizontal list for social media logos + css animation*****/

.list1 ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.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: #666;}
.list1 ul li a:hover {color: #ff9900;}
.list1 ul li a:visited {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*****/

.dropcap1 p:first-letter { 
  font-size:350%; 
  margin:3px 0 -5px 0; 
  padding:0 .1em 0 0; 
  height:.7em; 
  line-height:.85em; 
  float:left; 
  color:#F59402; 
  *line-height:1em; /* IE7 Only */ 
}


/****Image adjustment***/

.img-adjust img {
	margin-top: 9px !important;
}

/*****quote bubble 1*****/


.quote-bub1 h4 {
    background-color: #f7f7f7;
    border: 1px solid #4F2263;
    border-radius: 10px 1px;
    line-height: 1.5em !important;
   /*margin: 0 auto;*/
    padding: 10px;
    width: 100%;
}
