.CentreScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
.TopCentre {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
.BottomCentre {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
.TableHead {
	text-shadow: none  !important;
}
.TableSubHead {
	text-shadow: none  !important;
}
label, .ui-controlgroup-label {

	font-size: 100% !important;
}