.table-Standard_Highlight{
  background-color: #fefcec;
}
.border-none-right{
  border-right: none !important;
}
.border-none-left{
  border-left: none !important;
}
.border-none-top{
  border-top: none !important;
}
.border-none-bottom{
  border-bottom: none !important;
}
.border-none{
  border: none !important;
}
.table-Standard img{
  min-width: 200px !important;
}
.icon-area{
  display: flex;
  gap: 10px;
  width: 80%;
  margin: 5px auto 0;
}

@media screen and (max-width: 640px){
  .table-Standard img{
    min-width: 140px !important;
  }
  .table-Standard.is-with-remo col:nth-child(1){
    width: 20% !important;
  }
  .table-Standard.is-with-remo col:nth-child(2),
  .table-Standard.is-with-remo col:nth-child(3){
    width: 20% !important;
  }
  .table-Standard.is-with-remo col:nth-child(4){
    width: 16% !important;
  }
  .table-Standard.is-with-remo col:nth-child(5){
    width: 24% !important;
  }
}
