.action-button
{
	background-color:gray;
	padding:1px 6px;
	color:#fff;
	border-radius:3px;
	box-shadow:-2px 2px 1px #444;
	position:relative;
	left:1px;
	top:-1px;
	white-space:nowrap;
	display:inline-block;
	margin:-1px 0px;
}
.action-button:hover {
	background-color: #0088ff !important;
}
a.action-button:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	border-color: #dbdbdb;
	box-shadow: none;
	opacity: .5;
}
.action-button.activation-button
{
	background-color:green;
}
.action-button.reject-button
{
	background-color:red;
}
.lable-status
{
	background: gray;
	color: white;
	padding: 4px;
	line-height: 1rem;
	min-width: 56px;
	display: flex;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
}
.game-status-0
{
	background-color:gray;
}
.game-status-1
{
	background-color:green;
}
.game-status-2
{
	background-color:#556b2f;
}
.game-status-3
{
	background-color:orange;
}
.game-status-4
{
	background-color:#0E97C4;
}
.game-status-5
{
	background-color:red;
}
.game-status-6
{
	background-color:#579DA1;
}
.lable-status.website-status-0
{
	background-color:orange;
}
.lable-status.website-status-1
{
	background-color:green;
}
.lable-status.website-verify-status-0
{
	background-color: red;
}
.lable-status.website-verify-status-1
{
	background-color: green;
}
.lable-status.game-version-status-1
{
	background-color: green;
}
.lable-status.game-version-status-2
{
	background-color: #579DA1;
}
.lable-status.game-version-status-3
{
	background-color: orange;
}
.lable-status.game-version-status-4
{
	background-color: #0E97C4;
}
.lable-status.game-version-status-5
{
	background-color: red;
}

/* image-wrapper */
.image-wrapper img {
	max-width:110px;
	max-height:80px;
}