@charset "UTF-8";

/* ========BASIC======== */

h2 {
   clear:both;
   padding:0 10px;
   line-height:2.0;
   color:#fff;
   font-size:15px;
   font-weight:normal;
   background:#005312;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #005312), color-stop(0.00, #00a925));
   background:-webkit-linear-gradient(top, #00a925 0%, #005312 85%);
   background:-moz-linear-gradient(top, #00a925 0%, #005312 85%);
   background:-o-linear-gradient(top, #00a925 0%, #005312 85%);
   background:-ms-linear-gradient(top, #00a925 0%, #005312 85%);
   background:linear-gradient(to bottom, #00a925 0%, #005312 85%);
}

h9{
    position: relative;
    color: #fff;
    background: #007130;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -4.8em 1.5em -1.2em;
    padding: 0.8em 20.3em 0.8em 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h9:after{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h9:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h9:after{
    left: 0;
    border-right: 5px solid #333;
}
