body {
	xbackground-image: url("/proton/img/lined_paper.svg");
}
* {
	margin:  0;
	padding:  0;
	border:  0;
	box-sizing: border-box;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#require-js {
	display: block;
	text-align: center;
	font-size: 32px;
}

.template {
	display: none;
}

nav .nav-brand img {
	height: 64px;
}
.card .card-title {
	color: black;
	font-size: 24px;
	font-family: 'Permanent Marker', cursive;
	border-bottom: 3px solid black;
}
.card a {
	color: black;
	text-decoration: none;
}
.card a:hover {
	color: black;
}
.dthumb {
	width: 100%;
	padding-top: 75%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tubes {
}
.tubes label {
	display: inline;
	position: relative;
	top: -4px;
	padding-right: 12px;
}
.tubes a {
	position: relative;
	top: -8px;
	color: black;
	text-decoration: none;
}
.right {
	text-align: right;
}

