#headerimg {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
table {
	border-width: 5px;
	border-style: solid;
	border-color: #1E5799;
	padding: 5px;
	background-color:white;
	text-transform: uppercase;
}
table, tr, td {
	border-color: black; /* #0072CF; */
	padding:3px;
}
table tr:nth-child(odd) {
	background: #cbebff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #d6f0ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#d6f0ff));
	background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#d6f0ff 100%);
	background: -o-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#d6f0ff 100%);
	background: -ms-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#d6f0ff 100%);
	background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#d6f0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#d6f0ff',GradientType=0 );
}
body {
	font-size:1.1em;
	background-color:white;
	width:100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
}
body, select, button {
	font-family: Garamond, Baskerville,'Palatino Linotype', Palatino, Georgia, serif;
}
@font-face { font-family: 'Caviar Dreams'; src: url('/wp-content/themes/brunelleschi/fonts/CaviarDreams.ttf'); }
@font-face { font-family: 'Caviar Dreams'; font-weight: bold; src: url('/wp-content/themes/brunelleschi/fonts/CaviarDreams_Bold.ttf'); }
h1, h2, h3, h4, h5, h6, .page-title span, .pingback a.url, #site-title, #site-description, .entry-title, .widget-title {
	font-family: 'Caviar Dreams';
}
h1 {
	font-size:1.5em;
}
.hideMe {
	display:none !important;
}
select {
	font-size:120%;
}
tr.highlighted {
	background-color:yellow !important;
	background: linear-gradient(to bottom, yellow 0%,yellow 47%,yellow 100%) !important;
}
button {
	background-color: black;
    color: white;
	margin-left:10px;
	border-radius: 20px;
	padding-left:15px; 
	padding-right:15px; 
	font-size:1.2em;
}
.fullPopup {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.99);
	z-index: 400 !important;
	cursor: pointer;
	display: block;
	padding: 20px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: black;
	text-align: left;
	box-sizing: border-box;
	overflow: auto;
	max-width:500px;
	font-size:1.2em;
}
.fullPopup ul li, #updateMessage ul li {
	margin-top:5px;
	list-style-type: disc;
}
.fullPopup li, #updateMessage li { /* produce hanging indent */
	text-indent: -10px;
	padding-left: 12px;
}
.fullPopup li i, #updateMessage li i { /* strangely, the li entry affects i font awesome as well */
	text-indent: 0px;
	padding-left: 0px;
}
.fullPopup .faButton  {
	margin:0 !important;
}
.fullPopup button {
	font-size:1em;
}
div.section div p, div.section p {
	line-height: 40px;
}