#OLDopenPopupBtnmnst3 {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#openPopupBtnmnst3:hover {
    background-color: #005177;
}
.haveMnST3 {
	padding: 0px 10px;
    font-size: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.noMnST3 {
	padding: 10px 20px;
    font-size: 16px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}