online-nursery
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 12pt;
}
 
nursery
{
   border-bottom-width: 1px;
   border-bottom-color: #FFCC00;
   border-bottom-style: dashed;
   padding: 2ex;
   margin: 2ex;
}


 image, xh\:img
{
  text-align: center;
  img-align: center;
}

/* The following elements are block-level elements */

nursery,
description,
title,
textoriginal-source,
details,
family,
genus,
species,
price,
mature-height,
growth-rate,
flower-color,
bloom-time,
soil-type,
pH-content,
zones,
additional-info,
para,
para1,
zone-level
{
  display: block;
font-size: 10pt;
}

title
{
    font-size: 16pt;
    font-weight: bold;
    color:darkblue;
}

name
{
    display: block;
    font-size: 11pt;
    font-weight: bold;
    color:#FF359a;
    margin-top: .25cm;
    margin-bottom: .25cm;
}

name > ref
{
   font-style: italic;
   color: #0066FF;
}

textoriginal-source:before
{
  content:"Original Source from: ";
  font-weight: bold;
  color: black;
}

textoriginal-source
{
  font-weight: bold;
  color: black;
  margin-top: .25cm;
  margin-bottom: .25cm;
}

price:before
{
    content: "Price: ";
    font-weight: bold;
    color: black;
}

family:before
{
  content: "Family: " attr(type);
  font-weight: bold;
  color: black;
}

family
{
margin-top: .25cm;
margin-bottom: .25cm;
}
details 
{
display: block;
margin-top: .25cm;
  margin-bottom: .25cm;
}
genus:before
{
  content: "Genus: " attr(type);
  font-weight: bold;
  color: black;
}

genus
{
margin-top: .25cm;
margin-bottom: .25cm;
}
species:before
{
  content: "Species: " attr(type);
  font-weight: bold;
  color: black;
}

species
{
margin-top: .25cm;
margin-bottom: .25cm;
}
price
{
margin-top: .25cm;
margin-bottom: .25cm;
}

mature-height
{
   display: block;
   color: black;
   margin-top: .25cm;
   margin-bottom: .25cm;
}

mature-height:before
{
content: "Mature Height: " ;
font-weight: bold;
color: black;
}

growth-rate:before
{
  content: "Growth Rate: ";
  font-weight: bold;
  color: black;
}

growth-rate
{
margin-top: .25cm;
margin-bottom: .25cm;
}

flower-color:before
{
content: "Flower Color:  ";
font-weight: bold;
color: black;
}

flower-color
{
margin-top: .25cm;
margin-bottom: .25cm;
}
bloom-time:before
{
content: "Bloom Time:  ";
font-weight: bold;
color: black;
}

bloom-time
{
margin-top: .25cm;
margin-bottom: .25cm;
}

soil-type pH-content
{
    display: block;
    color: black;
    margin-top: .25cm;
    margin-bottom: .25cm;
}

soil-type:before
{
content: "Soil Type  ";
font-weight: bold;
color: black;
}

pH-content:before
{
content: "pH Content:  ";
font-weight: bold;
color: black;
}

zones
{
    display: block;
    color: black;
    margin-top: .25cm;
    margin-bottom: .25cm;
}

zones:before
{
  content: "Zones: ";
font-weight: bold;
color: black;
}

additional-info
{
   display: block;
   color: black;
   margin-top: .25cm;
   margin-bottom: .25cm;
}

para
{
margin-top: .25cm;
margin-bottom: .25cm;
}
additional-info:before
{
    content: "Description: ";
    font-weight: bold;
    color: black;
}

para1
{
margin-top: .25cm;
margin-bottom: .25cm;
}

para ref
{
   font-style: italic;
   color: blue;
}
