/*@media only screen and (min-width: 600px) {

  tr:nth-child(odd) {
    background: #F2F2F2 ;
  }

}


@media only screen and (max-width: 600px) {

  .container {
    margin: 3.5% 1.5%; 
  }.card-tools.m-0 {
    margin-bottom: 11px !important;
}

 .table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60%;
}
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; 
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; 
  }

  tr {
    border: 1px solid #ccc; 
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60%; 
  }

  td:nth-child(1) {
    background: #DDD; 
  }
  
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; 
    font-weight: 600;
  }

  th {
    display: none; 
  }

}*/