* {
    box-sizing: border-box;
    overflow: hidden;
	-webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */	
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: scroll;
}	
*::-webkit-scrollbar {
		display: none;
}
	
body {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    cursor: Default;
}

	.inpt2 {
		border-bottom: solid transparent 2px;
		font-family: Quicksand, sans-serif;
		padding: 5px;
		font-size: 14px;
		background-color: transparent;
		max-width: 19%;
		text-align: center;
		font-weight: bold;
	}


@media (orientation: landscape) {
	.inpt {
		border-bottom: solid black 2px;
		border-top: none;
		border-left: none;
		border-right: none;
		font-family: Quicksand, sans-serif;
		padding: 5px;
		font-size: 24px;
		background-color: transparent;
		width: 25%;
		text-align: center;
		margin: 24px;	
	}
	img {
		width: 50%;
	}	
}

@media (orientation: portrait) {
	.inpt {
		border-bottom: solid black 2px;
		border-top: none;
		border-left: none;
		border-right: none;
		font-family: Quicksand, sans-serif;
		padding: 5px;
		font-size: 24px;
		background-color: transparent;
		width: 50%;
		text-align: center;
		margin: 24px;	
	}
	img {
		width: 100%;
	}	
}

.game_header {
    width: 100vw;
    cursor: Default;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.field {
    width: 100vw;
    cursor: Default;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
}

.w245 {
	width: 25vw !important;
	padding-left: 1vw !important;
	padding-right: 1vw !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pa1 {
	padding-left: 1vw !important;
	padding-right: 1vw !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.mw70 {
	max-width: 75vw !important;
}

.mw20 {
	max-width: 20vw !important;
}

.hid {
	visibility: hidden;
}

.hids {
	visibility: hidden;
}

.sel > .hids {
	visibility: visible;
}

.bot {
	border-bottom: solid black 2px;
}

.bo {
	font-weight: bold;
}

.but {
	cursor: pointer;
}

.hdrow {
	background-color: rgb(240,240,240);
}

.gre {
	color: green;
}

.sea {
	color: seagreen;
}
.join {
	color: seagreen;
}
.reb {
	color: rebeccapurple;
}
.sie {
	color: sienna;
}
.view {
	color: sienna;
}
.blu {
	color: royalblue;
}
.cri {
	color: crimson;
}

.sel {
	background-color: lightcyan;
}

.tblinpt {
	border: none;
	width: 100%;
	margin: 0;
	padding: 2px;
    font-family: Quicksand, sans-serif;
    font-size: 14px;
	vertical-align: bottom;
	appearance: none;
	background-color: transparent;
}

.tblinpt::placeholder {
	color: black !important;
	opacity: 1 !important;
}
.tblinpt:disabled {
	color: black !important;
	opacity: 1 !important;
}


.cont {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    padding:0;
    margin:0;
    height: 100vh;
    width: 100vw;
    cursor: Default;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}

.login {
	display: flex;
	flex-direction: column;
    width: 100vw;
	justify-content: center;
	align-items: center;
	background-color: lemonchiffon;
}
.tbl {
	display: block;
	text-align: center;
    width: 100vw;
	font-size: 14px;
	max-height: 75%;
}
.hdr {
	display: block;
	text-align: center;
    width: 100vw;
	font-size: 14px;
	font-weight: bold;
}
.item {
	display: inline-block;
	padding: 2px;
	vertical-align: bottom;
}

.ib {
	display: inline-block;
	vertical-align: bottom;
}
.bot1 {
	border-bottom: solid black 1px;
}

.lf {
	text-align: left;
}
.ce {
	text-align: center;
}
.ri {
	text-align: right;
}
.sh {
	width: 5vw;
	max-width: 5vw;
}
.wd {
	width: 20vw;
	max-width: 20vw;
}
.wmd {
	width: 16vw;
	max-width: 16vw;
}
.md {
	width: 12vw;
	max-width: 12vw;
}
.wr {
	padding: 0 !important;
}


.navigation {
	display: flex;
	flex-direction: row;
    width: 100vw;
	justify-content: space-between;
	align-items: center;
	background-color: lemonchiffon;
}

@media (hover:hover) {

}

.dn {
	display: none;
}

.dn1 {
	display: inline-block;
}
.dn2 {
	display: none;
}
.sel > .dn1 {
	display: none;
}
.sel > .dn2 {
	display: inline-block;
}

.inpt:focus, .inpt2:focus, .tblinpt:focus {
	outline: none;
}