/* <style type="text/css">    */ 


iframe { border: none; }
/*===================================================================================================================== */	

												body.popup {font-family: Arial, Helvetica, sans-serif;}

												/* The Modal (background)    position: sticky;*/
												.modal {
												  display: none; /* Hidden by default */
												  position: fixed; /* Stay in place */
												  z-index: 1; /* Sit on top */
												  padding-top: 120px; /* Location of the box      padding-top: 100px;*/
												  left: 0;
												  top: 0;
												  width: 100%; /* Full width */
												  height: 100%; /* Full height */
												  overflow: auto; /* Enable scroll if needed */
												  background-color: rgb(0,0,0); /* Fallback color */
												  background-color: rgba(0,0,0,0.50); /* Black w/ opacity */
												  border: 0px solid #888;
												}

												/* Modal Content        */
												.modal-content {
												  background-color: GREY;
												  margin: auto;
												  padding: 10px;
												  border: 0px solid #888;
												  width: 80%;       /*     99.5  = tight fit ????????????????????????????????????????????? */
												  font-size:60px; 	font-style: normal; font-family: Arial, Helvetica, sans-serif;  color: DARKGRAY;
												  font-weight: bold; 
												    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.8),0 6px 20px 0 rgba(0,0,0,0.19);
												}
												.modal-footer {
												line-height:0;
												font-size:60px; 	font-style: normal; font-family: Arial, Helvetica, sans-serif;  color: DARKGRAY;
												
												}

												/* The Close Button     font-weight: bold;*/
												.close {
												  color: #575757;
												  float: right;
												  font-size: 110px;
												 line-height:0; 
												}

												.close:hover,
												.close:focus {
												  color: #000;
												  text-decoration: none;
												  cursor: pointer;
												}



 		
td.font50	{font-size: 50px;  }   // 	font-family: Arial, Helvetica, sans-serif;		font-style: normal;	}
td.font100	{font-size:100px;  }	
td.font200	{font-size:200px;  }	
body	{	background-color: #303030!important; 	} 
table	{ 	background-color: #000000; 		}  //  darkGray  #303030             very dark brown == #402000     //Sienna
img      {  width:220; height:140;					}
table.height100{ height:100%;  position:absolute; }
/* ======================================================================================================================== */
/*Webkit browsers:		 	Chrome----Safari-----Opera 		SUPPORT 			the non-standard ::-webkit-scrollbar pseudo element	*/
/* ======================================================================================================================== */
/* width */						::-webkit-scrollbar 								{  width: 15px;							}
/* corner */					::-webkit-scrollbar-corner 					{  background: #444444;			} 
/* height */						::-webkit-scrollbar			 					{  height: 15px;
x;						} 
/* Track */					::-webkit-scrollbar-track	 					{	background: #444444;			}
/* Handle */					::-webkit-scrollbar-thumb 					{	background: YellowGreen;	}
/* HandleOnHover*/		::-webkit-scrollbar-thumb:hover 			{	background: GreenYellow;	}
/* ======================================================================================================================== */
/*The browsers 				Firefox-----IE----------Edge		DON'T	SUPPORT the non-standard ::-webkit-scrollbar pseudo element  */
/* ======================================================================================================================== */
.btn-xlg {
		padding: 0px 10px;
		font-size: 20px; //change this to your desired size
		line-height: normal;
		-webkit-border-radius: 20px;
		 -moz-border-radius: 20px;
		border-radius: 20px;
	}  /*   */
/* ======================================================================================================================== */
a						{font-family: Arial, Helvetica, sans-serif;	font-size: 36px;	color: gray;			text-decoration: none;																					}
a:hover			{font-family: Arial, Helvetica, sans-serif;	font-size: 36px;	color: lightgray;	text-decoration: none;																					}
a:active			{font-family: Arial, Helvetica, sans-serif;	font-size: 36px;	color: lightgray;	text-decoration: none;																					}
select				{font-family: Arial, Helvetica, sans-serif;	font-size: 20pt;	color: #999999;	width: 290px;		background-color: #111111;											}
input, textarea	{font-family: Times New Roman;				font-size: 20pt;	color: #FFFFFF;	background-color: #111111;	padding: 1px;	border: 0px solid #45423B;	}
.macs				{font-family: Times New Roman;				font-size: 20px;	color: #FFFFFF;																														}
/* ============================================================================================================================= */
</style>
