﻿body {
    /* Make GridView borders solid black and visible on big screens */
    .table.table-striped.table-hover

{
    border: 1px solid #ffa100 !important;
    border-collapse: collapse !important;
}

.table th {
    border: 1px solid #ffa100 !important;
    background: #fff0c9 !important;
    text-align: center;
}

.table td {
    border: 1px solid #ffa100 !important; /* black grid lines */
    text-align: center;
}

/* Dark modern header with white text */
.bgheading {
    background: linear-gradient(to right, #1e293b, #111827) !important;
    color: white !important;
    border-bottom: 2px solid #334155;
    padding: 5px 20px;
    border-radius: 6px 6px 0 0;
}

.keytitle {
    margin: 0;
    font-weight: 600;
    color: #f1f5f9 !important; /* light off-white for better contrast */
}

.para-justify {
    text-align: justify;
    padding: 1.5rem;
}

/* Optional: make borders slightly thicker on large screens */
@media (min-width: 1200px) {
    .table th,
    .table td {
        border-width: 1px !important;
    }
}
}
