table.shippingtable {
	margin: 15px 0 15px 0;
	width: 100%;
}
table.shippingtable td {
	padding: 4px 8px;
}
table.shippingtable td.highlight {
	background-color: #E3F1D4;
}
table.shippingtable tr:not(:first-child) td {
	border-bottom: 1px dotted #999999;
}
table.shippingtable tr:last-child td {
	border-bottom: 2px solid #EBEBEB;
}
table.shippingtable tr:first-child td {
	padding: 8px;
	font-weight: bold;
	background-color: #EBEBEB;
}
table.shippingtable[style*="float:"] {
	margin-bottom: 1rem;
}
@media only screen and (min-width: 40.0625em) {
	table.shippingtable[style*="float:"] {
		margin-right: 1rem;
	}
}

.domain_article_container {
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	background-color: #FFF;
	padding: 20px;
}
.domain_article_container h2 {
	margin-top: 0px;
}


/* FORM LAYOUT - OLD */
.contact_row { margin-top:20px; }
.contact_col.contact_faq { background-color: #2b2b2b; border: 1px solid #CCCCCC; white-space: nowrap; }
.contact_col.contact_faq table { padding-bottom:10px; }

.contact_col.contact_form { width:100%; background-color: white; border: 1px solid #CCCCCC; padding:5px 20px 5px 20px; margin: 25px 0px 0px 0px; }
.contact_col.contact_faq td { padding: 5px 25px 5px 20px; }
.contact_col.contact_faq h2, .contact_col.contact_faq a { color:white; margin:0; }

.contact_col.contact_faq a { text-decoration: none; }

.contact_col.contact_faq a:hover { text-decoration: underline; }
.contact_col.contact_faq h2, .contact_col.contact_form h2 { margin-top:10px; }

@media only screen and (min-width: 40.0625em) {
	.contact_row { display:flex; }
	.contact_col.contact_form { margin: 0px 0px 0px 50px; }
}


/* HELPCENTER v2 */
.contact_row_helpcenter { margin: 30px 0; }
.contact_col_helpcenter.contact_form_helpcenter { width:100%; border: 1px solid #CCCCCC; padding: 0 20px 5px 20px; }

@media only screen and (min-width: 40.0625em) {
	.contact_row_helpcenter { display:flex; }
}
.helpcenter_pb { padding-bottom: 15px; }
@media only screen and (min-width: 78.1875em) {
	.helpcenter_pb { padding-bottom: 0px; }
}
.helpcenter_questions {
	width: 100%;
	border: #ccc solid 2px;
	padding-bottom: 10px;
}

.helpcenter_questions td {
	font-size: 14px;
	padding: 10px 0 0 30px;
	line-height: 1.2em;
}

.helpcenter_questions td .svg_tl {
	height: 20px !important;
	position: relative;
	right: 20px;
}

.helpcenter_questions td .mg {
	margin-bottom: 17px;
	right: 20px;
}

.helpcenter_questions td a .svg {
	height: 10px !important;
	margin-right: 20px;
}

.helpcenter_questions td h3 {
	position: relative;
	display: inline;
	font-weight: bold !important;
	right: 15px;
	font-size: 14px;
}

.helpcenter_questions td h4 {
	font-size: 12px;
	margin-left: 3px;
	display: inline;
	font-weight: bold !important;
}

.helpcenter_questions td li {
	padding-bottom: 10px !important;
}

.helpcenter_questions td p {
	font-size: 14px;
	margin: 0;
	line-height: 100%;
	text-align: left;
	padding-left: 1rem;
}

.helpcenter_questions td a {
	text-decoration: none;
}

.helpcenter_questions ul {
	list-style-type: none;
	padding-left: 0 !important;
}

.helpcenter_questions ul li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
	word-wrap: break-word;
}

.helpcenter_questions tr:first-child td {
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.helpcenter_nested td, tr {
	padding: 0 !important;
	text-align: left;
}

.helpcenter_form_headline {
	width: 100%;
	padding: 1rem;
	background-color: #E2E2E2;
}

.helpcenter_form_headline td {
	text-align: center;
	padding: 2px 0;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.helpcenter_form {
	background-color: #E2E2E2;
	padding: 0.7rem;
	width: 100%;
	font-size: 14px;
}

.helpcenter_form td, .helpcenter_answers p, .helpcenter_answers li {
	font-size: 14px;
}

.helpcenter_form tr:nth-child(odd) td {
	font-size: 18px;
}

.helpcenter_form_btn {
	margin-top: -55px;
}

.helpcenter_form_req {
	position: relative;
	bottom: 35px;
	left: 30px;
}
/* this fixed h3 for finland only */
@media only screen and ( max-width: 78.125em )
{
	.helpcenter_nested .fi { top: -9px !important; }
}
/* mobile */
@media only screen and ( max-width: 40em ) {
	.helpcenter_form_btn {
		margin-top: -10px;
	}

	.helpcenter_form_req {
		position: unset;
		bottom: 0;
		left: 0;
	}
	.helpcenter_nested .fi { top: -8px !important; }
}

.helpcenter_answers_headline {
	margin-top: 50px;
	width: 100%;
	padding: 1rem;
	border: #CCCCCC solid 2px;
}

.helpcenter_answers_headline td {
	text-align: center;
	padding: 8px 0;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.helpcenter_answers td {
	border-left: #CCCCCC solid 2px;
	border-bottom: #CCCCCC solid 2px;
	border-right: #CCCCCC solid 2px;
	padding: 0.5rem;
}

.helpcenter_answers td, .helpcenter_answers p, .helpcenter_answers li {
	font-size: 14px;
	font-weight: lighter;
}

.helpcenter_answers h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0 5px 0;
}

.helpcenter_answers h2 a {
	text-decoration: none;
}

