html
{
width: 100%;
}

body {
 margin:0;
 width: 100%;
}

body #wrapper {
	margin: 0; 
	width: 100%; 
}

body #wrapper #content {
    margin:0;
}

body.details div.layoutBlock {
	margin: 0; 
	width: 100%; 
	float: none !important;
}

body #wrapper #content .concurrent div.layoutBlock {
	margin: 0; 
	width: 100%; 
	float: none !important;
}

body #wrapper #content .concurrent div.layoutBlock img a:after {
	content: "";
}