html, body{
    font-size:11pt;
}

#Top_bar {	
	top: 0px;
	background-color:#fff;
}

#Top_bar .menu > li > a::after {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
    bottom: 0px;
    top:auto;
}

.country-tips .row {
	padding: 20px 10px 10px;
	background: #f8f8f8;
	box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.1);
}

.contact_table {
	width: auto;
	margin-left:auto;
	margin-right:auto;
}

.contact_table tr td {
	text-align: left;
}

.contact_table, thead, tr, td, tbody{
	border:0px !important;	
	background: #fcfcfc;
}

.contact_table tr,
.contact_table tr td,
.contact_table tr:hover,
.contact_table tr:hover td {
	background:#fcfcfc !important;
}

.banner-logo{
	width: 100%;
	max-width: 664px;
}