body {
	min-height: 75rem;
	padding: 0px;
	margin-top: 80px;
}

main {
	font-weight: normal;
	font: 13px Verdana, Arial, sans-serif;
	color: white;
}

header {
	text-shadow: 4px 4px 9px rgba(10,10,10,1);
	color: #efefef;
	font-weight: bold;
}

header a {
	text-shadow: 4px 4px 9px rgba(10,10,10,1);
	color: #efefef;
	font-weight: bold;
}

@media (min-width: 350px) {
	body {
		background-image: url('/images/bg_small.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0px;
	}

	main {
		background-color: rgba(0, 0, 0, .1);
		padding: 20px;
	}
}

@media (min-width: 850px) {
	body {
		background-image: url('/images/bg_medium1.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0px;
	}

	main {
		background-color: rgba(0, 0, 0, .1);
		padding: 20px;
	}
}

@media (min-width: 1250px) {
	body {
		background-image: url('/images/bg_medium2.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0px;
	}

	main {
		background-color: rgba(0, 0, 0, .6);
		padding: 20px;
	}
}


@media (min-width: 1600px) {
	body {
		background-image: url('/images/bg.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0px;
	}

	main {
		background-color: rgba(0, 0, 0, .6);
		padding: 20px;
	}
}

main a:link, main a:visited, main a:active{
	font: 13px Verdana, Arial, sans-serif;
	text-decoration: underline;
}

main a:hover{
	color: orange;
	font: 13px Verdana, Arial, sans-serif;
	text-decoration: underline;
}

.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.anchor2 {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.p-info{
	border: 1px solid black;
	width: 90px;
	height: 40px;
	margin-top: 5px;
	padding: 2px;
	background-color: white;
	position: relative;
	left: 50%;
	margin-left: -45px;
}

td:first-child{
	padding-left: 15px;
}

.game-d {
	color: orange;
}

.game-l {
	color: red;
}

.game-w {
	color: green;
}

.g-done {
	opacity: 0.5;
}

.g-running {
	font-weight: bold;
	color: #fcc603;
}

.bold {
	font-weight: bold;
}

.p-name {
	position: relative;
}

.p-photo {
	height: 50px;
	background-color: white;
}

.p-photo-small {
	height: 40px;
	background-color: white;
}

.p-logo {
	width: 29px;
	padding: 2px;
	border: 1px solid grey;
	border-radius: 5px;
	background-color: black;
}

.p-flag {
	width: 22px;
	height: 14px;
	border: 1px solid grey;
	border-radius: 5px;
	padding: 1px;
}

.p-pos {
	width: 20px;
}

.p-inj {
	width: 20px;
	position: absolute;
	margin-left: 38px;
	margin-top: -6px;
}

table {
	width: 100%;
	border-collapse: collapse;
    display: flex;
    flex-flow: column;
    width: 100%;
}

thead {
    flex: 0 0 auto;
}

tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}


.short-input {
	position: relative;
	top: -7px;
	width: 80px;
	height: 25px;
}

.input {
	width: 320px;
}

.input-small{
	width: 100px;
	height: 30px;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin input, .form-register input {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin, .form-register {
	font: 15px Verdana, Arial, sans-serif;
}

#field {
	height: 350px;
	width: 350px;
	margin: auto;
	background-image: url("/images/field.png");
}

.field-row {
	text-align: center;
	display: flex;
	padding-top: 24px;
	justify-content: space-around;
	height: 80px;
}

.field-player-name {
	font: 10px Verdana, Arial, sans-serif;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.green {
	color: green;
	font-weight: bold;
}

.orange {
	color: orange;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.vis {
	background-color: white;
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 20px;
	height: 400px;
}

#player-jersey {
	position: relative;
	height: 60px;
	width: 60px;
	background-image: url("/images/jersey.png");
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: black;
	font-weight: bold;
}

#player-team {
	position: relative;
	max-height: 60px;
	max-width: 60px;
	margin-left: 20px;
}

#player-pos {
	position: relative;
	height: 40px;
	margin-left: 20px;
}

#player-inj {
	position: relative;
	height: 30px;
	margin-left: 20px;
}

#player-flag {
	position: relative;
	height: 32px;
	width: 53px;
	margin-left: 20px;
}

#showcase {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 8px;
	border: 1px dashed rgba(10, 10, 10, .9);
	background-color: rgba(240, 240, 240, .3)
}

.copyright {
	margin-left: 40px;
}
