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

.simpletable *{
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.simpletable a{
  text-decoration: none;
}

.simpletable a:hover{
  color:#062;
}

.simpletable button{
  padding: 5px 10px 5px 10px;
  color: #333;
  background-color: #CCC;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: auto;
  min-width:25%;
  border: 1px solid #999;
  border-width: 1px 1px 1px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
  
  clear:none;
 
  
}

.simpletable button:hover {
	background-color: #AAA;
	cursor: pointer;
	font-size: 18px;
	color: #DDD;
}

.simpletable button:not(:first-child)
{
	 margin-left:1em;
}



.simpletable caption {
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em 1em;
  background: linear-gradient(#EEF5F0 0%, #DDE5E3 8%, #CCD5D0 92%);
  color:#555;
}

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

.simpletable th,
.simpletable td {
  padding: .625em;
  text-align: center;
}

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

.simpletable tfoot {
  background-color: #e8e8e8;
}

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

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