#content ul {
  clear: all;
}

#content li {
    width: 48%;
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
    list-style: none;
    border: 1px solid #ccc;
    margin-right: 5px;
}

#content li.one {
    width: 96%;
}

h3 {
    text-align: center;
}

.documentActions {
    display: none !important;
}
