/*

*{
    font-family:Arial, Helvetica, sans-serif;
}

*/

header
{
	background-color:darkblue;
	color:white;
	font-size: 20px;
	font-family:Old English Text MT;
	font-style: italic;
    align-items: center;
    margin-bottom: 40px;
	text-align:center;
}

body 
{
	background-color:white;
	color:black;
	font-family:Arial;
	font-size: 15px;
/*
	border-style: solid;
	border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: blue;
    border-bottom-width: medium; /* Default
	border-color: black;
    overflow-x:hidden;
	text-align: justify;
*/
}

a,p
{
	background-color:white;
	color:black;
	font-size: 15px;
}

footer 
{
	background-color:darkblue;
	color:white;
	font-family:Old English Text MT;
	text-align:center;
	font-size: 20px;
	font-style: italic;
}
	
div {
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
	height:100%;
}

        .scrollable-table {
            width: 100%;
            overflow: auto;
            border: 1px solid #ccc;
        }

        .table-container {
            max-width: 100%;      /* Limits container to screen or parent width */
            overflow: auto;       /* Adds both horizontal and vertical scrolls dynamically */
            border: 1px solid #ccc;
        }

        table {
            border-collapse: collapse;
            width: max-content;   /* Forces table to preserve its columns without squeezing */
            min-width: 100%;
        }


table, th, td {
	color:black;
	background-color:white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 15px;
    overflow-y: auto;            /* Vertical scrolling */
    overflow-x: auto;            /* Horizontal scrolling */
    white-space: nowrap;  
    border: 1px solid #999;
    padding: 8px;
    text-align: left;
/*
	width: 100%;
	height:100%;
	margin-left: 10px;
    max-width: 200px;
    max-height: 200px;
	padding-right: 1px;
	padding-width:1px;
*/	
}


.btn{
	color:black;
	background-color:white;
	border-width: 1px;
	font-size: 15px;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	padding-width:1px;
}

.scard {
	color:black;
	background-color:white;
	border-width: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: black;
	width: 100%;
	height:100%;
	font-size: 10px;
    overflow-y: auto;            /* Vertical scrolling */
    overflow-x: auto;            /* Horizontal scrolling */
}


.scard1 {
	color:black;
	background-color:white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 100%;
	height:100%;
	font-size: 10px;
    overflow-y: auto;            /* Vertical scrolling */
    overflow-x: auto;            /* Horizontal scrolling */
    overflow: scroll; 
/*    max-width: 1800px;
    max-height: 500px;
    padding:10px;
    */
}

.scrolling-content 
{
            white-space: nowrap; 
             overflow: scroll; 
}


    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1rem;
            border: 1px solid #ccc;
            margin-top: 15px;
    }


	
sp1 {
	background-color:darkblue;
	color:white;
	text-align:center;
	font-family:Old English Text MT;
	font-size: 20px;
	width: 100%;
	height:100%;
}

sp2 {
	background-color:darkblue;
	color:white;
	text-align:center;
	font-family:Old English Text MT;
	font-size: 15px;
	width: 100%;
	height:100%;
}

h1 {
	background-color:white;
	color:black;
	text-align:center;
	font-family:Arial;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	height:100%;
}

h2 {
	background-color:white;
	color:black;
	text-align:center;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	height:100%;
}

h3 {
	background-color:white;
	color:black;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height:100%;
}

h4 {
	background-color:white;
	color:black;
	text-align:center;
	font-family:Arial;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	height:100%;
	
}
