@import url('https://fonts.googleapis.com/css?family=Open+Sans');
div.maker3BG
{
	padding:11px;
	display:flex;
	background:url('maker3Teyla.png') no-repeat, url('maker3bgtop.png') repeat-x, url('maker3bgpattern.png') repeat!important;
	background-position: bottom right!important;
	border-top: 1px solid #000000!important;
	border-left: 1px solid #000000!important;
	border: 0px!important;
	min-height: 300px;
	height: 100%;
}

div.maker3Box
{
	margin: 15px;
	padding: 15px;
	flex: 1;
	background: rgb(230,230,240);
	border-radius: 10px 10px 0px 0px;
	border-top: 15px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffaa47;
	color: #2d2d38;
	text-shadow: none;
	font-family: Open Sans;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin-right: 225px;
}
div.maker3Box .quote .box{
	background: rgb(230,230,240);
	border-radius: 10px 10px 0px 0px;
	border-top: 15px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffaa47;
	color: #2d2d38;
	font-family: Open Sans;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

div.maker3Box a {color:#d97f16}