@charset "utf-8";

/*---- noscript STA ----*/
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    line-height: 150%;
		font-size: 0.75em;
}
.alert-error h4 {
    color: #b94a48;
    background-color: #f2dede;
    margin: 0;
    font-size: 17.5px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    text-rendering: optimizelegibility;
}


.btn-send {
	width: 100%;
	border: none;
	-webkit-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (min-width: 788px){
	.btn-send:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}

#additionallink.SPshow {
    display: none !important;
}