/*  CCS file for  resultsman info  web site

background # DAE0D2

new background # 99CCFF


*/

.bg1 {
    color: black;
    background-color:   #e5e7e9 ;   
	font-size:medium;
	text-overflow:ellipsis;
	
 }
.bg2 {
   color: black;
   background-color: #f7f9f9;  
   font-size:medium;
   text-overflow: ellipsis;
    
}
.bg3 {
   color: yellow;
   background-color: blue;
   font-size:medium;
   text-overflow: ellipsis;
    
}
.bg4 {
	color: yellow;
   font-size:medium;
   text-overflow: ellipsis;
   overflow:hidden;
}
.sticky{
	color: yellow;
	background-color: red;
	font-size:medium;
	text-overflow: ellipsis;
	position:sticky;
	position:-webkit-sticky;
	top:0;
}
.runTable{
	table-layout:fixed;
	width:100%;
}
.runTable.td{
	text-overflow:ellipsis;
	overflow:hidden;
	white-Space:nowrap;
	font-size:medium;
	padding-left:1px;
	padding-right:1px;
}
	
 *{
	box-sizing: border-box;
 }
 
 .inputbox{
    border-radius: 3px;
    border: 2px solid #609;
	box-shadow: 4px 4px;
    padding: 4px; 
	margin-left:2em;
	margin-right:2em;
}
.keypadButton{
	width:2.5em;
	height:2.5em;
	background-color:  ##f4f6f6 ;
	border: 1px solid #609;
	border-radius: 3px;
	-webkit-border-radius:none;   //    for safari 
	box-shadow: 2px 2px;
	color: #17202a;
	padding: 2px 2px 2px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: xx-large;
	margin: 4px 2px;
	cursor: pointer;
}
.keypadButton:active{
	box-shadow: 0 0;
}
	
 #button {
  background-color: #e7e7e7;
  color: black;
  border: none;
  border-radius:10px;
  box-shadow: 4px 4px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}
.noticeButton{
	width:5em;
	height:2.5em;
	background-color:  ##f4f6f6 ;
	border: 1px solid #609;
	border-radius: 10px;
	box-shadow: 4px 4px;
	color: #17202a;
	padding: 1px 1px 1px 1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: large;
	margin-left:2em;
	margin-right:2em;
	cursor: pointer;
}

 .eventlist button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  width: 100%; /* Set a width if needed */
  display: block; /* Make the buttons appear below each other */
}

.eventlist button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}

/* Add a background color on hover */
.eventlist button:hover {
  background-color: #3e8e41;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.button {
	font-size:18px;
	}
.inputbox{
	font-size=18px;
	margin-left:.5em;
	margin-right:.5em;
	}
 .noticeButton{
	font-size:medium;
	margin-left:.5em;
	margin-right:.5em;
 }
.bg1 {
    color: black;
    background-color:   #e5e7e9 ;   
	font-size:xx-small;
	text-overflow: ellipsis;
	 
 }
.bg2 {
   color: black;
   background-color: #f7f9f9;  
   font-size:xx-small;
   text-overflow: ellipsis;
    
}
.bg3 {
   color: yellow;
   background-color: blue;
   font-size:xx-small;
   text-overflow: ellipsis;
    
}
.bg4 {
	color: yellow
	font-size:xx-small;
	text-overflow: ellipsis;
	overflow:hidden; 
}
.sticky{
	color: yellow;
	background-color: blue;
	font-size:xx-small;
	text-overflow: ellipsis;
	position:sticky;
	position:-webkit-sticky;
	top:0;
}
.runTable{
	table-layout:fixed;
	width:100%;
}
.runTable.td{
	text-overflow:ellipsis;
	overflow:hidden;
	white-Space:nowrap;
	font-size:xx-small;
	padding-left:1px;
	padding-right:1px;
} 
 
 