.HistoryArea{
    display: block;
    min-height: 10em;
}
.HistoryArea .empty{
    text-align: center;
}
.HistoryArea .empty p{line-height: 1.6em;}
.HistoryArea__group{padding-bottom: 1em;}
.HistoryArea__title{line-height: 2em;}
.HistoryArea__title span{font-size: 1.125em;font-weight: bold;}
.HistoryArea__list dl{
    position: relative;
    padding-left:3.5em;
    font-size: 0.825em;
}
.HistoryArea__list dl dd{padding-bottom: .4em;}
.HistoryArea__list dl dd span{}
.HistoryArea__list dt{
    position: absolute;
    left:0;
    top:0;
    font-weight: bold;
    width: 3em;
}
.HistoryArea .button{
    line-height: 3em;
    border-radius: 0.8em;
    width: 90%;
    margin:0 auto;
    display: block;
    text-align: center;
    background-color: #4e28d3db;
}
.HistoryArea .button span{color:#fff}