body {
    color: #000;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 14px;
    background: #F7F7F7;
}

table td, table th {
    padding: 5px;
    height: 100%;
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

li {
    padding-top: 5px;
}

  .button {
        display: inline-block;
        background: #e2e2e2;
        border: 0;
        line-height: 2.5em;
        padding: 0 1em 0 0;
        margin-bottom: 1em;
        outline: none;
        text-decoration: none;
        color: #666;
  }
  .arrow {
    display: inline-block;
    line-height: 2.5em;
    text-align: center;
    background: #2d3d75;
    color: white;
    font-size: 1em;
    width: 2.5em;
    transition: margin 200ms;
    margin-right: .75em;
  }

