  @charset "UTF-8";
/* CSS Document */

.button2yellow {
	color: #fdda01 !important;
    border: 2px solid #fdda01;
    background: 0 0;
    text-decoration: none;
    padding: 14px 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-out;
    font-family: jd_sans_probold;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}

.button2yellow:hover {
	background: #fdda01;
    color: #333 !important;
    text-decoration: none;
}