.cls_PlayerPhoneWrap{
    width:100%;
    height:50px;
}
.cls_PlayerPhoneLeft{
    width:70%;
    float:left;
}
.cls_PlayerPhoneRight{
    width:9%;
    float:left;
    margin: 0 0 0 5px;
}

.cls_extrato_row{
    width:100%;
    max-width: 500px;
    display: flex; 
    align-items:center; 
    overflow:auto;
    border-top: 1px solid #dedede;
}

.cls_extrato_row:last-of-type{
    border-bottom: 1px solid #dedede;
}

.cls_extrato_cell{
    width:80px; 
    padding: 8px; 
    float:left; 
    font-size: 14px; 
    text-align:center;
}	

.cls_extrato_print{
    border-radius:50%;
}	

.cls_extrato_print:hover{
    cursor:pointer;
    background-color:#efefef;
}