.summaryerror { 
	color: red; 
	padding-left:0.5em
}

.error { 
	float: left; 
	color: red; 
	padding-right:0.5em;
	font-weight:bold
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media only screen and (min-width: 800px){
    .ui-content {
        width: 800px !important;
        margin: 0 auto !important;
    }
}