.whiteSpace {
	float: center;
	width: 100%;
	height: 260px;
	background-color: #ebf2f4;
}

.informationPane {
	float: left;
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 20px;
	height: 200px;
	width: 64%;
}

.informationPaneContent {
	font-size: 125%;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.selfLink {
	font-family: Lato, sans-serif;
	width: 100%;
	text-align: center;
}

.selfLinkInput {
	background-color: #f5fafb;
}

.playerStatsSearch {
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	width: 320px;
	height: 100px;
	background-color: #71a234;
}

.playerStatsSearchBox {
	width: 100%;
	background-color: #71a234;
}

.backToOverview {
	float: right;
	width: 24%;
	padding-top: 15px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 15px;
}

.intervalSelectors {
	float: right;
	width: 25%;
}

.dateCtrl {
	width: 98%;
	font-family: Lato, sans-serif;
	text-align: center;
}

.winner {
    color: darkred;
    font-weight: bold;
}

.contentLogo {
    float: left;
    width: 15%;
}

.contentLogoImage {
    width: 100%;
}

.contentTable {
    float: right;
    width: 80%;
}

.otherContentTable {
    float: left;
    width: 100%;
}

.container {
    float: right;
    width: 787px;
}

.generalTable {
    width: 310px;
    float: left;
    padding-bottom: 20px;
}

.adSpace {
    text-align: center;
}

.nameRow {
    text-align: left;
    font-size: 125%;
}

.rankRow {
    text-align: left;
    font-size: 100%;
}

.skinRow {
    float: left;
}

.labelIcon {
    height: 16px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    background: #ffffff;
    padding: 15px;
}

.tab-content.current {
    display: inline-block;
    padding: 20px;
    border: 1px solid #ccc;
}

.sectionTitle {
    font-weight: bold;
    font-size: 18px;
    color: #71a234;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.sectionTitle::after {
    display: block;
    content: "";
    margin: 12px auto 0 auto;
    height: 3px;
    width: 240px;
    background-color: #71a234;
}

.whiteSpace {
    float: center;
    width: 100%;
    height: 286px;
    background-color: #ebf2f4;
}

.logoImagePane {
    margin: 3px 3px 10px 3px;
    float: right;
    width: 18%;
}

.logoImage {
    float: right;
    box-shadow: 0px 0px 2px 2px #71a234;
    width: 194px;
    height: 194px;
}

.gotoRounds {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    width: 33%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.informationPaneContent {
    text-align: justify;
    font-size: 125%;
    line-height: 125%;
    letter-spacing: 1px;
}

.alignLeft {
    float: left;
    width: 47%;
    min-width: 400px;
}

.alignRight {
    float: right;
    width: 47%;
    min-width: 400px;
}

.fixMyButton {
    color: white;
    font-size: 80%;
    font-size: 80%;
	text-decoration: none;
}

.playerStatsSearch {
    float: right;
    width: 200px;
    height: 80px;
    background-color: #71a234;
}

#PlayerSearchQuery {
    font-family: Lato, sans-serif;
    color: #FFFFFF;
    background: url(/web/20190805035532im_/http://www.mcgamer.net/rgba.php?r=0&g=0&b=0&a=51);
    background: rgba(0, 0, 0, 0.2);
    _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 6px;
    width: 160px;
    height: 42px;
    border: none;
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1) inset, 0 -4px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1) inset, 0 -4px 3px rgba(0, 0, 0, 0.1) inset;
    -khtml-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1) inset, 0 -4px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1) inset, 0 -4px 3px rgba(0, 0, 0, 0.1) inset;
}

.logoImagePane {
    margin: 3px 3px 10px 3px;
    float: right;
    width: 18%;
    /* width: 200px; */
}

.gotoRounds {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    width: 33%;
    padding-top: 20px;
    padding-bottom: 10px;
}