/*--------------------------------
 	General page styling
-------------------------------*
#bgphoto	{
	position: absolute; top: 0; left: 0; width: 100%; height: 900px; z-index:-1;
	background: #fff url(/img/layout/pagebg8.webp) no-repeat center top; background-size: cover;
	opacity: 0.8; transition: background 0.3s ease-out;
	/*background-attachment: fixed;*
}
body.dark #bgphoto {
	background: #222 url(/img/layout/pagebg8-dark.webp) no-repeat center top; background-size: cover;
	opacity: 1;
}*/
main {
	/*background-color: rgba(255,255,255,0.8);*/
	max-width: 1400px;
	/*-webkit-box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC; -moz-box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC;
	box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC;*/
}
#footertext	{ max-width: 1370px; padding: 0; }

h1		{ margin: 0 0 14px 0; font-size: 2.2em; font-weight: bold; color: #333; }
h2		{ font-size: 1.6em; font-weight: bold; color: #333; }

main a.glowbutton, input[type="submit"], input[type="button"]  {
	padding: 0 16px; font-size: 1.2em; line-height: 50px; height: 50px; min-width: 230px; border-radius: 16px; background: #f80;
}
main .leftbuttons a		{ margin-right: 20px !important; }
main .bottom a.glowbutton	{ min-width: 196px; } /* bottom buttons */

/*--------------------------------
 	Objects
-------------------------------*/
.center				{ text-align: center; }
.nomargin			{ margin: 0; }
.steps				{ font-size: 1.4em; text-align: left; }
span.errorfield, .span_orange	{ color :#f60; }
p.intro				{ font-size: 1.2em; }
.imgshadow			{ margin: 6px; box-shadow: 3px 3px 5px 0px rgba(201,201,201,1); }

/*--------------------------------
 	Forms
-------------------------------*/
/*input[type="text"], input[type="email"] 	{ width: 220px; }*/
input, select			{ font-size: 1.2em; }
select				{ padding: 5px; }

/*--------------------------------
 	Tables
-------------------------------*/
th				{ background-color: rgba(0,0,0,0.1); }
tr.alternate_on td		{ background-color: #fff; }
tr.alternate_off td		{ background-color: #eee; }

/*--------------------------------
 	Columns with flex
-------------------------------*/
div.c2, div.c3, div.c4		{ display: flex; flex-flow: row wrap; justify-content: space-around; margin: 60px 0 60px 0; }
div.c2 > div			{ flex-grow: 1; flex-basis: 0; min-width: 400px; }
div.c2 > div:first-child	{ padding-right: 12px; }
div.c3 > div			{ flex-grow: 1; flex-basis: 0; max-width: 280px; }
div.c4				{ margin: 20px 0 20px 0; }
div.c4 > div			{ flex-grow: 1; flex-basis: 0; font-size: 0.8em; min-width: 200px; max-width: 240px; margin: 12px 0; }
div.c2 h2			{ margin-top: 0; }
div.c2 dl			{ margin-right: 20px; min-width: 300px; }
div.c2 dt			{ padding: 0; color: #f60; font-size: 1.2em; }
div.c2 dd			{ margin-left: 0; padding: 10px 0 30px 0px; }
div.columnbg 			{ background-color: #f0f0f0; margin: 20px 0; padding: 30px; }
div.c2 .leftbuttons		{ margin-top: 60px; }
div.c2 > div:first-child img	{ margin: 0 0 20px 0; }
div.c2 > div:last-child img	{ margin: 0 20px 20px 0; }
.softbg,
.softbg2			{ background: rgba(255, 255, 255, 0.6); padding: 30px; border-radius: 20px; align-self: center; }
.softbg2			{ background: rgba(240, 240, 240, 0.6); }

/*--------------------------------
 	Homepage
-------------------------------*/
#startdiv			{ min-height: 60px; } /* prevent page reordering when this grows or shrinks */

.homesignupform			{ padding: 20px; margin-right: 10px; border-radius: 10px; background: #f8f8f8; border: 1px solid #ddd; }
.homesignupform #tr_select	{ white-space: nowrap; }
.homesignupform #tr_select label{ display: none; }
.homesignupform input[type="text"] { padding: 5px; margin-bottom: 10px; }
.homesignupform select option	{ padding: 5px }
.homesignupform #submitbutton	{ height: 50px; font-size: 1em; }

.home_partners			{ cursor: pointer; }
.home_partners > a		{ margin: 16px 40px 0 40px !important; outline: none; }
@media all and (max-width: 420px) {
	.home_partners > a 			{ margin: 0 !important; }
}

#pagesearch p a			{ margin: 0 15px 0 0; }

/* Searchpage */
#pagesearch			{ display: inline-block; width: 100%; max-width: 600px; }
#pagesearch #qfield		{
	width: 80%; height: 25px; font-size: 1.4em;
	background: #FFF; color: #666; padding: 8px; text-indent: 3px;
	margin: 0;
	border-radius: 3px 0 0 3px;
	border-width: 1px 0 1px 1px;
}

#pagesearch_submit		{
	float: right; margin: 0; height: 31px; position: absolute; background: #FFF;
	border-width: 1px 1px 1px 0; border-style: solid; border-color: #CCC; border-radius: 0 3px 3px 0;
}

/*#maintitle			{ margin: 0; }*/
#firstblock			{ margin: 0; }
#firstblock p			{ margin: 30px 0 0 0; }
#firstblock .softbg		{ background: rgba(255, 255, 255, 0.8); }
body.dark #firstblock .softbg{  background: rgba(0, 0, 0, 0.6); }

@media all and (max-width: 992px) {
	#firstblock .glowbutton { margin-bottom: 30px; }
}

#price_included			{ text-align: right; }
#price_included p		{ margin: 0 0 0 30px; padding: 0; text-align: left; }
#price_included p img		{ vertical-align: top; float: left; margin-top: -30px; }
#price_included p span		{ vertical-align: middle; }

#awesome img			{ vertical-align: middle; margin-bottom: 14px; }
#awesome p			{ display: inline-block; max-width: 800px; }
#awesome h3			{ padding-bottom: 30px; font-weight: bold; }

#essentials			{ margin: 30px 0 30px 0; }
#essentials p			{ display: inline-block; max-width: 800px; margin-bottom: 40px; }
#essentials ul			{ padding-left: 16px; }

#about				{ margin: 30px 0 30px 0; max-width 800px; }
#about p			{ display: inline-block; max-width: 700px;  }
#about img			{ vertical-align: middle; margin-top: -16px; }
#about p			{ display: inline-block; max-width: 700px;  } /* fix CSS minifyer bug */

/* Comparison */
:root {
	--stickyBackground: #f5f5f5;
	--borderColor: #C9D1DC;
	--tdBackground: #fff;
}

:root body.dark {
	--stickyBackground: #333;
	--borderColor: #444;
	--tdBackground: #222;
}

#comparison			{ height: 600px; overflow: auto; border-bottom: 1px solid var(--borderColor); max-width: 100%; }
#comparison thead th		{ border-bottom: 1px solid var(--borderColor); }
#comparison thead th:first-of-type { background: var(--tdBackground);; border-right: none; border-left: none; }
#comparison tr.sticky		{ position: sticky; top: 0; z-index: 1; background: var(--stickyBackground); }
#comparison th.sticky,
#comparison td.sticky		{ position: sticky; left: 0; background: var(--stickyBackground);  }
#comparison td.sticky		{ min-width: 180px; padding: 0; }
#comparison th,
#comparison td			{ width: 180px; padding: 18px 19px; text-align: center; background: var(--tdBackground); }
#comparison tr:hover td		{ background: var(--stickyBackground);  }

#comparison svg			{ fill: #fa0; width: 20px; height: 20px; }
#comparison span.y,
#comparison span.n		{ display: inline-block; width: 90px; padding: 10px 8px; border-radius: 3px; color: #fff; font-size: 0.9em; font-weight: bold; white-space: nowrap; }
#comparison span.y		{ background: #5fc331; }
#comparison span.n		{ background: #ff6347; }
#comparison tr:last-child td:last-child		{ text-align: left; }
#comparison tr:last-child:hover td:last-child	{ background: none; }
#comparison sup			{ font-size: 0.7em; padding: 0 3px }

@media all and (max-width: 600px) {
	#comparison td.sticky		{ min-width: auto; width: auto; max-width: 140px; }
}
@media all and (max-width: 420px) {
	#comparison td			{ padding: 18px 8px; }
}

/*--------------------------------
 	Start website or webshop
-------------------------------*/
#signupform td:first-child	{ vertical-align: top; }
#signupform #tr_select label	{ display: none; }
#signup_desc > p		{ display: none; margin: 12px 0 6px 0; }
#signup_desc > p.show		{ display: block; }
#signup_desc p br:nth-child(5)	{ margin: 12px 0 0 0; }
#signupform .tr_submit td	{ text-align: left; }
#signupform input[type="submit"]{ float: none; }
#signupform select		{ max-width: calc(100% - 30px); white-space: break-spaces; word-wrap: break-word; }
#signupform #tr_domain		{ display: none; }
#signupform #tr_domain.show	{ display: table-row; }

@media all and (max-width: 600px) {
	.homesignupform				{ margin-right: 0; }
	#signupform input[name="shopname"]	{ width: auto; }
}


/*--------------------------------
 	Start free webshop
-------------------------------*/
#startimg			{ margin-top: -60px; }
.startform			{ display: inline-block; margin: 0; padding: 0; white-space: nowrap; }
.startform input		{ margin: 0; }
.startform input:first-child	{ display: block; float: left; width: 300px; height: 38px; border-radius: 3px 0 0 3px; border-right: 0px; font-size: 1.4em; text-indent: 6px }
.startform input:last-child	{ border-radius: 0 3px 3px 0; width: 220px; height: 50px; font-size: 1.4em; min-width: auto; }


/*--------------------------------
 	POS
-------------------------------*/
.posorder_price			{ font-size: 2em; line-height: 60px; font-weight: bold; color: #333; }

/*--------------------------------
 	News items
-------------------------------*/
div#news			{ display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
div#news > div			{ flex-grow: 1; width: 360px; padding: 10px 0 0 0; }
div#news h2			{ font-size: 1.4em; font-weight: normal; height: 2.6em; }
div#news img			{ float: left; max-width: 200px; margin: 5px 16px 5px 0; opacity: 0.8; transition: opacity 0.4s ease-in; }
div#news > div:hover img	{ opacity: 1; }

/*--------------------------------
 	Prices
-------------------------------*/
#pricehead			{ text-align: center; }
#pricetable			{ background-color: #f0f0f0; border-collapse: collapse; margin-top: 40px; }
#pricetable, #pricetable th,
		#pricetable td	{  border: 1px solid #fff; padding: 10px;  }

#pricetable th			{ width: 20%; font-weight: normal; vertical-align: top; }
#pricetable tr
	td:not(:first-child)	{ text-align: center; }

#pricetable tr.prices
	td:not(:first-child)	{ text-align: center; padding: 30px 8px 10px 8px; }
#pricetable tr.prices
	td > span:first-child	{ display: inline-block; margin-top: 4px; vertical-align: top; color: #666; }
#pricetable tr.prices
	td > span:nth-child(2)	{ font-size: 2.2em; font-weight: bold; color: #444; vertical-align: top; }
#pricetable thead th > strong	{ font-size: 1.2em; }
#pricetable #yearprice		{ font-size: 1.2em; }

#pricetable tr:not(.prices):hover td	{ background-color: #ddd; }
#pricetable svg			{ width: 20px; height: 20px; }
#pricetable .thinfo 		{ text-align: center; line-height: 20px; font-weight: bold; }
#pricetable .thinfo svg		{ vertical-align: bottom; margin: 0 6px 0 18px; }
sup.popular			{ color: #1E90FF; font-weight: bold; font-size: 0.58em; margin-left: 4px; }
#pricetable .pm svg		{ width: 64px; height: 64px; margin: 0 10px 0 0; }
#pricetable .glowbutton		{ margin-top: 20px; padding: 0 16px; font-size: 1.2em; line-height: 40px; height: 40px; min-width: 160px; border-radius: 20px; }
#mobileprices			{ display: none; }
.grey				{ color: #666; }
#currencyform			{ display: block; text-align: right; }
#signupdiv			{ margin-bottom: 40px; }

@media all and (max-width: 992px) {
	#pricehead				{ text-align: left; }
	#pricetable				{ display: none; }
	#mobileprices				{ display: block; text-align: center; }
	#mobileprices > div			{ border: 1px solid #333; margin: 20px 0; padding: 10px; }
	body.dark #mobileprices > div		{ border-color: #666; }
	#mobileprices h3			{ font-weight: bold; color: #000; }
	body.dark #mobileprices h3		{ color: #eee; }
	#mobileprices p				{ font-size: 0.9em; margin: 10px 0; }
	#mobileprices .price			{ display: flex; justify-content: center; }
	#mobileprices .price span:first-child	{ font-size: 3em; font-weight: bold; margin-right: 8px; }
	#mobileprices .price span:last-child	{ font-size: 0.9em; text-align: left; padding-top: 16px; }
	#mobileprices .features			{ text-align: left; }
	#mobileprices .features h3		{ font-size: 1em; color: #000; }
	#mobileprices .features p		{  }
	#mobileprices svg			{ width: 18px; height: 18px; vertical-align: top; margin: 3px 7px 4px 0; }
	#mobileprices svg.y			{ fill: #5fc331; }
	#mobileprices svg.x			{ fill: #ccc; }
	#mobileprices div.popular		{ margin: -10px; padding: 6px; background: #333; color: #fff; font-size: 1.3em; font-weight: bold; text-transform: uppercase; }
	#mobileprices > div:last-child		{ margin-bottom: 0; }
	#mobileprices .pm svg			{ width: 64px; height: 64px; margin: 0 10px 0 0; }
	#signupdiv				{ display: none; }
}

/*--------------------------------
 	Examples
-------------------------------*/

.exim					{ text-align: center; }
.c2 > .exdesc				{ flex-grow: 4; }
.exdesc h3				{ margin-top: 0; font-weight: bold; }
.exdesc a.glowbutton {
	 font-size: 0.9em; line-height: 33px; height: 33px; min-width: 90px; border-radius: 12px;
}


.slider-wrapper				{ position: relative; overflow: hidden; margin: 90px 0 120px 0; }
.slides-container {
	width: 100%; height: 220px; display: flex; list-style: none; margin: 0; padding: 0; overflow: scroll;
	padding: 0 4rem;  gap: 45px; justify-content: space-between;
}

.slide					{  }

.slide > a				{ display: inline-block; outline: none; font-weight: bold; color: #666; transition: color 500ms; }
.slide > a:hover			{ text-decoration: none; color: #222; }
.slide > a > img:first-child		{ border: 1px solid #ccc; border-radius: 3px; transition: box-shadow 0.3s; cursor: pointer; }
.slide > a > img:first-child:hover	{ box-shadow: 0px 0px 1px 1px #ccc; }
.slide > a > img:last-child		{ vertical-align: top; margin-right: 10px; } /* flag */
.slide:last-child { padding-right: 200px; }

.slide-arrow {
	position: absolute; display: flex; top: 0; bottom: 0; margin: auto; padding: 40px 0 0 0;
	height: 200px; border: none; width: 30px; font-size: 6rem;
	cursor: pointer; background: #fff; color: #ccc; transition: color 500ms;
}
.slide-arrow:hover,
.slide-arrow:focus			{ color: #f80; }
#slide-arrow-prev			{ left: 0; padding-right: 1rem; }
#slide-arrow-next			{ right: 0; padding-left: 1rem; }


.examples				{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 40px; }
.examples > a				{ display: block; font-weight: bold; color: #666; outline: none; }
.examples > a:hover			{ text-decoration: none; }
.examples > a > img:first-child,
.exim a > img:first-child		{ border: 1px solid #ccc; border-radius: 3px; transition: box-shadow 0.3s; cursor: pointer; }
.examples > a > img:first-child:hover,
.exim > a > img:first-child:hover	{ box-shadow: 0px 0px 1px 1px #ccc; }

.examples > a > img:last-child		{ vertical-align: top; margin-right: 10px; } /* flag */

@media all and (max-width: 992px) {
	.examples	{ gap: 0px; }
	.examples > a	{ max-width: 190px; }
}

@media all and (max-width: 980px) {
	.exim a > img:first-child,
	.slide > a > img:first-child		{ max-width: none; }
}

@media all and (max-width: 420px) {
	.examples > a	{ max-width: 160px; }
}

/*--------------------------------
 	Reviews
-------------------------------*/

.reviews			{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 40px; }
.reviews > div			{ width: 440px; }
.review, .rreply		{
	padding: 0px 12px;
	background: #fff;
	border: 1px solid #ddd; border-radius: 10px;
}
.rreply 			{ margin: 12px 0 30px 0px; padding: 3px 12px; border-width: 0 0 0 3px; border-style: solid; border-color: #f90; border-radius: 0; }
span.userrating			{ display: block; margin: 0 0 6px 0; }
.review p:first-child		{ display: flex; margin-bottom: 6px; padding-bottom: 8px; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; }
.review p:first-child strong	{ flex-grow: 2; }
span.rdate			{ display: block; text-align: right; color: #666; font-size: 0.8em; }
.review p:last-child		{ margin-top: 0; }
.userrating svg			{ fill: #fa0; width: 16px; height: 16px; margin-right: 2px; }
.userrating svg.disabled,
.userrating svg.disabled path	{ fill: #ccc; }
span.translated			{ font-size: 0.8em; margin-right: 6px; padding: 3px 6px; border-radius: 3px; background: #cf6; }

/*--------------------------------
 	10 Years
-------------------------------*/
.bxl {
	color: #333; background-color: #fff;
	border-width: 1px 1px 1px 0; border-style: solid; border-color: #000;
	display: inline-block; width: 20px; text-align: center;
	font-family: monospace; font-size: 1.2em;
}

.bxl:first-of-type {
	border-width: 1px;
}

.webshops_created {
	font-size: 1.4em; font-weight: bold;
}

/*--------------------------------
 	Symcalia
-------------------------------*/
.restypes			{ display: flex; flex-flow: row wrap; justify-content: space-around; margin: 60px 0 60px 0; text-align: center; }

.restypes > div			{
	display: flex; align-items: flex-end;
	width: 344px; height: 210px; margin: 24px 16px;
	background-repeat: no-repeat; background-position: center; background-size: cover;
	transition: transform .2s;

}
.restypes > div > span		{
	display: inline-block; padding: 6px; margin-top: 190px;
	color: #fff; background-color: rgba(0,0,0,0.6); font-size: 1.2em;
}

.restypes > div:hover		{
	transform: scale(1.2);
}

.symprice > div				{ margin: 0; }
.symprice h2				{ margin-top: 0; }
.symprice .c2				{ display: block; text-align: center; }
.symprice .c2 > div			{ display: inline-block; margin: 20px 0; }
.symprice .c2 > div > span:nth-child(1)	{ display: inline-block; margin-top: 4px; vertical-align: top; color: #666; }
.symprice .c2 > div > span:nth-child(2)	{ font-size: 2.2em; font-weight: bold; color: #444; vertical-align: top; }
.symprice .c2 > div > span:nth-child(3)	{ display: block; }

/*--------------------------------
 	Connections
-------------------------------*/
p.conim					{ margin-bottom: 48px; }
p.conim img				{ margin: 24px 34px; }
p.pm svg				{ width: 64px; height: 64px; margin: 0 21px 0 0; }

/*--------------------------------
 	Features
-------------------------------*/


.featurestable th:not(:first-child),
.featurestable td:not(:first-child)	{ width: 120px; text-align: center; }

.featuredetail a.glowbutton {
	margin: 10px 10px 10px 0px; padding: 0 12px; font-size: 0.8em; line-height: 33px; height: 33px; min-width: auto; border-radius: 3px;
}
.featurestable > tbody > tr.featuredetail:hover,
body.dark .featurestable > tbody > tr.featuredetail:hover {
	background: none; cursor: auto;
}

.featurestable tr.active		{ font-weight: bold; background: #eee; }
body.dark .featurestable tr.active 	{ background: #333; }

@media print, all and (max-width: 600px) {
	.featurestable th:first-child			{ vertical-align: bottom; }
	.featurestable th:not(:first-child)		{ height: 140px; white-space: nowrap; width: 30px; }
	.featurestable th:not(:first-child) > div	{ width: 30px; transform: translate(5px, 51px) rotate(-90deg); }
	.featurestable td:not(:first-child)		{ width: 30px; }
}


/*
.connectcountry { border-width: 0 0 1px 0; border-style: solid; border-color: #DDD; font-size: 1.3em; line-height: 34px; color: #333; margin: 70px 0 5px 0; }
.connectcountry img { margin-right: 12px; float: left;  }
img.connect { padding: 5px 70px 5px 0; }*/

/*--------------------------------
 	Signup
-------------------------------*/

#td_templates				{ padding: 0; }
#templates, #examples			{ display: flex; flex-wrap: wrap; justify-content: space-between; color: #666; }
/*#templates::after			{ content: ""; flex: auto; } last items keep left */

#templates > div, #examples div		{ margin: 24px 0; }
#templates > div > img,
.template_ex				{ border: 1px solid #ccc; border-radius: 3px; transition: box-shadow 0.3s; cursor: pointer; }
#templates > div > img:hover		{ box-shadow: 0px 0px 1px 1px #ccc; }
#templates > div > span			{ display: block; font-weight: bold; }

#template-detail			{ display: flex; align-items: center; width: 100%; height: auto; max-height: none; cursor: auto; }
#template-detail > img			{ cursor: auto !important; }
#template-detail > div			{ flex-grow: 2; text-align: center; }
#template-detail input[type="button"]	{ float: none; }


/*--------------------------------
 	Dark mode
-------------------------------*/
body.dark div.columnbg 			{ background-color: #333; }
body.dark .homesignupform		{ background: #333; border-color: #555; }
body.dark div.softbg			{ background: rgba(0, 0, 0, 0.6); }
body.dark div.softbg2			{ background: rgba(20, 20, 20, 0.6); }
body.dark .imgshadow			{ box-shadow: 3px 3px 5px 0px rgba(255, 255, 255, 0.2); }
body.dark .posorder_price		{ color: #eee; }
body.dark #pricetable			{ background: #333; }
body.dark #pricetable,
body.dark #pricetable th,
body.dark #pricetable td		{ border-color: #444; }
body.dark #pricetable tr.prices	td > span:first-child,
body.dark #pricetable tr.prices	td > span:nth-child(2) { color: #eee; }
body.dark #pricetable tr:hover td	{ background-color: #555; }
body.dark .symprice .c2 > div > span:nth-child(1),
body.dark .symprice .c2 > div > span:nth-child(2) { color: #eee; }
body.dark .reviewscore			{ color: #eee; }
body.dark .review,
body.dark .rreply			{ background: #333; border-color: #444; }
body.dark .review p:first-child		{ border-color: #666; }
body.dark span.rdate			{ color: #eee; }
body.dark .bxl				{ color: #eee; background-color: #333; }
body.dark #templates			{ color: #ccc; }

/*--------------------------------
 	Responsive
-------------------------------*/
@media all and (max-width: 1366px) {
	#templates > div		{ margin: 24px 4px; }
	.reviews			{ justify-content: center; }
	.reviews > div			{ width: 500px; }
}

@media all and (max-width: 1200px) {
	div.c2 > div, div.c3 > div	{ min-width: calc(100% - 40px); }
	.leftbuttons			{ text-align: center; }
	#startimg			{ margin-top: 0; }
	.startform			{ text-align: center; }
	.startform input:first-child	{ margin: 10px; border: 1px solid #CCC; border-radius: 3px; float: none; }
	.startform input:last-child	{ margin: 10px; border-radius: 3px; float: none; }
	div#news > div			{ width: auto; }
	span.rdate			{ display: block; float: none; }
	.examples			{ justify-content: center; }
	.reviews > div			{ width: 440px; }
}

@media all and (max-width: 992px) {
	div.softbg,
	div.softbg2			{ padding: 12px; border-radius: 5px; margin-right: 10px; }
	#templates > div		{ margin: 6px; }
	#templates #template-detail	{ flex-direction: column; padding: 6px; }
	#template-detail input[type="button"]	{ margin: 24px 0; }
	p.appim				{ text-align: center; }
	p.appim img			{ margin: 8px 20px; }
	.examples > a			{ margin: 12px; }
	.reviews > div			{ width: 100%; }
}

@media all and (max-width: 500px) {
	div.c4 > div			{ max-width: 500px; }
	div.c2, div.c2 dl		{ margin: 0; }
	div.c2 dt			{ padding: 4px 0 0 0; }
}
