.standard_block_border {
    padding: 15px;
    padding-top: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: #A7BF27;
    border-radius: 24px;
}

.standard_block_header {
    display: inline-block;
    margin-left: -10px;
    margin-bottom: 5px;
    margin-top: 3px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-weight:bold;
    /*font-size: 17px;*/
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #A7BF27;
}

