.character-sidebar {
    display: block;
    float: right;
    border: 1px solid black;
    width: 40%;
}

.character-sidebar .name {
    background-color: black;
    color: white;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

.character-sidebar .sidebar-head {
    background-color: lightgray;
    color: black;
    text-align: center;
    width: 100%;
}

.character-sidebar .adventure-list {
    list-style-type: none;
}

.character-sidebar .portrait {
    display: block;
    width: 100%;
    max-height: 300px;
}

.character-sidebar .portrait img {
    max-width: 300px;
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.character-sidebar table {
    width: 100%;
    margin: 0 auto;
}

.character-content {
    display: block;
    width: 60%;
}