


.button-table {
	border: 1px solid #393939;
	margin: 1em auto
}

.button-table td {
	vertical-align: top;
	padding: 12px
}

.button-table .dark {
	background: #393939;
	color: #fff
}


.button-table a {
	display: block
}


.button-table textarea {
	font: 13px monospace;
	box-shadow: none;
	background: #e6e6e6;
	color: #1e1e1e;
	padding: 6px 8px
}

.button-table textarea::selection {
	color: #fff;
	background: #009
}

.button-table textarea::-moz-selection {
	color: #fff;
	background: #009
}
