.sg-template-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid rgb(250, 250, 250);
	box-sizing: border-box;
}

.sg-tempo-image {
	max-width: 500px;
	overflow: hidden;
	height: 390px;
}

.sg-tempo-title {
	width: 100%;
	height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: white;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}

.sg-tempo-title-second {
	width: 100%;
	height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 1.2em;
	background-color: white;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}

.sg-tempo-title-info {
	width: 100%;
	height: 200px;
	display: inline-block;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 3px;
	background-color: white;
	box-sizing: border-box;
	padding: 5px;
	line-height: 140%;
	overflow: hidden;
}
