.achievement {
    background-color: WhiteSmoke;
    border-style: solid;
    border-color: Black;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    border-radius: 0.5em;
}

.achievement .name {
    font-weight: bold;
    font-size: 120%;
}

.achievement .description {
    font-style: italic;
}

.achievement .reqhead {
    font-weight: bold;
}

.achievement .image {
    width: 100px;
    height: 100px;
}

.achievement .credits {
    font-style: italic;
    font-size: 80%;
    color: Gray;
}

.book {
    font-style: italic;
}

.article {
    font-style: italic;
}