html {
	background: #000b10;
	background-image: url("https://media.calitabby.net/assets/bbgl.webp");
	background-size: cover cover;
}

body {
	font-family: "Source Sans 3";
	font-size: 16px;
	color: #0af;
	width: 100vw;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 32px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
}

header, footer {
	align-content: center;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0 0 0.25em;
}

p {
	margin-top: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #07c;
	margin: 16px 4px;
}

a, a:visited {
	color: #3df;
}

.title img {
	width: 48px;
	height: 48px;
	vertical-align: middle;
}

.title h1 {
	display: inline;
	font-size: 36px;
	position: relative;
	top: 2px;
	margin: 0;
	vertical-align: middle;
}

ul.nav {
	list-style: none;
	margin: 8px -2px;
	padding: 0;
}

ul.nav > li {
	margin: 0 2px;
	display: inline;
}

ul.nav > li > a, ul.nav > li > a:visited, .link-button {
	font-size: 12px;
	color: #0af !important;
	text-decoration: none;
	border: 1px solid #0af;
	padding: 2px 4px;
	display: inline-block;
	margin: 4px 0 2px;
}

ul.nav > li > a:hover, .link-button:hover {
	color: #7df !important;
	border-color: #7df;
}

ul.nav > li > a.new::after, .link-button.new::after {
	content: 'NEW!';
	font: 8px monospace;
	font-weight: 700;
	background: #f60;
	color: #fff;
	padding: 1px;
	position: relative;
	top: -12px;
	left: -8px;
	margin-right: -22px;
}

footer p {
	font-size: 11px;
	margin: 5px 0;
}

footer a {
	color: #0af !important;
}

.dorito {
	font-size: 12px;
	height: 0;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 24px;
}

.dorito > img {
	width: 24px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

table {
	border: 1px solid #0af;
	border-spacing: 0px;
	padding: 6px;
}

th, td {
	border-bottom: 1px solid #0af;
	padding: 6px 12px;
}

.notif {
	padding: 4px 8px;
	margin: 10px 2px;
	border: 1px solid #888;
	color: #fff;
}

.notif.error {
	background: #d00;
	border-color: #800;
}

.notif.alert {
	background: #d60;
	border-color: #f80;
}

.notif.info {
	background: #066;
	border-color: #088;
}

.notif a {
  float: right;
  color: inherit;
  opacity: 0.75;
}

form label {
	display: block;
}

form input {
	border: 1px solid #0af;
	background: #002b40;
	padding: 6px;
	color: #fff;
}

button, .button, input[type=button], input[type=submit] {
	color: #fff !important;
	background: #0af;
	padding: 8px 12px;
	text-decoration: none;
	margin-bottom: 0.5rem;
	display: inline-block;
}

button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover {
	background: #0bf;
}

.cards {
	display: flex;
	flex-wrap: wrap;
}

.card {
	border: 1px solid #0af;
	padding: 16px;
}

.cards .card {
	margin: 8px 4px;
	width: 256px;
	max-width: 100%;
	display: inline-block;
}

.card-link {
	display: block;
	width: 100%;
	text-align: right;
}

.card-link::after {
	content: ' \00bb';
}

.card-img {
	display: block;
	margin: 8px auto;
	width: 80px;
	height: 80px;
}

code {
	font-size: 13px;
	background: #001b20;
	padding: 2px;
}

.red {
	color: #f00;
}

.yellow {
	color: #fd0;
}

.green {
	color: #0d0;
}

.badge {
	position: relative;
	top: 6px;
}
