.map-frame {
  width: 100%;
  height: 300px;
  border: #eee solid 1px;
}

.table-casette {
  border: 1px solid #eee;
  border-collapse: collapse; }
.table-casette th {
  background: #999999;
  color: #FFFFFF;
}
.table-casette th,
.table-casette td {
  border: 1px solid #eee; }
