body {
	background: #7db680;
	line-height: 1.6em; /* fix for thai font*/
}
html, body {
	height: 100%;
}
.console, .status {
	margin-bottom: 5%;
}
.icon-bar {
	background-color: #afd5b1;
}
.navbar-toggle {
	border-color: #afd5b1;
}
.navbar-brand {
	height: auto;
	color: #fff;
}
.navbar-brand>img {
	height: 100%;
	padding-right: 15px;
	width: auto;
	margin: 0 auto;
}
.navbar-zeal {
	background-color: #347d39;
	border-bottom: 1px solid #eee;
}
.navbar-brand {
	min-height: inherit;
}
.navbar-nav>li>a {
	color: #fff;
}
.nav>li>a:active, .nav>li>a:hover, .nav>li>a:focus {
	color: #222;
	background-color: #7db680;
	border-radius: 0px;
	border-style: none;
}
.nav>.active {
	background-color: #afd5b1;
	border-radius: 0px;
	border-style: none;
}
.nav>.active>a:active, .nav>.active>a:hover, .nav>.active>a:focus {
	background-color: #afd5b1;
	border-radius: 0px;
	border-style: none;
}
.nav>.active>a {
	color: #333;
}
@media only screen and (min-width:768px) {
	.navbar-nav {
		margin-top: 44px;
	}
	.nav>li>a:active, .nav>li>a:hover, .nav>li>a:focus {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border: #222;
		border-style: solid;
		border-width: 1px 1px 0px 1px;
	}
	.nav>.active {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border: #222;
		border-style: solid;
		border-width: 1px 1px 0px 1px;
	}
	.nav>.active>a:active, .nav>.active>a:hover, .nav>.active>a:focus {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-style: none;
	}
}
.page-header {
	padding-left: 22px;
	padding-right: 22px;
	border-bottom: none;
}
.page-header small {
	color: #333;
}
.content {
	position: relative;
}

.panel {
	background: #7db680
}
.panel-title {
	background: #347d39;
}
.panel-heading>.panel-title {
	color: #fff;
}
.panel-heading {
	background: #347d39;
}
.panel-primary>.panel-heading {
	background-image: none;
	background-color: #347d39;
	border-color: #1b6320;
}
.panel-body {
	background: #afd5b1;
}
.panel-primary {
	border-color: #1b6320;
}
.list-group-item-info {
	color: #000;
	background-color: #7db680;
}
.list-group-item {
	border-color: #1b6320;
	background-color: #7db680;
}
.list-group-players>.list-group-item {
	padding: 5px 10px;
	font-weight: bold;
}
.player-head {
	margin-right: 12px;
}
.btn-copy, .input-copy {
	font-size: 1em;
	padding: 3px 6px;
	margin: 0;
	border: 1px solid #1b6320;
	outline: 0;
	box-shadow: none;
}
.input-copy {
	background-color: #7db680;
	border-right: 0 none;
	border-radius: 3px 0 0 3px;
}
.btn-copy {
	position: relative;
	background-color: #347d39;
	color: #fff;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
.copied::after {
	position: absolute;
	top: 12%;
	right: 110%;
	display: block;
	content: "copied";
	font-size: 0.75em;
	padding: 1px 3px;
	color: #fff;
	background-color: #347d39;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
}
@keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	70% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
	}
}

@media only screen and (max-width:767px) {
	.page-header h1 {
		font-size: 24px;
	}
}
@media only screen and (max-width:500px) {
	.page-header h1 {
		font-size: 18px;
	}
}