
.wavetag-attachment-card {
    display: flex;
    flex-grow: 1;
    margin: 2px;
    width: 100%;
    min-height: 10px;
}

.wavetag-page-card {
    display: flex;
    flex-grow: 1;
    margin: 5px;
    width: 100%;
    min-height: 10px;
}

.wavetag-trigger-button {
    height: 26px;
    aspect-ratio: 1/1;
    margin: 1px;
    /*border: solid 1px;*/
    border: none;
    border-color: inherit;
    border-radius: 5px;
    padding: 1px;
    /*background-image: url(/img/wavetag-circle.svg);*/
}

.blankSpace {
    flex-grow: 1;
    /*    width: 47.5%;*/
}

body {
    /*background-color: azure;*/
}

.list-name {
    flex-grow: 2;
    margin-top: auto;
    margin-bottom: auto;
    height: inherit;
    /*width:30%;*/
}

.navbar {
    border: none;
    /*background-image: -webkit-linear-gradient(#fff,#eee 50%,#e4e4e4);*/
    /*background-image: -webkit-linear-gradient(#008b8b,#f0ffff);*/
}

.record-holder {
    flex-grow: 1;
}

.summary-table-folder td {
    margin-top: auto;
    margin-bottom: auto;
    height: inherit;
}

.table-row {
    display: flex;
}

/*
a.web-link {
    border: none;
}
*/

.card-control-mobilelink {
    display: none;
}

.wavetag-page-card {
    width: inherit;
}


@media (max-width: 767px) {
    .stack-h {
        font-size: 0.9em;
    }

    .list-name {
        /*width: 50%;*/
    }

    .card-control-weblink {
        display: none;
    }

    .card-control-mobilelink {
        width: 40px;
        height: 40px;
        display: flex;
    }

    .mobile-link {
        width: 35px;
        height: 35px;
        margin: 5px;
        display: block;
    }

    .wavetag-trigger-button {
        min-height: 40px;
    }

    .blankSpace {
        display: none;
    }
}
