* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, body {
	background: #fff;
	background: url('../media/ux/trianglify.svg');
	background-size: 100%;
	color: #000;
	margin: 0;
	line-height: 1.7em;
	font-size: 16px;
}

html, body, button, input, select, textarea {
	font-family: Helvetica, arial, sans-serif;
}

body { /* chrome wonky when opening from new tab */
	background-attachment: fixed;
}

table {
	width: calc(100% - 20px);
	margin: 0 10px;
	color: #000;
}
table thead td {
	background: #999;
	color: #fff;
}
table thead td:first-child {
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
table thead td:last-child {
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
table td {
	padding: 5px;
}

h1 {
	line-height: 2em;
	background: #000;
	color: #fff;
	border-radius: 0;
	padding-left: 10px;
	font-size: 24px;
}
h1 .icon-clipart:after {
	color: #333;
}
h2 {
	color: #666;
	margin: 0 0 5px;
	padding-left: 0px;
	font-size: 18px;
}
ul {
	list-style-type: square;
}
p {
    padding: 0 30px;
}
p.description {
    padding: 0 53px 20px;
}
hr {
    border: none;
    border-top: 1px solid #fff;
}
.content {
	max-width: 740px;
	border-radius: 5px;
	background: rgba(255,255,255,0.85);
	margin: auto;
}
section {
	padding: 0 0 40px;
}

/* Keyboard Shortcuts */
.shortcuts {
	padding: 0 10px;
}
.shortcuts font {
	color: #888;
	padding: 0 15px 0 12px;
}
.shortcuts .icon-clipart:before {
	color: #aaa;
}
.shortcuts b {
	padding: 10px;
	display: block;
	text-align: center;
}
.shortcuts .cmd {
	width: 330px;
	display: inline-block;
	text-align: right;
	font-family: monospace;
}
.shortcuts .sk-header-break {
	background: #333;
	color: #fff;
	border-radius: 2px;
	text-shadow: none;
	padding: 4px 12px;
	margin: 7px 0;
}
.shortcuts .icon-clipart:before {
	color: #aaa;
}