#customize_element {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 15px;
    color: white;
    box-shadow: none;
    background-color: #5fbe68;
    border: solid 1px #626262;
}
