body {
  background-color:white;
  font-family: Tahoma, Verdana, sans-serif;
  margin: 1%;
}

/* Make sure padding included in width */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

.div_wrapper{
    white-space: nowrap;
}

[class*="col-"] {
  float: left;
  padding: 1%;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.responsive {
  width: 100%;
  height: auto;
}

.responsivenu {
  max-width: 100%;
  height: auto;
}

.tn {
  max-width: 100%;
  height: auto;
  padding: 1%;
  border-radius: 10%;
}

.logo {
  max-width: 100%;
  height: auto;
  padding: 1%;
}

/* Navigation bar*/
.navul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  border-style: solid;
  border-width: 1px;
}

.navli {
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
}

.navli a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navli a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #50C878;
}
/* End navigation bar */

.header {
}

.footer {
  padding: 1%;
  text-align: center;
  background-color: #333;
  border-style: solid;
  border-width: 1px;
  color: white;
}
