table.tablesorter thead tr .easy-table-header {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .easy-table-header:hover{
	background-image: url(//acticapital.eu/wp-content/plugins/easy-table/images/bg.gif);
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown:hover{
	background-image: url(//acticapital.eu/wp-content/plugins/easy-table/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp:hover {
	background-image: url(//acticapital.eu/wp-content/plugins/easy-table/images/desc.gif);
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
} table.easy-table-cuscosky, .easy-table-cuscosky th, .easy-table-cuscosky td {
border: 1px solid #D4E0EE;
border-collapse: collapse;
font-family: "Trebuchet MS", Arial, sans-serif;
color: #555;
}
.easy-table-cuscosky caption {
font-size: 150%;
font-weight: bold;
margin: 5px;
padding-bottom:5px;
}
.easy-table-cuscosky td, .easy-table-cuscosky th {
padding: 4px;
}
.easy-table-cuscosky thead th,
.easy-table-cuscosky tfoot th {
text-align: center;
background: #E6EDF5;
color: #4F76A3;
font-size: 100% !important;
}
.easy-table-cuscosky tbody th {
font-weight: bold;
}
.easy-table-cuscosky tbody tr { background: #FCFDFE; }
.easy-table-cuscosky tbody tr:nth-child(2n+1) td, 
.easy-table-cuscosky tbody tr:nth-child(2n+1) th {
background: #F7F9FC; 
}
.easy-table-cuscosky table a:link {
color: #718ABE;
text-decoration: none;
}
.easy-table-cuscosky table a:visited {
color: #718ABE;
text-decoration: none;
}
.easy-table-cuscosky table a:hover {
color: #718ABE;
text-decoration: underline !important;
}
.easy-table-cuscosky tfoot th, .easy-table-cuscosky tfoot td {
font-size: 85%;
}