
body {
    background: #ffffff url("images/background.png") no-repeat right top;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
 }

html, body , #container {height: 100%;}

div {
	text-align:center;
}

body > #container { height: auto; min-height: 100%; }

#scenario, #result, #commentResult, #faqResult { padding-bottom: 5%; }

#knob {

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#error{color: red}

#insert, #faqInsert, #commentInsert{
	 background: #ffffff url("images/formback.png") repeat right top;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 padding: 2%;
	 border: 2px solid #008CBA;
	 border-radius: 5px 20px 5px;
	 border-style: 10px;
}

.schosen {
	width: 200px;
}
.button {
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.button1:hover {
    background-color: #008CBA;
    color: white;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}
