.custom #banner {
    background-image: url(../images/banner.png);
}

/* customize table layout */
.custom .x-data th {
	text-align: left;
}
	.custom .x-data th.center {
		text-align: center;
	}
	
.bold {
	font-weight: 600;
}

.orinvisible {
    height: 1px;
    visibility: hidden;
}


