/* buttons */
.wbutton {
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none !important;
}

.wbutton:hover,
.wbutton:focus,
.wbutton:active {
    color:#fff!important;
    text-decoration: none !important;
    opacity: 0.9;
}

.button_align {
    text-align: center;
}
@media only screen and (max-width: 767px) {
.wbutton {
    margin-top: 10px !important;
  display:block;
}
button.wbutton {
	padding:0px;
	margin:0px;
}
}