body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #181818;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

input, textarea {
	font-family: Calibri, sans-serif;
	font-size: 14pt;
    padding: 1px 2px;
}

.row input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0;
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
}
.row input:focus {
	outline: none;
	border-bottom: 1px solid #1976D2;
}

.row input:required {
    box-shadow:none;
}

.row input:invalid {
	border-bottom: 1px solid #ff3333;
}

.row input:focus:invalid {
	border-bottom: 1px solid #ff3333;
}

.font-small {
  font-size: 9px;
}

.row label {
 display: block;
 color: #aaa;
 line-height: 1rem;
}

.row label.down {
 transform: translateY(-1.5rem);
 transition: 0.5s;
}

.row label.up {
 font-size: 0.7rem;
 transform: translateY(-3rem);
 transition: 0.5s;
}

.row label.up.font-small {
 font-size: 9px;
 transform: translateY(-3rem);
 transition: 0.5s;
}

.кнопка {
	font-size: 18px;
}

div.отступСлева {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

select {
	font-size: 16px;
}

div.inactive {
	pointer-events: none;
	background-color: #EEE;
}

@keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

div.конкурс {
	border-bottom: solid black 1px;
	padding-bottom: 1em;

	opacity: 0;
	transition: 1s;
	animation: show 3s 1;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}

table.конкурс {
	border-collapse: collapse;
}

table.конкурс th {
	text-align: left;
}

table.конкурс th,
table.конкурс td {
	border: 0px solid black;
	padding: 5px;
}

table.конкурс thead th {
	position: sticky;
	top: 0px;
	background: rgb(220, 220, 220);
}

tr.чётнечёт0 {
	background-color: rgb(250, 250, 250);
}

tr.чётнечёт1 {
	background-color: rgb(240, 240, 240);
}

label:hover {
	cursor: pointer;
    background-color: rgb(220, 220, 220);
}

span.не-активная-стрелка {
	color: #EEE;
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}
