.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;
}
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27905949-1']);
  _gaq.push(['_setDomainName', 'anywhere.com.hk']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
