/* Tables */
table {
  border: solid #e4e2e0;
  border-collapse: collapse;
  border-width: 0;
  margin: 0em 0;
  width: 100%;
}
th {
  font-weight: 600;
  text-align: left;
}
th, td {
  border: solid #e4e2e0;
  border-width: 0 0 0px 0;
  padding: 0.5em;
  vertical-align: top;
}

@media only screen and (max-width:320px) { 

th, td  {display:block;}

}

@media only screen and (min-width:321px) and (max-width:480px) {

th, td  {display:block;}

}

@media only screen and (min-width:481px) and (max-width:768px) {

th, td  {display:block;}

}

thead th:last-child,
tr td:last-child {
  border-right: solid 1px #e4e2e0;
}
table .form-item,
table p {
  margin: 0;
}
/**
 * Webkit work-around
 */
tr td:last-child {
  border-right: 0px solid #e4e2e0;
}
