/*----------------------------------------
------------------------------------------
---D-E-S-I-G-N---I-N-S-P-I-R-E-D---by-----
------------------------------------------
-----t-h-e--o-l-d-------------------------
-------------------D-E-V-I-A-N-T-A-R-T----
------------------------------------------
------------------------------------------*/


body {
	font-family: Verdana, sans-serif;
	color: #2C3635;
	background-color: #CCD9C8;
}

h1 {
  font-size: 32px;
	margin-left: 1%;
}

.column_l, .column_r {
	float: left;
	width: 45%;
	margin: 0 0 0 3%;
}

.box {
	border-radius: 6px;
	width: 100%;
	height: auto;
	max-height: 768px;
	background-color: #DAE4d9;
	margin: 0 0 1% 0;
}

.box_top {
	border: 1px solid #A6B2A6;
	border-radius: 6px 6px 0 0;
	background-color: #E6EDE4;
}

.box_top_inside {
	border: 1px solid #F2FCF1;
	border-radius: 6px 6px 0 0;
	font-size: 8px;
	padding: 2px 10px;
}

.box_center {
	border: 1px solid #A6B2A6;
	border-top: none;
	border-radius: 0 0 6px 6px;
	max-height: 725px;
}

.box_center_inside {
	border-top: 1px solid #E1EBE2;
	max-height: 724px;
	overflow-y: auto;
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

::-webkit-scrollbar-thumb {
	background-color: #AEC2AA;
	border-radius: 5px;
}

figure {
	display: inline-block;
	margin: 20px;
	text-align: center;
}

img {
	width: 370px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
}

figcaption {
  font-size: 16px;
	font-weight: bold;
	color: #498091;
}

.hashes {
	font-size: 13px;
	font-weight: normal;
	color: #405147;
}