font/* Setup a default font. */
/* Setup a default font. */
html, body, p, td, .errorList, li
{
  font-family: verdana, ariel, sans-serif;
  /*margin: 0.5em;*/
  line-height         : 1.5;
}

/* Setup a default font size. */
html, body, p, td, .errorList, li
{
  /*font-size: 12pt*/
  font-size: 16px
}

ul
{
  list-style-type: disc;
}

li
{
  margin-bottom: 0.5em;
}

body
{
   color: black;
   background: white;
}

h1
{
  color: #005D18;
  font-s1ze: 16;
  margin-top: 1em;
}

h2
{
  color: #005D18;
}

.literal
{
  font-weight: bold;
}

pre.codeExample
{
  background  : #F7F7F7 none repeat scroll 0 0;
  border      : 1px solid #D7D7D7;
  border-top  : 3px solid #005D18;
  margin      : 1em 1.75em;
  overflow    : auto;
  padding     : 0.5em;
  line-height : 1.2;
}

p
{
  margin-bottom: 1.5em;
}

table.resultsTable td
{
  padding : 0.5em;
  vertical-align: top;
}

table.resultsTable th
{
  padding : 0.5em;
  background-color: #7BB652;
}

table.resultsTable tr:nth-child(even) 
{
  <!-- background-color: #e2e2e2 -->
}

.twoCols
{
  display: block;
  height: auto;
  overflow: hidden;
  /* display: table; */
}

.leftColumn
{
  float: left;
  display: table-cell; /* Make elements inside the container behave like table cells */
  height: 100%;
}

.width-400
{
  width: 400px;
}

.mainImage
{
  /* float: left;
  width: 360px; 
  border-radius: 10px; */
  display: block;
}

img
{
  border-radius: 10px;
  display: inline;
}

.sectionBannerImage
{
  margin-bottom: 16px;
}

/*#homeImg
{
   background-image: url("JoeHorrell.jpg");
   background-repeat: no-repeat;
   /*height:360px;
   width:360px;*/
   /*height:474px;
   width:474px;
  border-radius: 10px;
  padding: 0px;
  margin: 0px
}*/

.review
{
  border-width: 2px;
  border-color: #7BB652;
  border-style: solid;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 10px;
}

.mainReviews
{
  float: right;
  width: 400px;
  /*display: table-cell; /* Make elements inside the container behave like table cells */
}

.reviewText
{
  font-style: italic;
}

.reviewer
{
  font-weight: bold;
} 


.greenFillerL
{
  /*display: block; */
  /* clear: left;
  float: left; */
  margin-top: 24px;
  width: 100%;
  background-color: #7BB652;
  border-radius: 10px!important;
  height: 20px;
  display: none;
}

.greenFillerR
{
  /*display: block; */
  /* clear: left;
  float: left; */
  margin-top: 32px;
  width: 100%;
  background-color: #7BB652;
  border-radius: 10px!important;
  height: 230px;
}

.greenFillerR.s12
{
  display: none;
}

.greenFillerR.m6
{
  display: block;
}

/* Structural elements. ..................................................... */
#header
{
  padding-bottom: 70px;
  color: white;
  background-color: #005D18;
  font-size: 20pt;
  font-weight: bold;
  text-align: right;
  height: 1.7em; 
  line-height: 2.5em;
  padding-right: 1em;
}

#mainMenuBar
{
  float: left;
  background-color: #005D18;
  width: 100%;
  border-bottom: 3px solid lightgrey;
}

#mainMenu
{
  clear: all;
  float: left;
  background-color: #005D18;
  margin-left: 1.5em;
  *padding-bottom: 5px;
}

#mainMenu ol li
{
  float: left;
  background-color: #7BB652;
  border-style: solid;
  border-color: #7BB652;
  border-width: 1px 1px 0pt;
  margin-left: 0.5em;
  padding-right: 10px;
  padding-left:  10px;
  color: black;
  cursor:pointer;
  display: inline;
  height: 1.5em;
}

#mainMenu a
{
  text-decoration: none;
  color: black;
  background-color: #7BB652;
  font-weight: bold;
  vertical-align: middle;
}

#mainMenu ol
{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

#content
{
  margin-left: auto;
  margin-right: auto;
  width: 994px;
}

#footer
{
  margin-top: 4em;
  display: block;}

#likes
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.spacer
{
  display: block;
  height: 1em;
}

.copyright
{
  margin-top: 5em;
}

/* Home page specials. ............................................. */
.homeTextTop, .homeTextBottom
{
  margin-top: 16px;
  color: #005D18;
  font-size: 16pt;
  font-weight: bold;
  /* margin-bottom: 1.5em; */
}

.homeTextBottom
{
  display: block;
  position: relative;
  text-align: right;
}

#homeBody
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 3em;
  width: 800px;         
  text-align: justify;
}

#homeImage
{
  margin-top: 3em;
  margin-bottom: 3em;
}




/* ---------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.col-container {
  display: table;
  width: 800px;
  height: 100%;
  overflow: hidden;
}
.col {
  display: table-cell;
  padding-top: 0;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  width: 49%;
  height: 100%;
  margin: 0px;
}

.col-right{
}


.w3-col{
	padding-left: 16px;
	padding-right: 16px;
}


/* ---------------------------------------------------------------- */
/* These are the widths from the W3 stylesheet.                     */
@media (max-width:600px){
	.greenFillerL{display: block;}
	.greenFillerR{display: none;}
}

@media (min-width:601px){
}

@media (max-width:768px){
}

@media (max-width:992px){
}

@media (min-width:993px){
}

@media (max-width:1205px){
}
	
@media (max-width:992px) and (min-width:601px){	
}
	

/* ---------------------------------------------------------------- */
/* Make the screen display as a single column when width is low. */
/*@media only screen and (max-width: 800px) {
  .col 
  { 
    display: block;
    width: 400px;
  }
  
  .greenFillerR
  {
	  height: 20px;
  }
  
  .homeTextBottom
  {
    width: 400px;
  }
}*/

/* ---------------------------------------------------------------- */
/* Make the screen display as a single column in portrait mode e.g. mobile phones. */
/*@media screen and (orientation : portrait)
{
  .col 
  { 
    display: block;
    width: 400px;
  }
  
  .greenFillerR
  {
	  height: 20px;
  }
  
  .homeTextBottom
  {
    width: 400px;
  }
}*/

/*@media screen and (max-width:800px)
{
  .width-400
  {
	  width: 100%;
  }
}*/

/* ---------------------------------------------------------------- */
@media screen
{
.printerOnly
{
  display: none !important;
}
}

/* ---------------------------------------------------------------- */
@media print
{
#mainMenuBar
{
  display: none;
}

#likes
{
  display: none;
}

h1:first-child
{
  page-break-before: avoid !important;
}
}
