/**********************************************************************
* CSS for display mode only
**********************************************************************/
@media (min-width: 481px) {
	body {
		background-image: url(../Resources/Program/binary_BW.jpg); 
		background-repeat:repeat;
		background-attachment: fixed;
	}
}
/*----------------------------------------
 * formatting the scroll-up button    
 * position: right lower corner
 *-----------------------------------------*/
#scrollUp_btn_DIV{
	position: fixed; 
	display: none; /* invisible at the beginning  */
	right: 130px;
	bottom: 0px;
	z-index: 2;
}
.columnName{
	min-width: 6em;
	word-break: break-word;
}

/*-end of file------------------------------------------------------------*/

