.wpl-button{
	height: 32px;
    line-height: 31px;
    border-radius:999em;
    padding:0 15px;
    border:1px #e06d5e solid;
    color:#e06d5e;
    display:inline-block;
    font-size:14px;
    background: #fff;
}
.wpl-button.is-active,.wpl-button:hover{
	background-color:#e06d5e;
	color:#fff;
}
