@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main */
body {margin: 0; padding: 40px 0 0 0; font: 16px  'Inter', Arial, sans-serif; color: #2d2d2d; background: #2d2d2d;}
strong {font-weight: bold;}
em {font-style: italic; letter-spacing: -0.02em;}
.container {width: 980px; position: relative; margin: auto;}
.clear {clear: both;}
.clearRight {clear: right;}
.clearLeft {clear: left;}
.right {float: right;}
.left {float: left;}
.textRight {text-align: right !important;}
.textLeft {text-align: left !important;}
.mb20 {margin-bottom: 20px;}
.mt20 {margin-top: 20px;}
.mb10 {margin-bottom: 10px;}
.mt10 {margin-top: 10px;}
.allBlock * {display: block;}
.line {border-top: 1px dotted #ccc; height: 1px; width: 100%;}
*[contenteditable="true"] {cursor: pointer; outline: none;}
*[contenteditable="true"]:hover {background: #ddd;}

h5 {font-size: 2.8em; font-family: 'Inter', 'sans-serif'; font-weight: 500; color: #999; margin: 0 0 20px 0;}
h3 {font-weight: 600; font-family: 'Inter', 'sans-serif';  font-size: 1.8em; display: block; float: left; clear: both; letter-spacing: -0.03em;}
h4 {font-size: 1.4em; font-weight: 600; float: left; clear: both; font-family: 'Inter', 'sans-serif'; letter-spacing: -0.03em;}
	.right h3, .right h4 {float: right; font-size: 1.2em;}

#page {padding: 40px; width: 900px; margin: 40px auto 40px auto; position: relative; background: #fff; }
	#page #logo {float: right; width: 200px; height: 43px; display: block; margin: 0 0 20px 0;}
		#page #logo svg {width: 100%; display: block; height: auto; fill: #2d2d2d;}
			#page #logo h1 {font-weight: bold; font-size: 1.1em; clear: both; float: right;}
			#page #logo h2 {font-size: 0.75em; text-transform: uppercase; float: right; clear: both;}
	#page h1 {display: block; text-transform: uppercase; font-size: 1.2em;}
	
#page table {width: 100%; position: relative; z-index: 1; font-size: 14px; border-radius: 3px; overflow: hidden;}
#page table tr {border-bottom: 1px solid #ccc;}
#page table tr.heading {border-bottom: 1px solid #999;}
#page table tr.even {background: #efefef;}
#page table th {text-align: left; padding: 10px; background: #2d2d2d; color: #fff;}
#page table td {padding: 10px; position: relative; z-index: 2;}

#payment {margin: 20px 0 0 0; padding: 20px; border: 1px dashed #ccc; line-height: 180%; border-radius: 3px; overflow: hidden;}
	#payment p {margin: 0 0 20px 0;}
	#payment p span {display: block; float: left; width: 100px;}

#thanks {text-tranform: uppercase; color: #999; letter-spacing: -0.05em; padding: 5px; background: #efefef; margin: 20px 0 0 0; border-radius: 3px; overflow: hidden;}

		#page a.createRow {background: #FCE22E; color: #2d2d2d; font-weight: bold; margin: 0 0 10px 0; display: block; padding: 8px 20px; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; float: right; -webkit-border-radius: 2px;
-moz-border-radius: 2px; border-radius: 2px; cursor: pointer;}
		#page a.deleteRow {color: #FCE22E; position: absolute; display: block; padding: 0; right: -25px; top: 5px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #2d2d2d; cursor: pointer;}