.edit-block-mid {
  margin-bottom: 0; }

.center {
  text-align: center;
  margin-bottom: 15px; }
  .center a.button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 7px 15px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient( #fb4d16, #db3704); }
    .center a.button:hover {
      background-image: linear-gradient( #fc7348, #db3704); }
    .center a.button:active {
      background-image: linear-gradient( #db3704, #fc7348);
      box-shadow: none; }

h1 {
  color: #f43d04;
  padding: 0 0 10px;
  margin: 0;
  text-transform: none;
  font: bold italic 32px Arial, Helvetica, sans-serif; }

h2, h3, h4, h5, h6, .z2, .z3 {
  margin: 0px;
  padding: 0 0 0px;
  color: #7caf0c;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif; }

h2, .z2 {
  font-size: 20px; }

h3, .z3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5, h6 {
  font-size: 17px; }
