@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  height:1px;
  background-image: linear-gradient(to right top, #8e44ad 0%, #3498db 100%);
}
h1{
  text-align-last: center;
  font-family: Brush Script MT;
  font-size: 100px;
  margin-top: 0.00000001%;
}

nav {
  max-width: 900px;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  margin: 0 auto;
  padding: 5px ;
}

nav ul {
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  padding: 18px;
  font-family: "Open Sans";
  text-transform:uppercase;
  color: rgba(0, 35, 122, 0.5);
  font-size: 18px;
  text-decoration: none;
  display: block;
}

nav ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);
}


table {
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
 }
 
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
th {
  padding: 20px 40px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.1);
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

th:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(205, 253, 251, 0.38);
  color: rgba(0, 35, 122, 0.7);
}
td:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);
}
.scrollit {
    height:460px;
    overflow: scroll;
}



.dropbtn {
   background: rgba(255, 255, 255, 0.01);
  color: rgba(0, 35, 122, 0.5);
  padding: 18px;
  font-family: "Open Sans";
  text-transform:uppercase;
  font-size: 18px;
  text-decoration: none;
  display: block;
  animation-direction: none;
  border-style: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  color: rgba(0, 35, 122, 0.7);
  padding: 15px;
  font-family: "Open Sans";
  text-transform:uppercase;
  font-size: 18px;
  display: block;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
   background: rgba(255, 255, 255, 0.01);
  text-transform:uppercase;
  color: rgba(0, 35, 122, 0.5);
  font-size: 14px;
  padding: 5px;
  text-align-last: center;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
input{
  background: rgba(255, 255, 255, 0.01);
  color: rgba(0, 35, 122, 0.5);
  padding: 10px;
  text-align: center;
  vertical-align:middle;
  overflow: auto;
  font-weight: 300;
  font-size: 18px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
