@charset "UTF-8";

.layout {
	border: 1px solid #d7dde4;
	background: #f5f7f9;
	/* position: relative; */
	border-radius: 4px;
	/* overflow: hidden; */
	justify-content: center;
}

.layout-logo {
	width: 500px;
	height: 90px;
	background: #add8e6;
	border-radius: 3px;
	float: left;
	position: relative;
	top: 15px;
	left: 20px;
	margin-bottom: 25px;
	display: inline-block;

}

.layout-header {
	height: 120px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.layout-copy {
	text-align: center;
	padding: 10px 0 20px;
	color: #9ea7b4;
}

.layout-ceiling {
	background: #464c5b;
	overflow: hidden;
	color: #ff8900;
	padding: 10px;
}

.layout-ceiling-main {
	float: right;
	/* position: relative; */
	top: 40px;
	margin-right: 15px;
}

.layout-ceiling-main a {
	color: #9ba7b5;
}

.title {
	font-size: 24px;
}

.monster-block {
	/* background-color: #d3c7d2; */
	background-color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


.monster-block:hover {
	background-color: #ffff66;
}

.monster-out-block {
	/* overflow-x: auto; */
	/* overflow-y: auto; */
	/* display: inline-block; */
	width: 75%;
	text-align: center;
	border-color: rgb(209, 15, 226);
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
	margin: auto;
	/* margin-left: 30px; */
	/* margin-right: 200px; */
}

.monster-function-block {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	display: block;
	border-color: rgb(147, 206, 240);
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
}

.badge-green {
	background: #5cb85c;
	font-size: 22px;
	/* color: red; */
}

.badge-red {
	background: #ff0707;
	font-size: 22px;
}