.full_column {
    max-width: none;
}
.left_half_column {
    min-width: 10em;
}
.half_column {
    min-width: 10em;
}
h1 {
    float: left;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
}
h2 {
    padding: 0;
}
#profile {
    overflow: hidden;
}
#profile_photo {
    float: left;
    margin: 0 10px 0 0;
}
#profile ul, #profile p {
    font-size: 0.875em;
}
#profile p {
    margin: 0.25em 0 0 0;
}
#profile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#profile li {
    margin-top: 0.25em;
}
#profile .attribute_name {
    font-weight: bold;
    margin-right: 0.25em;
}
#profile .attribute_name a {
    color: black;
}
#profile p#names {
    clear: both;
    margin: 0;
    padding: 1em 0;
}
#profile #relationships {
    margin-bottom: 1em;
    overflow: hidden;
}
#profile #biography {
    margin-bottom: 1em;
}
#profile #edit_profile {
    margin-right: 0.5em;
}
#profile form {
    display: inline;
}
#profile form input {
    font-size: 1.375em;
}
