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

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

.sg-tempo-context {
	width: 100%;
	min-height: 20px;
	max-height: 200px;
	display: inline-block;
	border: 1px solid rgb(250, 250, 250);
	border-radius: 5px;
	background-color: rgb(254, 254, 254);
	box-sizing: border-box;
	margin-top: 10px;
	padding: 5px;
	overflow: hidden;
}

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

.sg-tempo-title {
	width: 100%;
	height: 50px;
	display: inline-block;
	border: 1px solid rgb(223, 223, 223);
	border-radius: 5px;
	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: 80px;
	display: inline-block;
	margin: 5px 0;
	padding: 0 5px;
	border: 1px solid rgb(223, 223, 223);
	border-radius: 3px;
	background-color: white;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	line-height: 140%;
}

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

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