@media only screen and (max-width: 1000px) {
	h1, #relative
	{
		width:100%;
	}
}
@media screen and (max-width: 600px) {
	.details p 
	{
    padding-right: 30px !important;
	width:90%; /*Axel*/
	}
	.centerstat 
	{
    padding-left: 0px; /*Axel*/
	}	
	h2 
	{
    margin-left: 5px !important;
	}
	h3 
	{
     padding-right: 40px !important;
	}
}
@media screen and (max-width: 450px) {
	.width300
	{
	width: 360px;
	}
}
@media screen and (max-width: 320px) {
	.width300
	{
	width: 300px;
	}
}