/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30%);
  left: calc(50% - 30%);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #56829e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

#api-table, #api-table th, #api-table td {
  border: 2px solid black !important;
}

#api-table {
  background-color:rgb(21, 204, 143);
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-collapse: collapse
!important;
}

html {
  background-color:rgb(17, 138, 97);
}

body {
  background-color:rgb(17, 138, 97)
!important;
}

table, th, td {
  border: 1px solid black;
}

td {
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000000; 
  font-size: 18px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

table {
  height: 400px;
}

button {
    background-color:dodgerblue;
    color: white;
}

input {
  border-radius: 8em;
}

#oceanSubmit {
  border-radius: 0.5em;
}

#findNISubmit {
  border-radius: 0.5em;
}

#findNSSubmit {
  border-radius: 0.5em;
}

#results {
  height: 150px;
  text-align: center;
}

#resultsArea {
  font-size: 24px;
}

#api-name {
  font-size: 24px;
}

#api-description {
  font-size: 24px;
}

#api-name-ocean {
  font-size: 24px;
}

#api-name-findNI {
  font-size: 24px;
}

#api-name-findNS {
  font-size: 24px;
}

#results {
  font-size: 24px;
}

/*#row-1 {
  /*height: 100px;
}*/

/*#row-2 {
  /*height: 100px;
}*/

/*#row-3 {
  height: 100px;
}*/

/*#row-4 {
  /*height: 100px;
}*/