@charset "UTF-8";
/* CSS Document */

html {
overflow-y: scroll;
}

body {
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	color:#0F539E;
	font-family:calibri, verdana, arial;
	font-size: 17px;
	text-decoration: none;
	height: 100%;
}

#dropdown select
{
	font-size: 16px;
	background: transparent;
	padding: 5px;
	border: 1px solid #ccc;
}

#dropdown_tc select
{
	font-size: 16px;
	background: transparent;
	padding: 5px;
	border: 1px solid #ccc;
	width: 500px;
}

#this_fac
{
	font-family:arial narrow, helvetica, sans-serif;
	font-size: 3;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
}

#starting_from
{
	font-weight: bold;
	font-size: 13px;
}

#tour_code_option
{
	font-size: 13px;
	text-align: center;
}

#noworry
{
	display: none;
}

#tablet{
	display: none;
}
