
.Heading-2,h2{
    color:#585f69;
    font-family:"Open Sans",sans-serif;
    font-weight:normal;
    text-shadow: none;
    border-bottom:2px solid #72c02c;
    display:inline-block;
    padding-bottom:5px;
    font-size:22px;
    margin-bottom: 10px;
}
#tinymce .col-md-6{
    width:50%;
    display:inline-block;
}
.Heading-3,h3 {
    color: #555;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: none;
    font-size: 20px;
    line-height: 27px;
}
.color-green{
    color: #72c02c;
}
#tinymce  p a, #tinymce  li a {
    color: #72c02c;
}

body,td {
    color: #333;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6;
}
p {
    margin: 0 0 10px;
}