
div.main{
  margin-top: 0px;
}

div.textbox{
  	border: 2px solid #333333;
    background-color: #FFF;
    margin-bottom:20px;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: -0.3em;


}

p.info, ul.info{
  	color: #333;
    font-family: "Trebuchet MS", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font:  16px;
    line-height: 1.2;
}
ul.info > li{
  margin-bottom:0.1em;
}


form{
	  border: none;
	  color: #333;
    font-family: "Trebuchet MS", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font:  bold,20px;
}


div.start{
    padding-top: 10px;
    padding-bottom: 5%;
}


span.start{
    /*display: block;*/
    background-color: #FF0000;
    border: 3px solid #333333;
		color: white;
		font-family: "Trebuchet MS", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-size:  18px;
		font-weight: bold;
    padding: 16px 32px;
    text-decoration: none;
    margin: 0;
		margin-bottom:10px;
    cursor: pointer;
}


span.start.disabled{
    background-color: #9e4545;
    cursor: default;

}

a.start {
  text-decoration: none;
}

img.logo, div.logo{
  position: fixed;
  max-width:150px;
  width: calc(10%);
  height: auto;

  top:2.5%;
  left:2.5%;
}

@media only screen and (max-width: 600px) {
  img.logo, div.logo{
     display: none;
   }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  img.logo, div.logo{
    display: none;
    max-width: 16.66%;
    height: auto;
    padding-top: 0px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-left: 1px;
  }
}
@media only screen and (min-width: 901px) {
  img.logo, div.logo{}
}


/*button {
    background-color: #DA251C;
    border: none;
	border-radius:4px;
    color: white;
	font-family: "Trebuchet MS", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font:  bold,16px;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}*/
