/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
.am4button {
    background-color: #00989E; /* teal */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
