.refusal_underline{
	color: #00965e;
	letter-spacing: -0.02px;
	text-decoration: underline;
}

.refusal-title {
	color: #2d2926;
	font-family: BNPPSansCondensed;
	font-size: 36px;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	text-align: left;
	padding:30px
}

.refusal-box {
	background-color: #ffffff;
	padding-bottom: 60px;
}

.refusal-box-inside {
	height: 94px;
	background-color: #f2f2f2;
	margin-top: 29px;
}

.refusal-img {
	width: 34px;
	height: 34px;
}

.refusal-box-img {
	padding-right: 0;
	padding-top: 30px;
	padding-left: 10px;
}

.refusal_subtitle {
	margin-top: 32px;
	text-align: left;
	color: #2d2926;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02px;
}

.refusal_subtitle_content {
	text-align: left;
	color: #2d2926;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02px;
}


@media only screen and (max-width: 480px) {
	.refusal-box-message {
		color: #e11352;
		font-family: BNPPSans;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		text-align: left;
		padding-top: 18px;
	}
}

@media only screen and (min-width: 480px) {
	.refusal-box-message {
		color: #e11352;
		font-family: BNPPSans;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		text-align: left;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.refusal-title {
		background-color: #f2f2f2;
	}
	
	.refusal-box {
		padding-bottom: 25px;
		margin-bottom: 135px;
		border: 1px solid #e1e1e1;
		border-top: 0;
	}
}

.ref-cancel-url-box {
	font-family: "BNPPSans";
	text-transform: uppercase;
	background-color: #00965e;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	border-radius: 0;
	border: solid 1px #00965e;
	margin-top: 18px;
}

.ref-cancel-url-link {
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}

.ref-cancel-url-link:hover {
	color: #fff;
	text-decoration: none;
}
