@import url("https://fonts.googleapis.com/css?family=Open+Sans|Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");

.menu {
	text-align: center;
	width: 100%;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.menu > span {
	padding: 10px;
}
/* 
.date {
	width: 12%;
	min-width: 100px;
}

.team {
	width: 80%;
	min-width: 150px;
} */

.team > .team1 {
	margin-bottom: 10px;
}

.strong {
  font-weight: 700;
}

/* .result {
	width: 8%;
	min-width: 100px;
	text-align: center;
} */

/* .result .team1 {
	margin-bottom: 10px;
} */

.title {
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	text-align: center;
	font-size: 2em;
	padding-top: 2.5rem;
}

.table {
	font-family: "Roboto", sans-serif;
	border-collapse: collapse;
	margin: 10px 0;
	letter-spacing: 0.05rem;
	font-size: 0.9em;
	min-width: 320px;
	/* border-radius: 5px 5px 0 0; */
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table thead tr {
	background-color: #555555;
	color: white;
	text-align: left;
	font-weight: 700;
	font-size: 1.1em;
}

.table th {
	width: 100%;
}

.table th:first-child,
.table td:first-child {
	width: unset;
	min-width: 80px;
	max-width: 120px;
  text-align: center;
  font-size: 0.9em;
}
.table th:last-child,
.table td:last-child {
	width: unset;
	min-width: 80px;
	max-width: 90px;
	text-align: right;
}

.tab {
	overflow: hidden;
	border: 2px solid #b5000c;
	background-color: #b5000c;
	text-align: center;
}

.tab button {
	background-color: inherit;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 4px 16px;
	transition: 0.3s;
	color: white;
	font-weight: 700;
	font-size: 1.1em;
}

.tab button:hover {
	background-color: #b5000c;
}

.tab button.active {
	background-color: rgb(255, 255, 255);
	color: #b5000c;
}

.tabcontent {
	display: none;
	animation: fadeEffect 1s;
}

.tablinks:first-child {
	margin-left: 0px;
}

table.table .position {
  width: unset;
  min-width: 40px;
  max-width: 50px;
  text-align: center;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.table tbody tr:nth-of-type(even) {
	background-color: #ececec;
}

.table tbody tr:last-of-type {
	border-bottom: 2px solid #b5000c;
}

.table tbody td:nth-child(2) {
	font-weight: 700;
}

.left:hover,
.right:hover {
	cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: middle !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: none !important;
}

.form.w {
	background-color: #549a5f;
	border-radius: 15px;
}

.form.d {
	background-color: #aaaaaa;
	border-radius: 15px;
}

.form.l {
	background-color: #bd3740;
	border-radius: 15px;
}

.flag {
	width: 18px;
	margin-right: 5px;
	margin-top: -2px;
}

.form {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	width: 15px;
	height: 15px;
	padding-top: 1px;
	float: left;
	margin-right: 2px;
	font-weight: 900;
}

.title-group {
	font-weight: 700;
	padding-top: 20px;
}

@media (max-width: 576px) 
{
  .table .hidemob {
    display: none;
  }
}