body, html { background:#eee; }

section { 
	font-family:sans-serif;
	font-size:13px;
	width:640px;
	background:white;
	border:1px solid gray;
	border-radius:4px;
	padding:6px;
	margin:8px auto;
}
td {
	border:1px solid gray;
}
td, th {
	padding:2px 4px;
}
th:first-child { text-align:right; }
table {
	border-collapse:collapse;
}

#stimuli, #defaults { width:100%; }

input[type='text'] {font-size:12px; padding:0px 4px 2px 4px; }
input[type='number'] {font-size:12px; padding:0px 2px; text-align:right; }
input[type='color'] { height:22px; }

#stimuli td:nth-child(2) { width:320px; }
#stimuli td:nth-child(3) { width:220px; }
#stimuli input { width:100%; text-align:left; }
span.preview { display:inline-block; }

#defaults, #trials { margin-top:6px; }
#defaults td:nth-child(odd) { border-right:none; padding-right:0px; }
#defaults td:nth-child(even) { border-left:none; }
#defaultfont { width:152px; text-align:left; }
#defaultrotation { width:34px; text-align:right; }

#trials td:nth-child(2) { width:40px; }
#trials input { width:100%; text-align:right; }


#linktext { width:100% }
#link { word-break:break-all; }

p {
	margin-top:6px;
}
h2 {
	font-weight:600;
	font-size:14px;
	margin-top:12px;
	text-align:left;
}

h2:first-child {
	margin-top:0px;
}

