<style>

    body {
        font-family: Arial, sans-serif;
        font-size: 17.5px; /* 50px */
        background-color: #f4f4f9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        text-align: center; /* Center align text */
		overflow-x: hidden;
		width: auto;
		height: auto;
		overflow: hidden;
    }


	html {
	  overflow-x: hidden;
	}

	* {
	  box-sizing: border-box;
	}

    h1, h2, h3, h4, h5 {
        font-size: 17.5px; /* 50px */
        /*margin-bottom: 17.5px; /* 17.5px */
        /*font-weight: bold; /* Bold text */
        text-align: center; /* Center align text */
        width: auto; /* 25% width */
    }

    button {
        background-color: #1e90ff;
        color: white;
        border: none;
        cursor: pointer;
        /*font-weight: bold; /* Bold text */
        margin-bottom: 5px; /* 25% width */
        margin-top: 5px; /* 25% width */
        font-size: 17.5px; /* 50px */
		display: inline-block;
		border-radius: 10px;
		width: auto;
   }

    button:hover {
        background-color: #104f7d;
    }

	table {margin:5px;padding:5px;width: auto;border-collapse: collapse;text-align: left; border: 1px solid black; }

	td, th {
        font-size: 20px; /* 50px */
        text-align: left; /* Center align text */
		border: 1px solid black; 
		width: auto;
		white-space: nowrap;
   }

.x {
	    font-size: 20px; /* 50px */
        text-align: left; /* Center align text */
		border: 1px solid black;
 	    min-width: 200px;
	    max-width: 300px;
}
    .field-name {
        font-size: 14px; /* 50px */
        color: green;
        text-align: left; /* Left justify content */
     }
   .field-data {
        font-size: 14px; /* 50px */
    	color: black;
    	text-align: left; /* Left justify content */
     }

pre {
		min-width: 300px;
	    max-width: 600px;
		margin: auto;
}
    .container {
        padding: 5px; /* 17.5px */
       /*background-color: #darkgreen;*/
	    min-width: 300px;
	    max-width: 600px;
        background-color: #ade6d8   ;		
        margin: 5px; /* 0px top, 0px left/right, 10px bottom */
        width: auto; /* 100% width */
		box-shadow: 10px 10px 5px #888888;
    }

   .extcontainer {
        padding: 5px; /* 17.5px */
       /*background-color: #darkgreen;*/
	    min-width: 300px;
	    max-width: 600px;
        background-color: #ade6d8   ;		
        margin: 5px; /* 0px top, 0px left/right, 10px bottom */
        width: auto; /* 100% width */
		display: none;
    }
		

	.container button , input[type="text"] ,input[type="password"], input[type="number"] {
	  width: auto;
	  font-size: 17.5px;
	  text-align: center;
	}


    /*input[type="password"], input[type="number"], select {
      /*  font-size: 17.5px; /* 50px */
        /*text-align: center; /* Center align text */
        /*background-color: lightyellow; /* Light yellow background */
       /* width: 100%; /* 100% width */
  /*  }*/

    label , select {
        font-size: 17.5px; /* 50px */
        text-align: center; /* Center align text */
        width: auto; /* 100% width */
    }


    button:hover {
        background-color: #104f7d;
    }

   input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: red;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }


 





</style>
