h2  {  
        text-align: center;

        color: #206320;
        font-family: Source Code Pro;
        font-size: 36px;
        margin-top: 15px;
        font-weight: bold;
      }

#chkbottom  {
    margin-left:20px;

    }
/* Hide chkbottom Up and Down arrows. */
input[name="chkbottom"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="chkbottom"] {
    -moz-appearance: textfield;
}
/* Hide chkbottom Up and Down arrows. END */

.bottom  {
    color:red;
    font-style:bold;

    }


#header  {  
    background-color: lightgrey;
  }

p  {
    font-family: Verdana;
    color: #5b5b5b;
    font-size: 105%;
    letter-spacing: 0em;
    font-weight: bold;
  }
  
select {
    display: inline-block;
    height: 30px;
    width: 150px;
    padding: 2px 5px 5px 2px;
    outline: none;
    color: #74646e;
    border: 1px solid #c8bfc4;
    border-radius: 3px;
    background: #ffffe0;
    margin-left: 25px;
    margin-right: 25px;
    font-weight:bold;

  }


  .seldate{
      background: #ffffe0;
  }
  
.nav  {
    background-color:#B0C4DE;
    
  }

option {
   Color: #ff7f00;
   font-weight: bold;
   font-family: Raleway;
 }
