html, body {

  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  /* overflow-y: hidden !important; */
}

.list {
  width: 100%;
  margin-top: 0;
  background-color:rgba(250,250,250, 0.4)!important;
  border: 1px solid;
  border-radius: 10px;
}
.list li {
  font-weight: bolder;
}

ul {

  list-style: none;

}

li {

  list-style: none;
}

.mt-10 {
  margin-top: 15%;
}

.mt-5 {
  margin-top: 10% !important;
}

inputHangar {
  text-transform: uppercase;
}
.lease {
  width: 100%;
  margin-bottom: 0;
  /* margin-left: 30px; */
  color: tan;
  background-color: black;
  border-radius: 35%;
  text-align: center;
  border: 1px white;
}
.error_update {
  background-color: yellow;
}
th {
 color: tan;
 font-weight: bolder;
 background-color:black;
 test-align: center;
 }
tbody {
 background-color: rgba(250,250,250, 0.5);
}
.text-danger {
  background-color: yellow;
}
/* table {
 margin-left: auto;
 margin-right:auto;
 border-radius: 5px;
border: 1px solid black;



}
tbody {
 background-color: rgba(250,250,250, 0.5);



}
td  {
   font-family: verdana,arial,helvetica;
   font-size: x-small;
   color: red;
   border: 2px solid black; */


     /* border-collapse: collapse; */
     /* text-align: center;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 0;
     padding-top: 0;

}
th {
 color:blue;
 font-weight: bolder;
 border: 2px solid gray;
}
   .tabhead {
     font-weight: bolder;
     text-transform: capitalize;
} */
