 * {
     box-sizing: border-box;
}
 body {
     margin: 0;
	 font-size:14px;
}

h1 {
	font-size:28px;
	margin:20px 0px 20px 0px;
}

.badge {
   padding-bottom:6px; 
   padding-top:4px;
   font-size:11px;
}

.badge.pet {
   border:solid 1px #dc3545;
   color: #dc3545 !important;
}

.badge.fce {
   border:solid 1px #198754;
   color: #198754 !important;
}

.badge.av {
   border:solid 1px #0d6efd;
   color: #0d6efd !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: rgb(204, 204, 204);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(249, 249, 249);
}


@media (min-width: 576px) {  /* 576 START */
 
.badge {
   margin-bottom:2px; 
}
  thead tr th:first-child,  tbody tr td:first-child {
  width: 18%;
  text-align:center;
}

thead tr th:nth-child(2) {
  width: 12%;
  text-align:center;
}

thead tr th:nth-child(3) {
  text-align:center;
  
}

thead tr th:nth-child(4) {
text-align:center;
width: 25%;
}

thead tr th:nth-child(5) {
text-align:center;
width: 30%;
}

 

}  /* 576 END */

 @media (min-width: 768px) {  /*768 START */




}  /* 768 END */


 @media (min-width: 992px) {  /* 992 START */
 

thead tr th:nth-child(2) {
  width: 8%;
 
}
 
 thead tr th:nth-child(4) {
text-align:center;
width: 20%;
}

thead tr th:nth-child(5) {
text-align:center;
width: 20%;
}

	
	
}  /* 992 END */

 @media (min-width: 1200px) {  /* 1200 START */


	
	

}  /* 1200 END */

 @media (min-width: 1400px) {  /* 1400 START */
    

}  /* 1400 END */
