.content table {
  border-width: 2px 1px 1px 2px;
  border-style: solid;
  border-color: #F19700;
  width: 100%;
  margin-bottom: 1em;
}
.content th,
.content td {
  padding: 3px;
}
.content table table {
  border-style: none;
}
.content thead th {
  background-color: #F19700;
  color: #FFF;
  text-transform: uppercase;
}
.content td,
.content tbody th {
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #F19700;
}
.content td {
  width: 15%;
}
.content tr.plan th,
.content tr.plan td {
  background-color: #F19700;
  color: #000;
}
.content table table td {
  border-style: none;
}
.content tbody th {
  text-align: left;
}
