body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Roboto", "Verdana", sans-serif;
 /*  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  /* line-height: 1.25; */
  line-height: 22px;
}

.jQtble {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.jQtble caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.jQtble tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.jQtble th,
.jQtble td {
  padding:5px 10px 0px 15px;
  text-align: left;
}

.jQtble th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jQtble .input-prepend{width:100%;}
.jQtble .input-prepend input{width:85%;}
.jQtble .input-medium{width:100%; margin-top:15px;}
.jQtble .btn {margin-top:12px;}

@media screen and (max-width: 600px) {
  .jQtble {
    border: 0;
  }

  .jQtble caption {
    font-size: 1.3em;
  }
 
  .jQtble thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
 
  .jQtble tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
 
  .jQtble td {
    
    display: block;
    font-size: .8em;
    text-align: left;
  }
 
  .jQtble 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;
  }
 
  .jQtble td:last-child {
    border-bottom: 0;
  }
}




