.unstyle_staff_6 {
    color: #AA0000 !important;
    font-weight: bold;
    font-style: italic;
}

.unstyle_staff_5 {
    color: #AA0000 !important;
    font-weight: bold;
}

.unstyle_staff_4 {
    color: #AA0000 !important;
}

.unstyle_staff_3 {
    color: #FF6666 !important;
}

.unstyle_staff_2 {
    color: purple !important;
}

.unstyle_staff_1 {
    color: fuchsia !important;
}

.unstyle_donor_5 {
    color: lime !important;
}

.unstyle_donor_4 {
    color: #3399FF !important;
}

.unstyle_donor_3 {
    color: #0066AA !important;
}

.unstyle_donor_2 {
    color: gold !important;
}

.unstyle_donor_1 {
    color: silver !important;
}

.unstyle_donor_0 {
    color: green !important;
}

.unstyle_player {
    color: green !important;
}

a.unstyle_staff_6 {
	color: #AA0000 !important;
	font-weight: bold;
	font-style: italic;
}

a.unstyle_staff_5 {
	color: #AA0000 !important;
	font-weight: bold;
}

a.unstyle_staff_4 {
	color: #AA0000 !important;
}

a.unstyle_staff_3 {
	color: #FF6666 !important;
}

a.unstyle_staff_2 {
	color: purple !important;
}

a.unstyle_staff_1 {
	color: fuchsia !important;
}

a.unstyle_donor_5 {
	color: lime !important;
}

a.unstyle_donor_4 {
	color: #3399FF !important;
}

a.unstyle_donor_3 {
	color: #0066AA !important;
}

a.unstyle_donor_2 {
	color: gold !important;
}

a.unstyle_donor_1 {
	color: silver !important;
}

a.unstyle_player {
	color: green !important;
}

.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;
}