﻿#characterContainer {
    width: 60%;
    overflow: auto;
    border-top: dotted black 1px;
    border-bottom: dotted black 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: flex;
    margin-bottom:0px;
}
#characterImage {
    position: relative;
    top: 0px;
    width: 20%;
    max-width: 75px;
    height: 75px;
    border: solid 1px black;
}

#characterText {
    max-height: 60px;
    margin-left: 10px;
}

#characterText h3, p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#characterText p {
    font-size: 12px;
}