.navbartop {
    width: 100%;
    background-color: rgb(88, 104, 199);
    overflow:auto;
    text-align: center;
    padding: 20px 20px 20px 20px;
    
  }
  
  .navbartop a {
    
    padding-right: 25px;
    padding-left: 25px;
    color: white;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navbartop a:hover {
    color:darksalmon;
  }
  
  @media screen and (max-width: 500px) {
    .navbartop a {
      text-align: center;
      display:block;
    }
}

.navbarfixed{
  position: fixed;
  top: 0;
  width: 100%;
}

.main a{
    text-decoration: none;
}

.main a:hover{
  color: orange;
}

.tdh{
  border: 2px solid darkblue;
  text-align: center;
  color: green;
  background-color: bisque;
  font-size: large;
}

.tdb{
  border: 2px solid darkblue;
  vertical-align: top;
  text-align: left;
}

.textinput{
  color: #bc6c25;
}

.inputdata{
  border: 1px solid #888787;
  width: 400px;
  height: 40px;
  text-align: center;
  color: darkblue;
}

.headh3{
  color: darkblue;
}

.select1{
  border: 2px solid;
  width: 200px;
  height: 40px;
  border-color:cornflowerblue;
  align-items: center;
  color :cornflowerblue;
}

.select2{
  border: 2px solid;
  width: 300px;
  height: 40px;
  border-color:cornflowerblue;
  align-content: center;
  color :cornflowerblue;
}

.select3{
  border: 2px solid;
  width: 400px;
  height: 200px;
}

.selebgy{
  border: 2px solid orange;
  width: 180px;
  height: 35px;
  text-align: center;
}

.selemonth{
  border: 2px solid orange;
  width: 250px;
  height: 35px;
  text-align: center;
}

.tdtr{
  text-align: center;
  color: #4f000b;
}

.tdtr1{
  text-align: left;
  color: #4f000b;
}

.tabpcu1{
  width: 100%;
}

.trhead{
  text-align: center;
  background-color: #ccd5ae;
  color: #14213d;
  font-size: 14px;
}

.trrow1{
  text-align: center;
  font-size: 14px;
  color: #4f000b;
}

.trrow2{
  text-align: left;
  font-size: 14px;
  color: #4f000b;
}

.tdrow3{
  text-align: center;
  font-size: 14px;
  color: #14213d;
}




