/*****************************************/
/* BME Content Formatting           */
/*****************************************/

.coffeetable table {
  border:1px;
  border:0px solid #ccc;
  width:50em;
}

.coffeetable th,
.coffeetable td {
  border:.5px solid #000;
  padding:.2em;
  text-align:center;
}

.coffeetable th {
    background-color: #ddd;
}