@media(max-width:720px) {
    .border-gradient_content {
        padding: 10px;
    }
    .btn-nav {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }
    .transaction table {
        width: 580px;
    }
    .transaction {
        overflow: scroll;
    }
    .user-matrix_children div {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .user-matrix_children_count {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 40px;
        text-align: center;
        font-weight: 600;
        font-size: 15pt;
        line-height: 40px;
        top: 0px;
    }
    .user-matrix_binary .user-matrix__branchs div:nth-child(3) {
        top: 95px;
        left: -92px;
    }
    .user-matrix_binary .user-matrix__branchs div:nth-child(4) {
        top: 95px;
        left: -66px;
    }
    .user-matrix_binary .user-matrix__branchs div:nth-child(5) {
        top: 95px;
        left: 58px;
    }
    .user-matrix_binary .user-matrix__branchs div:nth-child(6) {
        top: 95px;
        left: 90px;
    }
    .status-panel_money__dollars {
        position: relative;
        bottom: 1px;
        color: #84cb32;
        font-size: 12pt;
    }
    .binary,
    .ternary {
        margin: 10px 10px 10px 0;
        width: 112px;
    }
}