.content {
  line-height: 1.5em;
  font-size: 120%;
}

.content h1, .content h2, .content h3 {
  margin: 0;
}

.content h1 {
  font-size: 2.0em;
  line-height: 1em;
  margin: 0 0 10px;
}

.content h2 {
  font-size: 1.6em;
  margin-bottom: 0.25em;
}

.content h3 {
  font-size: 1.1em;
  padding: 0 0 5px;
}

.content h4 {
  font-size: 1.0em;
  margin: 0;
  padding: 0 0 4px;
  font-weight: bold;
}

.content legend
{
  font-size: 1.6em;
  margin-bottom: 0.25em;
}

.content a
{
  color: #56B548;
  text-decoration: none;
}

.content ul {
  list-style-position: inside;
  margin-left: 20px;
}

.content ul li {
  list-style-type: square;
  padding: 4px 0 4px 10px;
}

.content ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 30px;
}

.content ol li {
  padding: 4px 0 4px 10px;
}

.content table {
  position: relative;
  -webkit-box-shadow: #4d4749 2px 2px 10px;
  -moz-box-shadow: #4d4749 2px 2px 10px;
  box-shadow: #4d4749 2px 2px 10px;
  border-bottom: 3px solid #56B548;
}

.content th {
  background-color: #1C6911;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.content td {
  background-color: #d9d9d9;
  padding: 6px;
}
.content td a {
  text-decoration: none;
  color: inherit;
}

.content tr:nth-child(even) td {
  background-color: White;
}

.content th, .content td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.content th:last-child, .content td:last-child {
  border-right: none;
}

.content tr:last-child td {
  border-bottom: none;
}

.content tr.trhover, .content tr.trhover:nth-child(even) {
  cursor: pointer;
}
.content tr.trhover td, .content tr.trhover:nth-child(even) td {
  color: #c8a2c8;
}

/*Gallery Image styles*/
.galimg {
  float: left;
}

.galimg a {
  display: block;
  margin: 10px;
  width: 140px;
  height: 140px;
}

.galimg a:hover {
  margin: 9px;
  border: 1px solid black;
}

/*  */
/*Article Image styles*/
div.image img {
  border: 4px solid #a5a5a5;
}

.imagefloatleft {
  float: left;
  margin: 0 20px 1em 0;
}

.imagefloatright {
  float: right;
  margin-left: 20px;
}

.imagealignleft {
  margin: auto;
  text-align: left;
}

.imagealigncenter {
  margin: auto;
  text-align: center;
}

.imagealignright {
  margin: auto;
  text-align: right;
}

.imagenofloat {
  margin: 0;
}

.imgcaption {
  font-size: 0.8em;
  color: #9c9c9c;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 650px) {
  .content td {
    background-color: #FFF;
  }

  .content tr:last-child td {
    border-bottom: 1px solid #1C6911;
  }
}