table.grayline {
  border-collapse: collapse;
  font-weight: 600;
  text-align: left;
  color: #979797 !important;
  border: none;
}

table.grayline th, table.grayline td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
  border-top: none;
  height: 42px;
}

table.grayline tr:last-child td {
  border-bottom: 0;
}

table.grayline tr td:first-child, tr th:first-child {
  border-left: 0;
}

table.grayline tr td:last-child, tr th:last-child {
  border-right: 0;
}

table.grayline tbody tr:nth-child(even) {
  background: #f8f8f8;
}

table.borderless {
  border: none;
}

table.borderless th, table.borderless td {
  border: none;
}


table.gray-header {
  border: none;
}

table.gray-header tbody {
  border: none;
}

table.gray-header {
  border-collapse: collapse;
  color: #979797 !important;
}

table.gray-header th {
  text-align: left;
  background-color: gray;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

table.gray-header td {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid lightgray;
  border-right: none;
  border-left: none;
}

@media (max-width : 600px) {
  .responsive {
    width: 100% !important;
    height: auto !important;
  }

  .card-block ul {
    margin-top: 0px !important;
  }
  
  .card-block p, strong, li {
    margin: 0px !important;
    line-height: 24px;
  }
}
