#content p {
    padding-bottom: 10px;
}

img.activitygraph {
    width: 256px;
}

img.accountgraph {
    width: 226px;
}

img.activitygraph, img.accountgraph {
    height: 150px;
    margin: 5px;
}

img.icon {
    padding: 0 2px;
    vertical-align: middle;
}

#content div.project {
    width: 271px;
}

#content div.user {
    width: 241px;
}

#content div.project, #content div.user {
    float: left;
    height: 180px;

    margin-top: -20px;
    padding-bottom: 20px;

    text-align: center;
    font-size: 90%;
    white-space: nowrap;
    overflow: hidden;
}

#content div.project span.caption, #content div.user span.caption {
    display: block;
    margin-top: -5px;
}

#content div.project a, #content div.user a {
    border: none;
}

#content div.project a:hover, #content div.user a:hover {
    background-color: transparent;
}

#content div.project a:hover span, #content div.user span a:hover {
    background-color: black;
}

table.project-details th {
    width: 20%;
}

table.project-details td {
    width: 30%;
}

table.project-details, table.details, table.moredetails {
    width: 100%;
}


