body {
	font-family: "Tahoma", sans-serif;
}

.top_container {
	border: 1px solid #ddd;
	margin: 15px 15px 0px 15px;
	padding: 15px;
}

.clear {
	clear: both;
}

.logo {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.spinner {
  display: inline-block;
  vertical-align: middle;
}

.search_field {
	height: 34px;
	padding: 5px;
	margin-right: 10px;
	vertical-align: middle;

	border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search_form_1 {
	float: left;
}

.search_form_2 {
	float: left;
}

.search_form_2 label {
	margin-right: 10px;
	font-weight: 300;
}

.error_message {
	text-align: center;
	color: #d00;
	padding: 5px;
	font-size: 12px;
}

.player_info {
	float: left;
	margin: 2px 0px 0px 100px;
	line-height: 0.75;
}

.game_mode_list {
	float: right;
}

@media (max-width: 700px), (max-device-width: 500px) {
	.search_form_1 {
		float: none;
		margin-bottom: 10px;
	}

	.search_form_2 {
		float: none;
		text-align: right;
	}

	.search_field {
		margin-right: 0px;
		width: calc(100% - 37px);
	}

	.player_info {
		float: none;
		margin: 0;
	}

	.game_mode_list {
		float: none;
    margin-top: 15px;
	}
}

.platform_icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.player_name {
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.player_stat {
	font-size: 12px;
	font-weight: 400;
	margin-left: 35px;
	line-height: 10pt;
}

.clan_tag {
	font-size: 12px;
	font-weight: 400;
	color: #aaa;
}

.character_list {
	padding: 7px;
}

.character_container {
	padding: 7px;
}

.character {
	background: #eee;
	padding: 5px;
	background-size: cover;
	color: white;
	display: block;
}

.emblem {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.classType {
	vertical-align: middle;
	font-size: 12pt;
}

.level {
	vertical-align: middle;
	font-size: 11pt;
	margin-left: 8px;
}

.light {
	color: yellow;
}

.character_stats {
	margin-bottom: 10px;
}

.character_stats tr {
	border: 0;
}

table {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #eee;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	text-align: center;
	font-size: 9pt;
	padding: 4px;
	/*border: 1px solid #000;*/
}

td.good {
	color: #337ab7;
}

td.bad {
	color: #ed774c;
}

td.stat_label {
	text-align: right;
	color: #777;
	font-weight: 300;
}

td.stat_value {
	text-align: left;
	color: #000;
	font-weight: 400;
}

td.mode_map {
	text-align: left;
	padding-left: 8px;
	cursor: pointer;
}

thead {
	font-weight: 500;
	background: #eee;
}

.daily_stat td {
	border-top: 10px solid white;
	font-weight: bold;
	background-color: #eee;
}

.daily_stat td.left {
	text-align: left;
}

img.activity_icon {
	width: 16px;
	height: 16px;
	-webkit-filter: invert(1);
  filter: invert(1);
  margin-right: 5px;
}

img.trials_icon {
	width: 16px;
	height: 16px;
  margin-right: 5px;
}


table.activity_details {
	margin: 0;
	background-color: #f5f5f5;
}

table.activity_details tr.title {
	background-color: #555;
	color: white;
}

table.activity_details tr.team {
	font-weight: 600;
}

table.activity_details td.player {
	padding-left: 5px;
	text-align: left;
}

.activity_list td .spinner {
  margin-left: 1px;
  margin-right: 9px;
  margin-top: -3px;
}

.about {
  background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 15px 15px 0px 15px;
	padding: 15px;
}

.about h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.about ul {
  margin-top: 10px
}

.about li {
  margin-top: 5px
}

table.fixed td:nth-of-type(1) {
    width: 45%
}
table.fixed td:nth-of-type(2) {
    width: 9%
}
table.fixed td:nth-of-type(3) {
    width: 9%
}
table.fixed td:nth-of-type(4) {
    width: 9%
}
table.fixed td:nth-of-type(5) {
    width: 10%
}
table.fixed td:nth-of-type(6) {
    width: 18%
}
