#result {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    /* margin: auto; */
}

#result th, #result td {
border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#result tr:nth-child(even) {
    background-color: #f2f2f2
}
#result tr:hover {background-color: #ddd;}

#result th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

th, td {
    text-align: center;
    padding: 1px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}
h1 {
  font-size: 5.9vw;
}
h2 {
  font-size: 3.0vh;
}
p {
  font-size: 2vmin;
}
img2 {
	 width: 100%;
         /*height: auto; */
         height: 5px;
	 margin:0px 0px;
         border: 0px;
}
select {
  margin: 5px;
  border: 5px solid #000; */
  /*background: transparent; */
  width: 10px;
  padding: 5px 35px 5px 5px; */
  font-size: 40px;
  border: 1px solid #000; */
  height: 50px;
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  /* background: url(http://www.ekelundh.com/favicon.ico) 96% / 15% no-repeat #eee; */
  /*background: #FFF; */
}
select option{
    font-size: 40pt;
}

oselect {
  /* padding-left:0px; */
  /* padding-right:0px; */
  margin: 1px;
  border: 1px solid #111; */
  background: transparent;
  width: 65px;
  padding: 5px 35px 5px 5px; */
  font-size: 26px;
  height: 60px;
  /* -webkit-appearance: none;
  /* -moz-appearance: none;
  /* appearance: none;
  /*background: url(http://www.ekelundh.com/favicon.ico) 96% / 15% no-repeat #eee; */
  background: #FFF;
}
/* CAUTION: IE hack */
    select::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}
.button {
    background-color: #006400;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}
a.button{
    display:inline-block;
    padding:0.35em 1.2em;
    border:0.1em solid #FFFFFF;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    text-align:center;
    transition: all 0.2s;
}
a.button:hover{
    color:#000000;
    background-color:#FFFFFF;
}


.button2 {
    background-color: #2264FF; /* button color*/
    border: none;
    color: ##0000FF; /* text color*/
    padding: 5px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}
a.button2{
    display:inline-block;
    padding:0.35em 1.2em;
    border:0.1em solid #FFFFFF;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    text-align:center;
    transition: all 0.2s;
}
a.button2:hover{
    color:#0000FF;
    background-color:#00FFFF;
}


@media all and (max-width:30em){
a.button{
    display:block;
    margin:0.4em auto;
}
}
a.button2{
    display:block;
    margin:0.4em auto;
}

/*  TOPNAV                     */
/* Add a black background color to the top navigation */
body {
      padding-top: 0;
      margin:10;
    /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300))); 
    width: 100vw;
    height: 100vh;

}

.topnav {
  overflow: hidden;
  /*background-color: #FFF; */
  /* background-color: #333; */
  /* height: 100%; */
  background-color: black;
  width: 80%;
}
.topnav img {
  float: left;
  padding: 0px 16px;
  width: 50%; */
  /* height: auto; */
  text-align: left;
}

.topnav a {
  float: left; */
  display: block;
  /* color: #02f2f2; */
  /* color: #000; */
  color: #02f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: white;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
