@charset "UTF-8";
/* CSS Document */
.style10 {font-size: 16px}
body {
    color:#231f20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
    font-size:16px;
	height:100%;
}

html {
	height:100%;
}

#tcontainer {
	width: 98%;
	margin-left:1%; 
    margin-right:1%;
	max-height: 100%;
	height: 30%; 
	border: 0;
	padding: 8px;
	border-spacing: 4px;
	vertical-align: top;
	text-align: center;
}

#tcontainer ul {
    text-align: left;
}
#formelements{
	padding:5px;
}

#buttonbar {
	background-color: #ffffff00;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align:center;
}
#contentcontainer{
    font-size:18px;
	height: 25%;
}

#buttonbarcontainer{
	height: 5%;
}

#questionnaire{
	height: 100%;
}
.bctitle {
	font-size: 20px;
}

a {
    width: 85%;
    background: #e5c440;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 12px 32px;
    border-radius: 32px;
    margin: 2px;
}