body{
	margin: 0 auto;
	max-width: 1200px;
}

header{
}

#buttons-row{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}


#left-field-column{
	/*background-color: red;*/
}


#left-text-area{
}

#text-area-block{
	padding-bottom: 20px;
}


.text-area{
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
    padding-top: 0.8rem;
    padding-left: 0.8rem;
    box-shadow: 0 0 5px silver;
    -webkit-box-shadow: 0 0 5px silver;
	-moz-box-shadow: 0 0 5px silver;
}
