.postcard-template {
/*	height: 600px;*/
}

.picture-select-wrap {
	white-space: nowrap;
	overflow-x: scroll;
}
.picture-select {
	font-size: 0;
}
.picture-select li {
	display: inline-block;
	height: 100px;
	background-size: 100% 100%;
	cursor: pointer;
}
.picture-select li img {
	height: 100%;
}

.postcard-template td {
	vertical-align: top;
	height: 300px;
}
.postcard-template td.picture-preview {
}
.postcard-template td.picture-preview img {
	height: 100%;
}
.postcard-template td.text-preview {
	width: 100%;
	height: 1px;
}
.postcard-template textarea {
	height: 180px;
	width: calc(100% - 20px);
}
.font-select {
	height: 100px;
	overflow-y: scroll;
}
.font-select ul {
}
.font-select li {
	font-size: 20px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 5px;
	cursor: pointer;
}
.font-select li.selected {
	background-color: #f0f0f0;
}
.font-select li:hover {
	background-color: #fff;
}
#message {
	font-size: 20px;
	padding: 10px;
}
