.table-bordered{
    border-color: #ffa200;
}
.listin>ul{
    list-style: none;
  }
  .listin>ul>li{
      margin-bottom:3px;
  }
  .listin>ul>li::before {
    content: "\2022";
    color: #ffa200;
    font-weight: bold;
    display: inline-block; 
    width: 1.5em;
    margin-left: 1em;
    text-align: justify;
  }
ol{
  
    margin-left: 1.5em;
}
/******table css for equipment****/
th,thead{
  background-color:rgb(18, 196, 196);
  color:black;
  font-weight: bold;
  border:2px solid black;
  width:220px;

}
.equip .table{
  border:2px solid black;
  }
.copy{
  border-width: 0.3px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding:5px 5px;
}
.fa{
  color:orange;
  font-size: 18px;
}