div#right {
  float: right;
  width: 50%;
}

div#left {
  float: left;
  width: 50%;
}

div#right div {
  margin-bottom: 20px;
}

div#left div {
  margin-bottom: 20px;
}

div#left div a {
  margin-left: 10px;
}

div#right div a {
  margin-left: 10px;
}

div#search {
  clear: both;
  margin-bottom: 20px;
}

div#search table {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

div#weather table {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

a.feat {
  font-weight: bold;
}

a.strike {
  text-decoration: line-through;
}


