.acf-form .aw-button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    margin: 15px 12px;
    padding: 5px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    transition: all 0.23s ease-in-out 0s;
}

.acf-form .wp-media-buttons {
    display: none;
}

.acf-aw-event-updated div {
    background-color: green;
    color: white;
    margin: 15px 12px;
    padding: 0 10px;
}