button {
	color: white;
	background-color: #4c7120;
	border: solid 1px;
	border-radius: 3px;
	border-color: #87a556;
}

.k-header {
	background-color: #464440;
	border-color: #3c3b37;
}
.k-content {
	background-color: #45433d;
}
.k-window.k-state-focused {
	border-color: #3c3b37;
}

.icon {
	
}
.icon > img {
	
	border-radius: 3px;
}
.icon-zIndex-up {
	
}
.icon-zIndex-up > img {
	background-color: #4c7120;
}
.icon-zIndex-up > div {
	background-color: #87a556;
}

.details {
	margin: 10px;
	color: #87a556;
}
.details p {
	font-size: 12px;
}
.details p:first-child {
	font-size: 18px;
	border-style: none none solid none;
}

.font {
	color: #87a556;
}