@charset "utf-8";
/* CSS Document */

.big-button {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 200px;
	height: 200px;
	border: 2px solid green;
	background-image: url('/Images/superguy.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	color: white;
	background-color: #004080;
}
.graphic-button {
	width: 300px;
	height: 300px;
	padding-top: 140px;
	font-size: 18px;
	font-weight: bold;
	background-color: #004080;
	color: white;
	border: none;
	background-image: url('/Images/mbox.png'); /* Replace with actual paths */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 100px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	transition: transform 0.2s ease;
}

	.graphic-button:hover {
		transform: scale(1.05);
		cursor: pointer;
	}

input[type="radio"] {
	transform: scale(2.5);
	margin-right: 20px; /* optional spacing */
	margin-bottom: 30px;
}
input[type="checkbox"] {
	transform: scale(2.5);
	margin-right: 20px; /* optional spacing */
}

article, aside, footer, header, main, nav, section {
	display: block
}


a:link {color: #3333CC}

v:link {color: #CC9933}


html, body, h1, h2, h3, ul, li, a, p, 
article, aside, footer, header, main, nav, section {
	padding: 10px;
	margin: 5px;
	font-family: verdana;
	
}


th, td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

tableredborder {
	margin: auto;
	text-align: center;
	border-collapse: collapse;
}

table {
	border-spacing: 30px;
	border-radius: 35px;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	
}


.ballot {
	width: 70%;
	margin: auto;
	padding: 10px;
	text-align: left;
	line-height: 20px;
	color: black;
	font-family: verdana;
	font-size: 18px;
	color: #1F497D;
}

.optinout {
	
	margin: auto;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	color: black;
	font-family: verdana;
	font-size: 16px;
	
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: .75px;
	border-color: #1F497D;
	width: 70%;
} 

p  {
    color:black;
    font-family:verdana;
    font-size:12px;
}

nav {
    color:#1F497D;
	margin: 10px;
	text-align: right;
}

	
div {
  margin: 0px 0px ;
	padding: 2px;
  background-color: white;
	color:black;
    font-family:verdana;
    font-size:14px;
    border-radius: 15px;
		
}

#container {
    font-weight: normal;
	color: black; 
	margin: 2px 25px;
	padding: 30px 30px;
	
}



#background {
    font-weight: normal;
	color: black; 
	margin: 0px 100px;
	background-color: lightgray;
	
}

.cell {
    font-weight: normal;
    color:black;
	margin: 2px 20px ;
	padding: 2px;
}
.cella {
   font-weight: bold;
    color: black;
	margin: 2px 40px ;
	padding: 2px;
	background-color: LightBlue;
}

.cellb {
   font-weight: bold;
    color: black;
	margin: 2px 40px ;
	padding: 2px;
	font-size:18px;
	background-color: lavender;
}

.cellc {
    font-weight: normal;
	font-style: italic;
    color:black;
	margin: 2px 20px 5px ;
	padding: 2px;
}

.cellbred {
   font-weight: bold;
    color: #17336B;
	margin: 2px 40px ;
	padding: 2px;
	font-size:14px;
	text-align: center;
}

.cellbred-old {
   font-weight: bold;
    color: firebrick;
	margin: 2px 40px ;
	padding: 2px;
	font-size:14px;
	text-align: center;
}
.cell12 {
   font-weight: normal;
    color: black;
	margin: 2px 40px ;
	padding: 2px;
	font-size:12px;
	
}

.cell15 {
   font-weight: normal;
    color: black;
	margin: 2px 40px ;
	padding: 2px;
	font-size:15px;
	text-align: center;
	
}
.row {
   	margin: 5px 0px;
	
	
}

.rowb {
   	margin: 5px 0px;
	font-weight: bold;
}

.rowbb {
   	margin: 5px 0px;
	font-weight: bold;
	background-color: LightBlue;
}

.rowbbc {
   	margin: 5px 0px;
	font-weight: bold;
	background-color: LightBlue;
	text-align: center;
	font-size:18px;
}

.rowcenter {
   	margin: 5px 0px;
	font-weight: bold;
	text-align: center;
	font-size:18px;
}

.row20 {
	margin: 20px 0px;
	background-color: #D6EEEE;
	background-color: white;
}




.footer {
   font-weight: bold;
    color: black;
	margin: 2px 15px ;
	padding: 2px;
	font-size:12px;
	text-align: center;
}

.topbar {
	
	margin: auto;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	color: black;
	font-family: verdana;
	font-size: 18px;
	color: black;
	background-color: LightBlue;
}




    
	