.menu25{
	text-align:center;
}
.h225{
	color:#777777;
	text-align:center;
	font-size:20pt;
	margin:10px;
}
.div25{
	margin:25px;
}

/* Needed to make sure the radio button and its label stay on the same line */
label {
  display:inline-block;
}

body {
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	font-size: 11pt;
}

cursorauto { cursor: auto }
cursordefault { cursor: default }
cursorwait { cursor: wait }

table,td,p,ul {
	font-family: verdana,arial,sans-serif;
   overflow:hidden;
	font-size: 11pt;
}

table.bottomBorder { 
	border-collapse:collapse; 
}
table.bottomBorder td, table.bottomBorder th{ 
	border-bottom:1px solid #AADDFF;
	padding:1px; 
}
table.bottomBorder tr:nth-child(even){ 
	background-color:#AADDFF;
}

table,th{
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
}

h2 {
	font-family: verdana,arial,sans-serif;
	font-size: 13pt;
	margin-top: 0pt; 
	margin-bottom: 1pt;

}

h3 {
	font-family: verdana,arial,sans-serif;
	font-size: 13pt;
}

table.topbar {
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #eeeeee;
	border:1px solid;
	border-color: #444444;
	width:100%;
	border:0;
}

div.example {
	border: #603 dotted;
	padding: 0.5em;
	margin: 1em 2em
}

.anagram_menu{
	font-family:'Quicksand',sans-serif;
	font-weight:bold;
	background-color:#AADDFF;
	padding:4px;
	line-height:29px;
	text-align:center;
}

.centered{
	margin:auto;
	width:99%;
	text-align:center;
}

div.pangram_menu{
	text-align:center;
}

p.blocktext_centered {
	text-align:center;
	border:1px dotted;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	padding-top: .1in;
	padding-bottom: .1in;
	padding-right: .1in;
	padding-left: .1in;
}

td.topmenu{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tophr{
	height:1px;
	border:0;
	border-top:1px solid #ccc;
/*	margin:1em 0; */
	padding:0;
}


.rightbox {
	float:right;
	margin:5px;
	width:160px;
	border:1px solid;
	border-color:#CCCCCC;
	font-family:verdana,arial,sans-serif;
	font-size:10pt;
	padding-top:.1in;
	padding-bottom:.1in;
	padding-right:.1in;
	padding-left:.1in;
}

.rightbox-colored {
	border: thin;
	width: 160px;
	border-style: dotted;
	border-color: #2266FF;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	padding-top: .1in;
	padding-bottom: .1in;
	padding-right: .1in;
	padding-left: .1in;
	background-color: #FFFFFF;
	text-decoration:none;
}

pre {
	font-family: courier,courier new,monospace,monospace;
	font-size: 11pt;
}

a:hover {
	color: #FF0000;
}

img.flag {
	border: 1px solid;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.homelink {
	text-decoration:none;
	color:white;
}

.homelink_awad {
	text-decoration:none;
	color:black;
}

.align-right {float:right; margin: 0 0 5px 5px;}
.align-left {float:left; margin: 0 15px 15px 0;}
.frame {padding: 5px; border: 1px solid #aaa;}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

/* For displaying anagram animation for large text */
.popupBox {visibility:hidden;opacity:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);overflow:visible;} /* 01/26/21 changed overflow:auto to overflow:visible because browsers were showing animation in a box with scroll bars, no matter what the size */
.popupHoverElement:hover > .popupBox {visibility:visible; opacity:1;}
.authorship{font-size:9pt;color:#777777;}
.authorship a {color:inherit;}
.songtable{padding:5px;background-color:#DDEEFF;width:100%}
.songtable_td{width:49%;vertical-align:top;}
.songtable_td_equal{text-align:center;background-color:#FFFFFF}

textarea, input{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
