#banner_image {
  width: 300px; }

#main_box #spacer {
  float: left;
  height: 40px;
  width: 170px; }
#main_box #spacer2 {
  float: left;
  clear: left;
  height: 30px;
  width: 30px; }

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse; }
  table .feature-col {
    width: 300px; }
  table .fotocera-col {
    background: #ffe4b2; }
  table tr.highlight {
    background: #bbe;
    font-weight: bold; }
  table th, table td {
    border-bottom: 1px solid #cccccc; }
  table td.disposable-col, table td.fotocera-col {
    text-align: center; }
  table td {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px; }
  table a.explanation-link {
    font-weight: bold;
    font-size: x-small;
    color: #334477; }
    table a.explanation-link .explanation-box {
      font-weight: normal;
      font-size: larger;
      position: absolute;
      display: none;
      width: 200px;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      background: white;
      color: #4c4c4c;
      border: 1px solid gray; }
    table a.explanation-link:hover .explanation-box {
      display: inline; }

#comparisons {
  text-align: center; }

#sections {
  margin-top: 20px; }
  #sections div.quote {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: smaller; }
