html {height:100%;margin:0;padding:0;}
body,p,h1,h2,h3,td,th,div,blockquote,dl,ul,ol,input{font-family:Verdana, Ariel, sans-serif;}
#bodycontainer{height:100%;margin:0;padding:0;background-color:#FFFFFF;text-align:center;}
.center {text-align:center;}
.center table {margin-left:auto;margin-right:auto;text-align:left;}
.clear {clear:both;}
.nowrap {white-space: nowrap;}
.main-container{margin:0 auto;}
.main-header{text-align:center; background: #e3e7e8; padding-bottom:0.5em;}
.main-header{position:-webkit-sticky; position:sticky; top:0;}
.main-content{}
.grouptable{
   max-width:600px;
   margin-bottom:50px;
	font:normal 13px verdana, arial, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	}
   
.jumps {
   margin-top:0.2em;
   font-size:0.6em;
   }
   
.btn-a {
   background-color: #4479BA;
   font-weight:bold;
   color: white;
   padding: 0.4em;
   margin: 0.2em;
   text-decoration: none;
   text-transform: uppercase;
   border-radius:6px;
   cursor:pointer;
   }

.btn-a:hover, .btn-a:active {
   background-color: #555;
   }
