/* CSS Document */

table {
  border: 1px solid #333;
  border-collapse: collapse;
  /*margin: 60px;*/
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-left:0px;
  margin-right:0px;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #444;
  border: 1px solid #333;
  padding: .35em;
}
table th,
table td {
background: #444;
  border: 1px solid #333;
color:#eaeaea;
  padding: .625em;
  text-align: left;
}
.td1{width:30%;text-align:left;color:#fff;background-color:#444;}
.td2{width:70%;text-align:left;}
table th {
  color:#F26837;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table tr {
  /*background: #fff;*/
  border: 1px solid #fff;
  padding: .35em;
}
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 0px solid #ccc;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  table 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 td:last-child {
    border-bottom: 0;
  }
  .td1{width:100%;}
  .td2{width:100%;}
    table th {display:none;}
	table tr {border: 0px;}
	.tablehead{display:none;}
}