@charset "utf-8";
/* CSS Document */

form {
	text-align: center;
	padding: 20px 0px;
}
form div {
	margin: 5px 0px;
}
form input {
	margin: 5px;
}

.data {
	padding: 5px 0px;
}
.data .item {
	margin: 5px;
	padding: 10px;
	border: 3px solid #CCC;
	float: left;
	clear: none;
	height: 150px;
	min-width: 150px;
	overflow-y: auto;
	display: table;
}
.data .item .item-title {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.data .item .item-data {
	display: table-row;
	height: 100%;
}
.data .item img {
	display: block;
	margin: 0px auto;
}

.data .item .link-add {
	display: table-row;
	margin-top: 10px;
}

.layer-img {
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 3px solid #FC0;
	padding: 20px;
	z-index: 100;
}
.layer-img .btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.notes {
	font-size: 80%;
	text-align: left;
	white-space: normal !important;
}