/* @group global */
    #page_title{
	background-image: url(../images/title.jpg);
	}
/* @end */

/* @group table */
    .tourism{
	width: 100%;
	border: 2px solid #1D91C5;
	}
   .tourism tr{
	border-bottom: 1px solid #1D91C5;
	}
    .tourism th{
	width: 110px;
	background-color: #C6E5F3;
	color:black;
	}
    .tourism td{
	font-size: 14px;
	}
    table tr th,table tr td{
	padding: 5px;
	vertical-align: middle;
	}
	
/* @end */

@media only screen and (max-width: 649px) {
}

@media screen and (min-width: 650px) and  (max-width: 975px) {
}


@media only screen and (min-width: 976px) {
}