body{
    font-family: "Abhaya Libre", Sans-serif;
    font-size: 24px;
}

.container{
padding: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		line-height: 220%!important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
border: 1px solid #969696;
}

strong { font-family: 'Adamina', serif; color: #383838; font-size: 120%; border-bottom: 1px solid #e8debb;} 
select { color: #383838; height: 32px; width: 48px; font-size: 16px;}
em { color: #b81f24; font-size: 18px;}

.column {
  float: left;
  display:inline-block;
}

.left, .right {
  width: 10%;
}

.middle {
	padding: 0 10px 20px 10px;
  	width: 80%;
}

#update{
	padding:10px;
	font-size: 18px;
}

input{
	padding:5;
	font-size:18px;
}

select{
	width: 45px;
}

textarea{
	width:250px;
	height:60px;
}