.mtt-vinskue .vinskue-title {
	font-size: 40px;
}

.mtt-vinskue .wine-participation-form {
	margin-bottom: 20px;
}

.mtt-vinskue .wine-participation-form abbr {
	color: #F00;
}

.mtt-vinskue .wine-participation-form textarea {
	height: 100px;
}

.mtt-vinskue .wine-participation-form > div:first-child {
	margin-bottom: 20px;
}

.mtt-vinskue .full-width {
	width: 100%;
}

.mtt-vinskue .participation-column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mtt-vinskue .participation-column > div {
	width: 50%;
}

.mtt-vinskue .column-left > div {
	display: flex;
	flex-direction: column;
	margin: 9px 0;
}

.mtt-vinskue .column-left {
	margin-right: 6px;
}

.mtt-vinskue .column-right {
	margin-left: 6px;
}

.mtt-vinskue .column-right > div {
	display: flex;
	flex-direction: column;
	margin: 9px 0;
}

.mtt-vinskue .flex-column {
	display: flex;
	flex-direction: column;
}

.mtt-vinskue div.flex-row {
	display: flex;
	flex-direction: row;
}

.mtt-vinskue .entries-table {
	width: 100%;
}

.mtt-vinskue .entries-table th {
	font-weight: bold;
}

.mtt-vinskue .entries-table th,
.mtt-vinskue .entries-table td {
	border-bottom: 1px solid #777;
	padding: 15px;
	text-align: center;
}

.mtt-vinskue .message-shape {
	margin: 15px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid transparent;
}

.mtt-vinskue .success {
	color: #3C763D;
	background: #DFF0D8;
	border-color: #D6E9C6;
}

.mtt-vinskue .error {
	color: #A94442;
	background: #F2DEDE;
	border-color: #EBCCD1;
}

.mtt-vinskue .warning {
	border-color: #A94442;
}

.mtt-vinskue .loader {
	border: 16px solid #F3F3F3;
	border-top: 16px solid #4A97C2;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.mtt-vinskue select {
	padding: .6em;
}

.mtt-vinskue form input[type="checkbox"] {
	height: 26px;
	width: 25px;
}

.mtt-vinskue form label[for="participant_self"] {
	align-self: center;
}

.mtt-vinskue .form-group-inline {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 5px 0;
}

.mtt-vinskue .form-group-inline input,
.mtt-vinskue .form-group-inline select {
	width: 50%;
}

.mtt-vinskue .form-group-inline *:first-child {
	margin-right: 10px;
}

.mtt-vinskue .form-group-inline span {
	padding: .6em;
}

.mtt-vinskue form input[type="submit"] {
	min-width: 150px;
}

.mtt-vinskue .wine-judging-container {
	padding: 10px;
}

.mtt-vinskue .expand-wine-judging {
	padding: 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
	background-color: #F7F7F7;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mtt-vinskue .expand-wine-judging:hover {
	border-color: #0081CC;
}

.mtt-vinskue .expand-wine-judging .done {
	color: #3C763D;
}

.mtt-vinskue .expand-wine-judging .pending {
	color: #F4C875;
}

.mtt-vinskue .wine-judging {
	width:100%;
	padding: 15px 5px 5px 5px;
}

.mtt-vinskue .wine-details {
	width:100%;
	display: flex;
	flex-direction: column;
}

.mtt-vinskue .wine-details .details-title {
	font-weight:bold;
	margin-bottom:5px;
}

.mtt-vinskue .wine-details .wine-details-top {
	margin-bottom:20px;
}

.mtt-vinskue .wine-details .wine-details-top,
.mtt-vinskue .wine-details .wine-details-bottom {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}
.mtt-vinskue .wine-details .wine-details-bottom > div {
	max-width:50%;
}

.mtt-vinskue .wine-details p {
	padding:0;
	margin:0;
}

.mtt-vinskue .judging-form label {
	font-weight:bold;
}

.mtt-vinskue .judging-form,
.mtt-vinskue .judging-fields {
	display: flex;
	flex-direction: column;
}

.mtt-vinskue .grouped-fields {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mtt-vinskue .field-group,
.mtt-vinskue .field-group > div {
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
}

.mtt-vinskue .comment {
	height: 150px;
}

.mtt-vinskue .open {
	border-color: #0081CC;
}

@media screen and (max-width: 600px) {
	.mtt-vinskue .participation-column {
		flex-direction: column;
	}

	.mtt-vinskue .participation-column .column {
		width: 100%;
	}

	.mtt-vinskue .entries-table {
		border: 0;
	}

	.mtt-vinskue .entries-table caption {
		font-size: 1.3em;
	}

	.mtt-vinskue .entries-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.mtt-vinskue .entries-table tr {
		border-bottom: 6px solid #DDD;
		display: block;
		margin-bottom: .625em;
	}

	.mtt-vinskue .entries-table td {
		border-bottom: 1px solid #DDD;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	.mtt-vinskue .entries-table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.mtt-vinskue .entries-table td:last-child,
	.mtt-vinskue .entries-table tr:last-child {
		border-bottom: 0;
	}

	.mtt-vinskue form input[type="submit"] {
		width: 100%;
		height: 50px;
	}
}

.tippy-label{
	display: inline-block;
	margin-left: 10px;
	width: 17px;
	height: 17px;
	background: #5a9cff;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	font-size: 13px;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 900;
}