﻿@media (max-width: 768px) {
    .table-responsive {
        border: 0;
        box-shadow: none;
    }

    table.table {
        font-size: 0.9rem;
    }
}
.single-row {
    border-radius: 10px;
    background-color: #ffffff;
}

@media (max-width: 576px) {
    .single-row input {
        flex: 1 1 100%;
    }

    .single-row div[style*="position:relative;"] {
        width: 100%;
    }
}

/* Animated transition for total */
#totalSqFt {
    display: inline-block;
    transition: all 0.3s ease;
}
@media print {
    #calcBtn, #resetBtn, #pdfBtn, #printBtn, #header {
        display: none !important;
    }
}