.survey-container {
	width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

.survey-container a:hover,
.survey-container a {
	color: white;
    font-weight: normal;
    text-decoration: none;
} 
.close-survey {
	display: inline-block;
	position: relative;
	width: 20px;
    height: 20px;
    margin-left: 40px;
    line-height: 18px;
    font-size: 18px;
}
.close-survey:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 7px;
}