.repair
   {
	    width: 100%;
	    border: 0px;
	    border-collapse: collapse;
	    text-align: auto;
   }
	.repair th {
	    font-weight: bold;
	    padding: 0.6rem 1rem;
        color: #3D3511;
        border-bottom: 1px solid #F4EEE8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-align: auto;
	    
	}
	.repair td {
	    padding: 0.6rem 1rem; 
	    border-bottom: 1px solid #e8e9eb;
	    text-align: auto;
	    

border-bottom: 1px solid #F4EEE8;
transition: all 0.5s linear;
	}
	.repair td:first-child {

color: #3D3511;

}
.repair td:nth-child(even) {
background: #F6D27E;
}
.repair td:nth-child(odd) {
background: #D1C7BF;
}
.repair th:nth-child(even)  {
background: #F6D27E;
}
.repair th:nth-child(odd)  {
background: #D1C7BF;
}
.round-top {
border-top-left-radius: 5px;
}
.round-bottom {
border-bottom-left-radius: 5px;
}
.repair tr:hover td{
background: #D1C7BF;

text-align: justify;
}
  
   @media screen and (max-width: 800px) {
  .repair thead {
    display: none;
  }
  .repair tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  .repair td {
    display: block;
    text-align: justify;
  }
  .repair td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}