body {
  font-family: Helvetica, 'Lucida Grande';
  font-size: 0.9em;
  line-height: 1.2em;
  background: #FFF;
  margin: 0;
  border-top: 10px solid #00F;
  background: #FFF; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

h2.subtitle {
  color: #999;
  margin-top: -0.5em; }

table tr td, table tr th {
  padding: 0.25em 0; }
table tr th {
  width: 20%;
  text-align: left;
  vertical-align: top; }

img {
  border: none; }

ul.menu.horizontal {
  list-style: none; }
  ul.menu.horizontal li {
    display: inline;
    margin: 0 0.75em;
    float: left; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0 0 1em;
    padding: 0; }
  ul li.plugin .description {
    font-size: 0.8em;
    color: #666; }

a {
  color: #00F; }

a:hover {
  color: #FFF;
  background: #00F; }

a.cancel {
  color: #900; }

a.cancel:hover {
  color: #FFF;
  background: #900; }

.clear {
  clear: both; }

.center {
  margin: auto auto;
  text-align: center; }

#new_wiff {
  font-size: 1em; }
  #new_wiff #url {
    line-height: 1.1em;
    font-size: 1.75em; }
  #new_wiff #new_wiff_button {
    margin-top: 0.5em; }

.outter.wrapper .inner.wrapper {
  width: 40em;
  margin: auto auto; }
.outter.wrapper #header {
  margin: 1.5em 0; }
  .outter.wrapper #header #logo {
    height: 35px;
    float: left; }
  .outter.wrapper #header #menu {
    float: right;
    line-height: 35px;
    font-weight: bold;
    font-size: 0.9em; }
    .outter.wrapper #header #menu a {
      text-decoration: none; }
.outter.wrapper #action {
  padding: 0.5em 0; }
  .outter.wrapper #action .inner.wrapper {
    background: #EEE;
    padding: 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em; }
  .outter.wrapper #action p {
    line-height: 1.4em;
    font-size: 1.1em; }
.outter.wrapper #footer {
  text-align: center;
  font-size: 0.8em;
  clear: both;
  padding: 2em 0; }

.bug.fixed {
  text-decoration: line-through;
  color: #999; }
