.sg-template-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.sg-template-box {
	display: inline-block;
	min-height: 30px;
	width: 100%;
	overflow: hidden;
}

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

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

.sg-tempo-title-second {
	width: 100%;
	height: 80px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 5px;
	border: 1px solid rgb(223, 223, 223);
	border-radius: 3px;
	background-color: white;
	box-sizing: border-box;
	padding: 5px;
	line-height: 120%;
	overflow: hidden;
}

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

.sgrb-icon-wrapper {
	left: 35% !important;
	top: 35% !important;
}
