/* bungee-inline-regular - latin */
@font-face {
  font-family: 'Bungee Inline';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bungee-inline-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/bungee-inline-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bungee-inline-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bungee-inline-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bungee-inline-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bungee-inline-v11-latin-regular.svg#BungeeInline') format('svg'); /* Legacy iOS */
}
*, 
*::before, 
*::after {
    box-sizing: border-box;
}
.hidden {
	display: none;
}
body {
	margin: 20px;
	font-family: verdana, arial;
	font-size: 15px;
}
@media screen and (min-width: 750px) {
	body {
		margin: 20px;
	}
}
@media screen and (min-width: 900px) {
	body {
		font-size: 20px;
	}
}
header {
	display: flex;
	padding-bottom: 0px;
	flex-direction: column;
	align-items: center;
	text-align: center;	
}
@media screen and (min-width: 750px) {
	header {
		flex-direction: row;
		text-align: left;
		align-items: baseline;
	}
}
h1 {
	display: inline;
	font-family: 'Bungee Inline', verdana;
	font-size: 35px;
	position: relative;
	top: -19px;	
	display: block;
	white-space: nowrap;	
}
@media screen and (min-width: 750px) {
	h1 {		
		font-size: 30px;
		margin-left: 15px;
	}
}
@media screen and (min-width: 900px) {
	h1 {		
		font-size: 40px;
		margin-left: 15px;
	}
}
div.playerrow {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 750px) {
	div.playerrow {
		flex-direction: row;
	}
}
div.playercell {
	text-align: left;
	width: 350px;
	padding: 0 10px 30px 0;
}
@media screen and (min-width: 750px) {
	div.playercell {
		width: 180px;
	}
}
@media screen and (min-width: 900px) {
	div.playercell {
		width: 20vw;
	}
}
.violet {
	color: #ae3994;
}
.blue {
	color: #01a0e1;
}
.green {
	color: #70bc42;
}
.yellow {
	color: #fbac2b;
}
.logo {
	width: 100%;
}
@media screen and (min-width: 440px) {
	.logo {
		width: 400px;
		max-width: 100%;	
	}
}
a {
	text-decoration: none;
}
input[type="text"],
span.placeholder {
	width: calc(100% - 15px);
	margin-right: 15px;
	font-weight: bold;
	text-transform: uppercase;	
	font-family: verdana, arial;
	font-size: 15px;	
}
@media screen and (min-width: 900px) {
	input[type="text"],
	span.placeholder {
		font-size: 20px;
	}
}
input[type="text"] {
	padding: 5px;
}
span.placeholder {
	display: none;
}
@media screen and (min-width: 750px) {
	span.placeholder {
		display: block;
		visibility: hidden;
	}
}
input.disabled {
	border: none !important;
	outline: none !important;
	background: #fff;
	padding-left: 0;
	font-weight: bold;
	text-transform: uppercase;
}
/*input.money {
	color: #ccc;
	border: 1px solid #ccc;
	display: none;
}*/
input[type="submit"] {
	text-transform: none;
	background: #70bc42;
	border: none;
	color: #fff;
	padding: 7px 10px;
	cursor: pointer;
	font-family: verdana, arial;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (min-width: 900px) {
	input[type="submit"] {
		font-size: 20px;
	}
}
.addplayer {
	padding: 0 30px 30px 0;
}
.addplayer a {
	color: #01a0e1 !important;
	font-weight: bold;
	font-size: 25px;
}
select {
	border: none;
	font-family: verdana, arial;
	font-size: 15px;
	margin: 0 0 0 -4px;
	background: none;
	cursor: pointer;
}
@media screen and (min-width: 900px) {
	select {
		font-size: 20px;
	}
}
.currentvalue {
	white-space: nowrap;
}
.plus {
	color: green;
}
.minus {
	color: red;
}
.addmoney[disabled],
.valuechange[disabled] {
	cursor: not-allowed;
}