

.containertable {
width: 100%;
  max-width: 75em;
margin: 3em auto;

}

.js-sort-table {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 1em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

  overflow-x: auto;
}

.js-sort-table thead tr {
  background-color: #999999;
  color: #ffffff;
  text-align: center;
  top:45%;
  font-style: Impact;
}

.js-sort-table th,
.js-sort-table td {
  padding: 0.75em 0.15em;
  text-align: center;
}

.js-sort-table th{
	font-weight: bold;
	  cursor: pointer;
}

.js-sort-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.js-sort-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.js-sort-table tbody tr:last-of-type {
  border-bottom: 2px solid #999999;
}
/* Teléfonos */

@media only screen and (max-width: 575px){
	
.containertable {
max-width: 60em;
  font-size: 0.5em;
  margin: 0; 
}

	
}