body {
	background-color: #f1efef;
	font-family: Helvetica, Verdana, Arial,'Arial Narrow', sans-serif;
	font-size: 16px;
	margin: 0;
}

/* Helper classes  */
.clear { clear: both; }
.text-small { font-size: 14px; }
.centered-narrow {
	margin: 0 auto;
	width: 300px;
}
p { 
	line-height: 1.2em
}
pre {
	line-height: 1.2em;
	font-size: 16px;
	font-family: Helvetica;
}

li {
	line-height: 1.2em;
	font-size: 16px;
}

/*  Heading styles  */
h1 {
	font-size: 22px;
	margin-bottom: .5em;
}
h2 {
	font-size: 18px;
	margin-bottom: .5em;
}
h3 {
	font-size: 16px;
	margin-top: 1.2em;
	margin-bottom: .5em;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	margin-top: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	margin-top: 1.2em;
	font-weight: bold;
}


/* Style the top navigation bar */
.topnav {
	background-color: #333;
}

.app-title {
	font-weight: bold;
	color: whitesmoke;
	font-size: 16px;
	font-style:italic;
	padding: 14px 0 0 10px;
}

.nav-right { float: right; }
/* Style the topnav links */
.topnav a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

/* Change color on hover */
.topnav a:hover {
	background-color: #ddd;
	color: red;
}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #4CAF50;
	color: white;
}

/* Forms/fields */
.field { margin-bottom: 6px; }
.field input.is-large {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
textarea { width: 100%; box-sizing: border-box; }
ol (font-size:small;)
.txtArea textarea{

	font-weight: bold;
	font-size:large;
	border-color:transparent;
  
	}

/* Buttons */
.btn-right { float: right; }
.btn-large { font-size: 18px; }
.btn-medium { font-size: 14px; }

/* Notifications */
.notification {
	border: 1px solid #aaa;
	color: 333;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 6px;
}

/* Footer */
.footer {
	margin: 200px 8px 6px;
	color: #222;
	font-size: 12px;

}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
	.mobile-hide { display: none; }
	.topnav a { padding: 14px 12px; }
	section {
		margin: 0 6px;
	}
}

@media screen and (min-width:600px) {
	.desktop-hide { display: none; }
	.topnav a { padding: 14px 16px; }
	section {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 6px;
	}
	/* Create equal-width columns that floats next to each other */
	.column {
		float: left;
		width: 48%;	
		margin-right: 1%;
	}
	
	/* Clear floats after the columns */
	.row:after {
		content: "";
		display: table;
		clear: both;
	}
		/* Create 2  columns that floats next to each other */
		.column3left {
			float: left;
			width: 60%;	
			margin-right: 1%;
		}
		.column3right {
			float: right;
			width: 30%;	
			margin-right: 1%;
		}
		.column4left {
			float: left;
			width: 40%;	
			margin-right: 1%;
		}
		.column4right {
			float: right;
			width: 55%;	
			margin-right: 1%;
		}
			/* Create 2  columns that floats next to each other */
			.column5left {
				float: left;
				width: 35%;	
				margin-right: 1%;
			}
			.column5right {
				float: right;
				width: 60%;	
				margin-right: 1%;
			}
			.textbox{
                padding: 10px 40px;
                background-color: #236B8E; 
                text-color: #FFFFFF;
                border-radius: 10px;
            }

} 
