* {
	box-sizing: border-box;
	scrollbar-width: none;
}

@font-face {
  font-family: LifeCraft;
  src: url(../../font/LifeCraft_Font.ttf);
}

body {
	background-color: #0b0b0b;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.button_list_mem {
	height: 50px;
	width: 50px;
	background-color: #fff;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-size: 44px 38px;
	background-image: url(../../img/icon/tennis_booking.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}

a, a:visited, a:active {
  color: #000;
  text-decoration: none;
}

.header {
	display: flex;
	height: 50px;
	width: 100%;
	padding: 15px 15px 15px 18px;
}

.img_livescore {
	color: #fff;
	font-family: LifeCraft;
	font-size: 20px;
	font-style: italic;
	background-size: 100% 100%;
	height: 18px;
	width: 50%;
	margin-left: calc(50% - 18px - 50px);
}

.img_livescore sup {
	font-size: 30%;
}

.menu {
	background-image: url(../../img/icon/hamburger-menu.svg);
	background-size: 100% 100%;
	width: 14px;
	height: 18px;
}

.club_title {
	  color: #393939;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-bottom: 13px;
	  padding-top: 13px;
	  width: 100%;
	  border: none;
	  text-align: left;
	  outline: none;
	  font-size: 22px;
	  font-weight: bold;
}

.tour {
  display: flex;
  margin: 10px 15px;
  width: calc(100vw - 20px);
}

.tour_logo {
  background-image: url(../../livescore/img/logo/tour_logo.png);
  background-size: 100% 100%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  margin-left: 2px;
  margin-top: 3px;
}

.tour_title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding-bottom: 8px;
}

.star {
	color: #ffa700;
	width: 50px;
	line-break: anywhere;
	line-height: 10px;
	font-size: 12px;
	text-align: center;
}

.flag {
	margin-top: 12px;
}

.player {
	position: relative;
	left: 5px;
}

.r_ava {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	height: 100%;
	margin-top: -15px;
	width: 50px;
    height: calc(50px * 4/3);
}

.td {
	height: 50px;
}

.header_title {
	position: absolute; 
	top: 13px; 
	left: calc(50% - 125px); 
	width: 250px;
	color: #fff; 
	font-size: 20px;
	text-align: center;
}

.theTable {
	width: 375px;
	margin-left: calc(50% - 375px / 2);
}

.select_container {
	width: calc(375px - 30px);
	display: flex;
 	font-family: Roboto-medium;
}

.select_container select {
	width: 100%;
	padding: 8px;
	margin-left: 4px;
	margin-right: 4px;
 	border: 1px solid #7d848d;
 	border-radius: 4px;
 	color: #121fff;
 	font-size: 13.1px;
 	font-family: Roboto-medium;
 	background-color: #fff;
}

.select_container select:disabled {
	color: #9ba0a7;
}