.private_area_content .data_section {
    display: block;
    float: left;
    position: relative;
    padding: 45px 10px 50px 162px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.private_area_content .data_section + .data_section {
    border-top: 3px solid #EDF7F9;
    padding: 32px 0em 0em 18px;
    width: 696px;
}

.data_section .circle_image {
    display: block;
    position: absolute;
    top: 60px;
    left: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -532px 21px;
    width: 93px;
    height: 93px;
}

.data_section .title {
    display: block;
    float: left;
    margin-top: 6px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    width: 100%;
}
.data_section .text + .title {
    margin-top: 14px;
}

.data_section .text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    width: 100%;
}

.data_section .text span {
    display: block;
    float: left;
    margin-top: 8px;
    font-family: 'Font1';
    font-size: 157.1429%; /*22px*/
    line-height: 20px;
}
.data_section .payment .text span {
    font-size: 121.4286%; /*17px*/
}

.data_section .payment {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 56px;
    padding: 0em 4px;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.payment .delete_link {
    display: block;
    float: left;
    margin-top: 15px;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-decoration: none;
    line-height: 16px;
    padding-left: 21px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.payment .delete_link:hover {
    text-decoration: underline;
}

.payment .delete_link::before {
    display: block;
    float: left;
    margin-left: -21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #C42B20;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -244px -108px;
    content: '';
    width: 16px;
    height: 16px;
}

.delete_private_area_text span {
    display: block;
    float: left;
    color: inherit;
    font-family: 'Font1';
    font-size: 116.6667%; /*28px*/
    width: 100%;
}
