.update_box {
    padding: 20px 0;
    border-bottom: #ddd solid 1px;
    font-size: 14px;
}
.update_box:last-of-type {
    border-bottom: none;
}
.update_box h2 {
    color: #1d98d6;
}
.update_date {
    text-align: right;
    font-size: 12px;
}
.blue {
    color: #3a66d5;
}
.yellow {
    background: #fff69c;
}
.red {
    background: #ff756f;
    color: #FFF;
}
.footnote {
    font-size: 12px;
}
.full_style, .lite_style {
    color: white;
    padding: 0 4px;
    font-size: 8px;
    vertical-align: middle;
}
.full_style {
    background: #ff5730;
}
.lite_style {
    background: #0072ff;
}