﻿@media screen and (max-width: 767px) {
    .card-table-row.big.settings-resultform-ct-row .card-table .card-table-header {
        height: unset;
    }

        .card-table-row.big.settings-resultform-ct-row .card-table .card-table-header .title {
            padding-bottom: 0px;
        }

    .card-table-body.settings-resultform-ct-body {
        padding-top: 44px !important;
    }

    .settings-resultform-card {
        position: relative;
        align-items: stretch !important;
    }

        .settings-resultform-card .card-form-amount {
            text-align: right;
        }
}
