label {
	display: block;
	margin: 5px 0;
	font-family: Arial, Sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 5px;
	font-family: Arial, Sans-serif;
  	height: 50px;
}

thead{
}

th {
	position: -webkit-sticky;
        position: sticky;
        top: 0;
	background: #FFF;
	border-bottom: 1px solid #000;
}
tfoot tr {
        background: #FFF !important ;
}

tr:nth-child(even) {
	background: #FFF;
}
tr:nth-child(odd) {
	background: #DDD;
}
tr:hover {
          background-color: #ffff99;
}

h1,h2, h3 {
	font-family: Arial, Sans-serif;
}
h2 {
	padding-top: 20px;
}
h3 {
	padding-top: 10px;
}
li,a {
	font-family: Arial, Sans-serif;
	padding-bottom: 20px;
}
#left {
  position:absolute;
  left:1%;
  width: 48%;
}
#right { 
  position:absolute;
  left:51%;
  width: 48%;
}

@media screen and (max-width: 720px) {
   #left { 
  position:static;
  width: 100%;
  }
   #right { 
  position:static;
  width: 100%;
  }
}
