main .group-button {
    display: none;
}

main .main-text {
    display: none;
}

.table td,
.table th {
    font-size: 14px;
}

.walletHeading .page-border {
    display: none;
}

@media only screen and (max-width: 1024px) {
    table,
    .table-responsive {
        display: block;
    }
    table img {
        width: 80%;
    }
    main .group-content .col-md-12 {
        padding: 0;
    }
    table td {
        width: 10%;
    }
    table td:first-child {
        min-width: auto;
    }
}

@media only screen and (min-width: 1000px) {
    main .main-text {
        display: block;
    }
    main .group-button {
        display: block;
        width: 390px;
    }
    .table td,
    .table th {
        font-size: 18px;
    }
    .walletHeading .page-border {
        display: none;
    }
}