.sweet-modal-buttons a.button, .sweet-modal-buttons button, a.button, button {
    display: inline-block;
    background: #F57C00;
    border: 0px solid #b85d00;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
	margin-right: 0px;
    min-width: 22px;
    transition: all 0.2s;
    outline: 0; 
}

a.bordered.button, button.bordered {
    background: none;
    border-color: #F57C00;
    color: #333; border:0px;
}
a.bordered.button:hover, button.bordered:hover {
    background:none;border:0px;
    /*color: #fff;*/
    border-color: #b85d00;
}

a.bordered.flat.button, button.bordered.flat {
    border-color: transparent;
}
.dropdown-menu{ min-width:0rem; }
.bordered{ cursor:pointer; }