@charset "utf-8";

@import url('warning.css');

@font-face {
	font-family: 'Inconsolata';
	src: url('Inconsolata.otf') format('opentype');
}

body {
	font-family: Inconsolata;
	line-height: .85em;
	margin: 1% 1% 50px 1%;
	vertical-align: middle;
}

button {
	margin: 0.5em;
}

h1 {
	font-size: 120%;
	line-height: 0.9em;
	margin: 0.3em 0.3em 0.6em 0.3em;
	text-align: center;
}

hr {
	color: lightgray;
	margin: 0.1em;
}

div {
	margin: 0;
	padding-left: 0.05em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: black;
}

.block {
	flex: 1;
}

.chart {
	display: flex;
	padding: 0;
	text-align: center;
	margin: 1em 1em 1em 1em;
	width: clamp(50px, 100%, 400px);
}

.chart1 {
	flex: 1;
	height: fit-content;
	width: clamp(50px, 100%, 400px);
}

.chart2 {
	flex: 1;
	height: fit-content;
	width: clamp(30px, 100%, 300px);
}

.chartContainer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 799px) {
	.container {
		display: flex;
		justify-content: space-between;
		margin-bottom: .5em;
	}
}

@media all and (min-width: 800px) {
	.container {
		display: flex;
		justify-content: space-between;
	}
}

.container2 {
	background-color: lightgray;
	display: flex;
	justify-content: space-between;
	line-height: 1em;
	margin-top: 0.1em;
}

.disclaimer {
	font-size: 60%;
	margin: .1em 0 0 0;
	padding: 0;
	text-align: center;
}

.flash {
    animation: flash-animation 10s;
}

@keyframes flash-animation {
    0% { background-color: 
yellow; }
    100% { background-color: initial; }
}

.float_end {
	clear: both;
	height: 0;
}

.graphtext {
	font-size: 80%;
	line-height: 1em;
	width: clamp(53px, 100%, 536px);
}

.info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.linklist {
	display: flex;
	flex-wrap: wrap;
	font-size: 90%;
	justify-content: center;
}

.name {
	float: left;
	font-weight: bold;
	min-width: 7em;
}

.nextName {
	color: #646464;
	font-size: 90%;
}

.user {
	background-color: white;
	display: inline-block;
	font-size: 110%;
	height: 6.5em;
	line-height: 100%;
	margin: 0.2em 0.2em 0.1em 0;
	padding: 0;
	width: 15em;
}

.user1 {
	display: table;
	height: 6.5em;
	position: absolute;
	width: 14.5em;
}

.user1 p {
	border: 1px solid #000000;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	white-space: pre;
}

.value {
	float: left;
	font-weight: normal;
	margin-right: 0.1em;
	min-width: 5em;
}

#BSlocked {
	font-size: 90%;
	line-height: .8em;
	padding: 0;
	margin-left: .5em;
}

#countdown {
	position: absolute;
	right: .3em;
	top: .1em;
	display: block;
	width: 62.5px;
}

#countdownText {
	position: absolute;
	right: .3em;
	top: 4.7em;
	text-align: center;
	font-size: .7em;
	line-height: .8em;
	color: #005c9d;
	display: block;
	width: 62.5px;
}

#debug {
	color: gray;
	font-size: 90%;
	margin: 0;
}

#debug h1 {
	color: darkgray;
	font-size: 120%;
	margin-bottom: 0;
	text-align: left;
}

#debug hr {
	margin: 0;
}

#debug ul {
	font-size: 100%;
	margin: 0;
}

#injection {
	color: red;
}

#support_block {
	display: none;
}

#time {
	background-color: lightgray;
	float: left;
	font-size: 90%;
        display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	text-align: center;
	white-space: pre;
}

.time_r {
        float: right !important;
}

#ShiftMode {
        float: left;
        font-size: 90%;
        margin: 0;
        padding: 0 0.8% 0 0.8%;
        text-align: center;
        white-space: pre;
}

