body {
	width: 100%;
	min-width: 270px;
	margin: 0px;
	font-family: arial;
	font-size: 1em;
}

.outer-wrapper{
	text-align: center;
}

.row {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:3px;
}

.margin-top-xsmall {
	margin-top: -15px;
}

.margin-top-small {
	margin-top: 15px;
}

.margin-top-large{
	margin-top:30px;
}

.margin-top-xlarge{
	margin-top:80px;
}

.column-1 {
	flex: 60%;
	text-align:end;
	margin-right:1em;
	padding-left:0px;
}

.column-2 {
	flex: 40%;
	text-align:start;
	margin-left:1em;

}

.txt-small{
	font-size: 0.7em;
}

#output-textbox, #output-textarea-service {
	width: 1000px;
	height: 50px;
}

.font-small {
 	margin-top: 1px; 
	margin-bottom: 0px;
	font-size: 0.7em;
}

figcaption {
	font-size:0.7em;
	font-weight: bold;
}

img {
	border-style: solid;
  	border-width: 3px;
}

.red {
	color: red;
}

/*button {
	margin: 3px;
	height:30px;
	background-color: purple;
}*/
