/* from: http://codepen.io/anon/pen/yVmKxV */


table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
  border-color: #31b1ce;
  width: 100%px;
  margin-top: 10px;
  border-radius: .25rem;
}

td {
            
    padding:12px;
}

th {
    height:45px;
}


thead tr:first-child {
  background: #808080;
  color: #fff;
  border: none;
}

th:first-child, td:first-child 
{ 
  padding: 0 15px 0 20px; 
  border: none;
}

thead tr:last-child th 
{
  border: none; 
  border-bottom: 3px solid #ddd; 
}

