* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.content-searchx{

  height: 10vh;

  top: 160px;
  left: 0;


}
.content-table{
  height: 10vh;
  top: 160px;
  left: 1px;
  width: 89%;
  max-height: 60px;
  height: auto;
   border: 1px solid #e1e1e1;
  margin-left: 0px;
  overflow-y: visible;
  overflow-x: hidden;

}
.content-table table{
  
  width: 100%;
}

tbody tr td a{
display: block;
  
  padding: 1px;


}

tbody tr td a:hover{

  background: rgba(0,0,0,0.1);


}

