.title_smart_panel, .title_iprint {
    font-weight: bold;
    font-size: 14px;
    color: #005eb9;
    height: 16px;
    padding-left: 10px;
}
.smart_panel_block, .iprint_block {
    display: flex;
    margin-top: 10px;
}
.smart_panel_left_block, .iprint_left_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    width: 70%;
    padding-left: 10px;
}
.smart_panel_right_block, .iprint_right_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}