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

/* @group table */
	table{
	width: 100%;
	}
	table tr:not(:last-child) th,table tr:not(:last-child) td{
	border-bottom: 1px dotted #999999;
	}
	table tr th,table tr td{
	padding: 20px;
	vertical-align: top;
	}
	th{
	color: #1D91C5;
	font-weight: normal;
	}
	/* @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) {
}