.wps_forum_answer {
    overflow: auto;
    text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
    margin-bottom: 10px;
}

.wps_forum_the_answer {
    border-radius: 5px;
    padding: 6px;
    background-color: #6f6;
}

.wps_forum_the_answer a {
    color: #000;
}