/** @format */

.table-resp thead th {
  background-color: #f0f3f2 !important;
  border-top: 2px solid silver !important;
  border-bottom: 2px solid silver !important;
}
.table-resp td img {
  text-align: center;
}

@media screen and (max-width: 770px) {
	 .table-resp td.sm-hidden{
		display: none !important;
	}
	
  .table-resp {
    border: 0;
    border-top: 2px solid #dddddd;
  }

  .table-resp caption {
    font-size: 1.3em;
  }

  .table-resp thead {
    display: none;
  }

  .table-resp tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .table-resp.table-invoice tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0em;
  }

  .table-resp td {
    border-bottom: 1px solid #ddd !important;
    display: block;
    font-size: 0.8em;
    text-align: right !important;
    border-radius: 0 !important;
  }

  .table-resp td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-resp td:last-child {
    border-bottom: 0;
  }
}
