body {
    font-weight: 300;
    font-family: Georgia, serif;
    font-size: 16px;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

#content {
    width: 500px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
}

#social {
    text-align: center;
    margin-top: 30px;
}

#social a {
    padding: 2px;
}

table {
    margin-bottom: 20px;
}

td {
    padding-bottom: 10px;
    font-weight: 300;
}

th {
    vertical-align: text-top;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    padding-right: 20px;
}

p {
    text-align: justify;
}

a {
    text-decoration: none;
    font-size: 16px;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: blue;
}

h3 {
    margin-top: 35px;
    font-weight: 400;
    font-size: 20px;
}

h4 {
    margin-top:  40px;
    font-weight: 400;
    color:  #ccc;
    text-align: center;
}

h5 {
    margin-top:  0px;
    padding-top: 0;
    font-weight: 500;
}

table#gallery td {
  width: 25px;
  height: 25px;
}

#puzzle-1 {
    /* Look a little closer. */  
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.avatar {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    border: 2px solid #999;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    margin-bottom:  30px;
}

figcaption {
    padding-top: 10px;
    padding-left: 5px;
}

#other ul {
    padding: 0;
    list-style: none;
}

#other li {
    margin-bottom:  8px;
}

#recent-activity a, a:visited, a:hover {
    color: #000;
    font-weight: 300;
    text-decoration: none;
}
