
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

@brand-primary: #0024ff;
.text-primary { color: #0024ff; }

div.sprite_logo {
	background: url(nacweblog-logo.jpg);
	width: 233px;
	height: 95px;
}

@media
	only screen and (min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1) {
		div.sprite_logo {
			background: url(nacweblog-logo@2x.jpg);
			background-size: 233px 95px;
		}
}

/* buttons */

button, .btn {
	padding: 6px;
}

div.but-top a, button.but-top, a.but-top {
	margin-top: 4px;
	margin-bottom: 4px;
}

button.but-row, a.but-row {
	margin-bottom: 3px;
}

/* disable number input (RST) spin buttons */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* claimed top score table */

table.scoreTable tr td, table.scoreTable tr th {
	padding: 1px 1px 0px 1px;
}

input.text-danger {
	color: #ff0000;
}
