.green-button {
  display: inline-block;
  border-radius: 5px;
  padding: .5em 1em;
  color: #fff;
  font-weight: bold;
background: #74c350;
background: -moz-linear-gradient(top,  #74c350 0%, #65ad43 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74c350), color-stop(100%,#65ad43));
background: -webkit-linear-gradient(top,  #74c350 0%,#65ad43 100%);
background: -o-linear-gradient(top,  #74c350 0%,#65ad43 100%);
background: -ms-linear-gradient(top,  #74c350 0%,#65ad43 100%);
background: linear-gradient(to bottom,  #74c350 0%,#65ad43 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74c350', endColorstr='#65ad43',GradientType=0 );

}
.green-button:hover {
  opacity: .8;
  color: #fff;
}
.green-table {
  padding: .5em;
  font-weight: bold;
  color: #fff;
  background-color: #5ab635;
}
.green-table a {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
.green-table :hover {
  color: #346b1e;
  border-bottom: 1px dotted #346b1e;
}
.pdf {
  background: url(../images/pdficon_small.png) no-repeat left center;
  padding-left: 20px;
}