
table.resp{
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /* table-layout: fixed; */
}
table.resp caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.resp tr {
  
  border-top: 0px solid #ddd;
  padding: .35em;
}
table.resp th,
table.resp td {
  padding: .625em;
  text-align: left;
}
table.resp th,
table.resp td {
  padding: .625em;
  text-align: left;
}
table.resp th {
  font-size: .95em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table.resp {
    border: 0;
  }
  table.resp caption {
    font-size: 1.3em;
  }
  table.resp thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.resp tr {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  tfoot>table.resp>tr {
    border: 0px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.resp td {
    border-bottom: 1px dashed #ddd;
    display: block;
    font-size: .9em;
    text-align: right;
  }
  table.resp td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.resp td:last-child {
    border-bottom: 0;
  }
  paginate {
    border: none;
  }
  tfoot > tr {
    border: none;
  }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media all and (min-width: 600px) and (max-width: 1600px) {
    td.col_1{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    } 
    th.col_1{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    } 
}

@media all and (max-width: 1800px) {
    td.col_6{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    } 
    th.col_6{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    } 
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 600px */
@media all and (min-width: 600px) and (max-width: 767px) {
    td.col_2{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    } 
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media all and (min-width: 480px) and (max-width: 599px) {
    td.col_3{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    } 
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media all and (max-width: 479px) {
    td.col_4{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }    
    /*  #Mobile (Hide completely)
================================================== */
/* Note: Design for a width of 320px */
@media all and (max-width: 767px) {
    col_5{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }  
}
