div#europepmc_impact_survey {
	background-color: #417505;
	position: fixed;
    bottom: 150px;
    /* left: 5px; */
    right: 5px;
    text-align: left;
    display: none;
    z-index: 3;
	-webkit-box-shadow: 1px -1px 2px #ccc;
	/*box-shadow: 1px -1px 2px #ccc;*/
	width: 267px;
    height: 240px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}

div#impact_survey_main {
	/* width: 1170px; */
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0 auto;
}

div#impact_survey_content {
	position: relative;
	/* width: 800px; */
	padding: 10px;
	color: #ffffff;
}

div#europepmc_impact_survey button {
	/* margin: 10px 40px 10px 0; */
	margin: auto;
	display: block;
	background: #ffffff;
	width: 201px;
    height: 36px;
    color: #20699c;
    font-size: 16px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}


#impact_survey_close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding-right: 10px;
	cursor: pointer;
	color: #ffffff;
}

span#impact_survey_request {
	display:none;
}

div#impact_survey_content div {
	margin: 25px 0;
}

div#impact_survey_ops a {
	color: #ffffff;
	font-size: 12px;
}

div#europepmc_impact_survey a {
	/*display: block;
	margin: auto;*/
	text-decoration: none;
}

div#impact_survey_content div#impact_survey_ops {
	text-align: center;
	margin-top: 40px;
}

div#ask-me-later-container {
    position: fixed;
    bottom: 39px;
    right: 100px;
    left: 0;
    z-index: 2;
    height: 0px;
    text-align: right;	
}

a#later_impact_survey_link {
    display: inline-block;
    padding: 8px;
    padding: .8rem;
    color: #fff;
    background-color: #417505;
    text-decoration: none;
}

a#later_impact_survey_link i {
    margin-right: .5rem;
}

div#epmc_pageHeader div#feedback-container {
	/* z-index: 11; */
}

@media only screen and (min-width: 550px) {
	/* div#impact_survey_ops {
		display:inline-block;
	} */
	div#impact_survey_main {
		padding-bottom: 2px;
	}
}

@media only screen and (min-width: 800px) {
	span#impact_survey_request {
		display:inline-block;
		margin-right: 40px;
	}
}