Find this
Code:
#productDetailsList {
	margin: 0em 0em 0em 44.5em;
	font-weight: bold;
        list-style-type: none;
	}
Edit it to this
Code:
#productDetailsList {
        width: 80px;
        margin: 10em 0em 0em 0em;
	font-weight: bold;
        list-style-type: none;
	}