div.section_header {
    background: #000;
    height: 24px;
    margin: 0px;
    padding: 4px 0px 4px 12px;
    border-bottom: 12px solid #990000;
    border-top-right-radius: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-family:'Source Sans Pro', 'Tahoma', 'sans-serif';
    font-weight: 200;
    position: relative;
    margin-bottom: 18px;
    cursor: default;
}

div.section_header:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 14px solid #990000;
    border-left: 14px solid transparent;
    position: absolute;
    top: 42px;
    left: 25px;
}

div.section_header:before {
    content:"\2605";
    display: block;
    position: absolute;
    top: 35px;
    left: 34px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}

a.section_more {
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

