/* site.css */
header, footer {
	background-color: lightgrey;
	padding: 10px;
}

body {
	font-family: Arial, 'Times New Romain', sans-serif;
	font-size: 40px;
	padding: 20px;
	background: lightgrey;
  margin: auto;
  max-width: 1024px;
}

#top{
  text-align: center;
  font-family: Arial, 'Times New Romain', sans-serif;
  font-weight: bold;
  font-size: 50px;
}

#main{
  font-size: 20px;
  padding: 20px;
  margin: 15px 0px 15px 0px;
  background: grey;
  border: solid 1px black;
  border-radius: 5px;
}
#nav{
  font-size: 24px;
  padding: 20px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
#seq{
  font-size: 20px;
  max-width: 1024px;
  margin: auto;
}

#forms{
font-size: 20px;
padding: 20px;
margin: 15px 0px 15px 0px;
}

.form-radio{
width:50px !important;
height:50px!important;
}

.form-checkbox{
width:50px !important;
height:50px!important;
}

.container {
  width: 100%;
  height: 100%;
}

.leftpane, .middlepane, .rightpane  {
    width: 33%;
    float: left;
    padding: 30px 0px;
}

.leftpanevid, .middlepanevid  {
    width: 50%;
    float: left;
    padding: 30px 0px;
  }  

.toppane {
  width: 100%;
  height: 200px;
  border-collapse: collapse;
  background-color: lightgray;
}