.frame_1 {
/*	background-color:sienna;*/
}

.frame_1 .wrapper {
	width: 100%;
	max-width: 360px;
	background-color: white;
	border: thin solid #B7B5B3;
}

.frame_1 .wrapper .title {
  padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	background-color: steelblue;
	color: white;
}

.frame_1 .wrapper .content {
	padding: 12px;
}