body {
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial",  "sans-serif";
	font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
  height: 10px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

  #accordion {
    width: 80%;
    min-height: 200px;
    height: 100%;
    
    margin: auto;
  }
#top {
    width: 80%;
    min-height: 20px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
}  

ul {
    list-style-type: square;
    line-height: 22px;
  }
  
li {
    /*height: 220%;*/
  } 
 
  .style2 {
	font-size: x-small;
}
 
  .style3 {
	text-align: center;
}

h3 {
    text-color: green;
}