@charset "utf-8";

#message p.name {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

#history dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

#history dt {
    width: 120px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    #message p.name {
    font-size: 16px;
}

    #history dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

    #history dt {
        width: 100%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
    }

}
