.ribbon{
    color: #fff;
    margin: 10px 0 50px;
    margin-bottom: 18px;
    width: 100%;
    position: relative;
    //text-transform: uppercase;
    background: #00CCFF;//rgb(0, 164, 239);
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    padding: 10px 15px;
    clear: both;
}

div.left_ribbon{
    color: #000;
    margin-left: -20px;
    float: left;
}

div.left_ribbon h3{
    margin: 0 12px;
    color:  white;
    font-size: 18px;
}

div.left_ribbon::before{
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -11px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 80, 116);
}

div.left_ribbon::after{
    display: block;
    width: 6px;
    height: 44px;
    position: absolute;
    bottom: 3px;
    right: -1px;
    content: "";
    border: 1px solid rgba(0,0,0,.3);
    transform: skew(0deg,45deg);
    -ms-transform: skew(0deg,45deg); /* IE 9 */
    -webkit-transform: skew(0deg,45deg); /* Safari and Chrome */
    -o-transform: skew(0deg,45deg); /* Opera */
    -moz-transform: skew(0deg,45deg); /* Firefox */
    background: rgb(0, 80, 116);//rgb(0, 80, 116);
}