table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}

table[data-sortable] th {
  vertical-align: middle;
  font-weight: bold;
}

table[data-sortable] th, table[data-sortable] td {
  text-align: center;
}

table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}

table[data-sortable] th:after {
  content: "";
  visibility: visible;
  display:inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
  border-bottom-color: inherit;
  left: 50%;
  float: left;
  margin-top:-11px;
  position:relative; margin-left:-4px;
}

table[data-sortable] th.penyas_tablaEsc_col0:after{
	margin-top:-15px;
}
table[data-sortable] th.penyas_tablaEsc_col5:after{
	margin-top:-20px;
}

table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}
table[data-sortable] th[data-sortable="false"]:after {
  visibility: hidden !important;
}

table[data-sortable] th[data-sorted-direction="descending"]:after,table[data-sortable] th[data-sorted-direction="ascending"]:after  {
  border-top-color: inherit;
  border-bottom-color: transparent;
  margin-top: 3px;
  top:13px; 
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-top-color: transparent;
  border-bottom-color: inherit;
  margin-top: 3px;
  top:7px; 
}
