#WG_summary_top .nb {
    line-height: 0;
    padding: 0;
    font-family: lato;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0;
    color: #464646;
}

#WG_summary_top .frame_sum_top {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    text-align: center;
    height: 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    border: 2px solid #464646;
    border-radius: 100%;
}

