/* =============================================================================
  Table style 
   ========================================================================== */
   
table{
  width:100%;
  /*margin: 25px 0;*/
}

/*tr:nth-of-type(even) { 
}*/


 td { 
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #3f4245;
  padding: 6px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight:100;
  /*border-bottom: solid 1px #E2E1E1;*/
}

th { 
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  padding: 6px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight:100;
  font-weight: 600;
  border-top: 1px solid #D99C2C; 
  border-bottom: 1px solid #D99C2C; 
  border-collapse: collapse;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif !important;
  color: #D99C2C;
  font-size: 1.2em;
/*  background:#FFF;*/
}

.tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  /*cursor: pointer;*/
  white-space: normal;
  padding: 4px 20px 4px 4px;
  position: -webkit-sticky;
}

thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #D99C2C 3px solid;
}

thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #D99C2C 3px solid;
}

 thead .sorter-false {
  background-image: none;
  padding: 4px;
}


@media (max-width: 768px) {
  th {
    border-top: none; 
  }
  .tablesorter-header-inner{}
}