@font-face {
	font-family: roboto;
	src: url('Roboto_Condensed-Regular.ttf')  format('truetype'),
}

@font-face {
	font-family: noto;
	src: url('NotoColorEmoji-Regular.ttf')  format('truetype'),
}

html{
	background-image: url("bloos_1024.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	font-family: roboto;
}

body {
	margin:1rem;
	background-color: #262626f2;
	padding: 1rem;
	border: 0.125rem solid #ffffff;
	border-radius: 1rem;
	backdrop-filter: blur(1rem);
	filter: drop-shadow(0 0 0.25rem black);
	color: #ffffff;
	font-size: 1rem;
}

.emoji{
	font-family: noto;
}

#title_logo,
#title_text {
	vertical-align: middle;
	display: inline-block;
	font-size: 4rem;
}

.inline_svg {
	vertical-align: middle;
	display: inline-block;
}

a:link, a:visited, a:active {
	color: #ffee00;
}

a:hover {
	color: #ffffff;
}

#site_title {
	font-size:4rem;
	margin:0px;
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.25em;
}

table.stock_site_list {
	border-spacing: 0px;
}

table.stock_site_list th:first-child,
table.stock_site_list th:last-child {
	text-align: left;
}

table.stock_site_list th {
	text-align: center;
}

table.stock_site_list td {
	border-top: 1px solid #ffffff33;
	vertical-align: top;
	padding: 0.25rem;
}

table.stock_site_list td:nth-child(1),
table.stock_site_list td:nth-child(6) {
	white-space: nowrap;
}
