/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

.entry table, .entry tr, .entry td {
	border-style: hidden;
	font-size: 102%;
	vertical-align: middle;
	background: transparent;
}
table, tr, td {
	border-style: hidden;
	font-size: 102%;
	vertical-align: top;
	background: transparent;
}
tr.s1 td {
        border-style: hidden;
	background: transparent;
}

.entry table tr.alt-table-row  { background: transparent; }

.entry .noborder {
	background:transparent;
	border-style:hidden;
	border:0px;
	outline:0;
	border-color:transparent;
	box-shadow: 0px 0px 0px #000;
}

/*Warnings*/
div.warning {
	border-style: dotted;
	border-width: 1px;
}

p.warnhead {
	color:red;
	font-weight:bold;
	margin-bottom:0em;
}

.exinput {
	color:navy;
	margin-top:0em;
	margin-bottom:0em;
}

p.sub1 {
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 300%;
	font-weight: bold;
	color:Black;
	font-family: "Georgia", serif;
	text-align: center;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color:Black;
	font-family: "Georgia", serif;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color:Black;
	font-family: "Georgia", serif;
}

h3 {
	font-size: 140%;
	font-weight: normal;
	font-style: italic;
	color:Black;
	font-family: "Georgia", serif;
}

hbl {
	font-size: 300%;
	font-weight: normal;
	color:DarkSlateGray;
}

txt {
	font-size: 120%;
	margin-top:1em;
}

p.text {
	font-size: 100%;
	margin-top:1em;
	color:DarkSlateGray;
	font-family: "Verdana", "Geneva", sans-serif;
}

p.intro {
	font-size: 100%;
	margin-top:1em;
	color:Black;
	background-color:#e6e6e6;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	font-family: "Verdana", "Geneva", sans-serif;
}

p.aside {
	font-size: 90%;
	margin-top:1em;
	color:Black;
	background-color:#e6e6e6;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	font-family: "Verdana", "Geneva", sans-serif;
}

.source {
	text-align: right;
	color:Blue;
}

div.display {
	display: flex;
  	align-items: center;
  	justify-content: center
}
div.display p {
	color:Black;
	padding: 5px;
	border-radius: 5px;
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 100%;
	background-color:#e6e6e6;	
}

.intro {
	background-color:#e6e6e6;
	padding: 5px;
	border-radius: 5px;
    overflow: hidden;
}

.intro img {
    margin-right: 15px;
    float: left;
}

span.strong2{
	font-size: 110%;
	font-weight: bold;
	color:DarkSlateGray;
}

li {
	font-size: 100%;
	color:DarkSlateGray;
	font-family: "Verdana", "Geneva", sans-serif;
}

li.small {
	font-size: 90%;
	font-family: "Verdana", "Geneva", sans-serif;
}

#title-container .description { 
	color:DarkSlateGray; 
	font-size:110%; 
	float:left; 
	margin: 0 0 0 26px;
}


img {
  display: block;
}


