/*Add custom styles to the skin here */
h2.body_cut_tile_text {
	color: #295089;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

h2.vtour_video_text {
	color: #ffffff;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 5px;
	margin-left: 470px;
	margin-top: -30px;
}

h2.PMP_title {
	position: absolute;
	font-family: Eurosi;
	color: #295089;
	font-size: 28px;
	text-align: left;
	margin-left: 118px;
	margin-top: 32px;
}

h2.PMP_over100k_1 {
	position: absolute;
	font-family: ImpactReg;
	color: #82837e;
	font-size: 20px;
	text-align: left;
	margin-left: 198px;
	margin-top: 60px;
}

h2.PMP_over100k_2 {
	position: absolute;
	font-family: ImpactReg;
	color: #468dc1;
	font-size: 20px;
	text-align: left;
	margin-left: 238px;
	margin-top: 60px;
}

h2.PMP_over100k_3 {
	position: absolute;
	font-family: ImpactReg;
	color: #82837e;
	font-size: 20px;
	text-align: left;
	margin-left: 365px;
	margin-top: 60px;
}

h2.PMP_searchnow {
	position: absolute;
	font-family: Verdana;
	font-weight: bold;
	color: #295089;
	font-size: 10.5px;
	text-align: left;
	margin-left: 180px;
	margin-top: 83px;
}

h2.NewsIndexArticles {
	position: absolute;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	margin-left: 150px;
	margin-top: 20px;
}

h2.NewsWatchTheVideo {
	position: absolute;
	font-family: Verdana;
	font-weight: bold;
	color: #204c71;
	font-size: 20px;
	text-align: left;
	margin-left: 100px;
	margin-top: -295px;
}

/* Control the width of the page top icons */
.page-top-icon {
max-width:100%;
}

@media only screen and (max-width: 319px) {
    .page-top-icon {
    max-width:280px;
    width:280px;
}
.img {
    max-width:280px;
    width:280px;
    }
}

/* Eventually used in the custom.privacy-policy.xml.config package */
#tblcookies {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tblcookies td, #tblcookies th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tblcookies tr:nth-child(even){background-color: #f2f2f2;}

#tblcookies tr:hover {background-color: #ddd;}

#tblcookies th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}