.btn-noAA {
	color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818
    display: inline-block;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-noAA {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    display: inline-block;
    padding: 8px 12px;
    font-weight: 600;
    min-width: 144px;
    height: 40px;
    text-decoration: none
}

.btn-noAA {
    color: #fff !important;
    background-color: #f33 !important;
    border: 1px solid #ee1818
}

.btn-noAA:active,.btn-noAA:focus,.btn-noAA:hover {
    background-color: #ee1818;
    border-color: #ee1818;
    border-bottom-color: #ee1818
}