.riptidecentral-button {
	/* --webkit-appearance: button !important; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 9px;
    font-size: 14px;
    height: 33px;
    line-height: 32px;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    min-width: 35px;
    border-radius: 5px;
    border: 1px solid #25447e;
    background-color: #fff;
    color: #1B365D;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
}

a:link .riptidecentral-button {

    padding: 0px 10px;
}
.riptidecentral-button-trash {
		background-image:url('/images/trashicon.png');
		background-size: 20px,20px;
		background-position: center center;
		background-repeat: no-repeat;
        width:45px;
}

.riptidecentral-button-edit {
    background-image:url('/images/editicon.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;
}

.riptidecentral-button-calendar {
    background-image:url('/siteAssets/icons/cal.svg');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;
}

.riptidecentral-button-sync {
background-image:url('/Pondhoppers_Riptide_Web/images/sync.png');
background-size: 20px,20px;
background-position: center center;
background-repeat: no-repeat;
width:45px;
}
@media screen and (max-width: 601px) {
    .riptidecentral-button-nosidemargin {
        margin-right:0px;
        margin-left:0px;
    }
    .riptidecentral-button {
        font-size:100%;
        padding: 0px 5px;
    }

}

.riptidecentral-button-bheart {
    background-image:url('/images/blackheart1.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;}

.riptidecentral-button-rheart {
    background-image:url('/images/redheart1.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    width:45px;}

/* editbutton */

/* background-color: #253863;
color: #FFF;
border: 1px solid #008f86;
color: #008f86; */
    