#captchaDiv .captchaWrapper {
	width: 100% !important;
	box-sizing: border-box;
	margin: 0 !important;
	height: auto !important;
	padding: 10px !important;
}

#captchaDiv .captchaWrapper > div:first-child {
	margin-bottom: 15px !important;
}

#captchaDiv .captchaWrapper > div:last-child {
	display: flex;
}

.fepFrame.maxS #captchaDiv .captchaWrapper > div:last-child {
	flex-direction: column;
}

#captchaDiv .captchaWrapper > div:last-child > div:first-child {
	flex: 0 0 120px;
	width: 120px !important;
	float: none !important;
	order: 2;
	margin-left: 10px;
}

.fepFrame.maxS #captchaDiv .captchaWrapper > div:last-child > div:first-child {
	flex: 0 0 auto;
	margin-left: 0;
	margin-bottom: 15px;
	order: 0;
}

#captchaDiv .captchaWrapper > div:last-child > div:first-child > img {
	width: 100% !important;
	height: auto !important;
	float: none !important;
}

#captchaDiv .captchaWrapper > div:last-child > div:last-child {
	flex: 1 1 auto;
	width: auto !important;
	float: none !important;
	order: 1;
}

#captchaDiv .captchaWrapper > div:last-child > div:last-child > input  {
	width: calc(100% - 30px) !important;
	background-color: #fff;
}

body.page #captchaDiv .captchaWrapper > div:last-child > div:last-child > input  {
	width: calc(100% - 40px) !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 3px 5px !important;
	margin: 0 !important;
}

.fepFrame.maxS .buttonCell .fepButton {
	width: 100%;
}

.fepFrame.maxS .buttonCell .fepButton + .fepButton {
	margin-top: 10px;
}

.table.fepResponsiveTable {
	margin-bottom: 30px;
}

.table.fepResponsiveTable .tableHeader > th.setMinWidth:first-child {
	min-width: 250px;
}

.table.fepResponsiveTable .tableHeader > th.setMinWidth:nth-child(2) {
	min-width: 200px;
}

body.page.maxS .buttonWrapper .fepButton {
	width: 100%;
}

body.page.maxS .buttonWrapper > .fepButton + .fepButton,
body.page.maxS .buttonWrapper #unsubscribe .fepButton {
	margin-top: 10px;
}

.table.fepResponsiveTable .subTable,
.table.fepResponsiveTable .subTable > tbody,
.table.fepResponsiveTable .subTable > tbody > tr,
.table.fepResponsiveTable .subTable > tbody > tr > th,
.table.fepResponsiveTable .subTable > tbody > tr > td {
	display: block;
}

.table.fepResponsiveTable .mainCategorie label strong {
	display: inline-block;
	vertical-align: middle;
}

.table.fepResponsiveTable .subTable > tbody > tr > th,
.table.fepResponsiveTable .subTable > tbody > tr > td {
	padding-left: 30px;
}