.standard_block_border {
    padding: 10px;
    padding-top: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #2B7BA1;
    border-radius: 12px;
    text-align: left;
}

.standard_block_header{
    display: inline-block;
    margin-left: -10px;
    margin-bottom: 5px;
    margin-top: 3px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 17px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #00abb1;
}

