.tk_lottery_button{
    text-align: center;
}
.tk_lottery_button a{
    width: auto !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    box-sizing: border-box;
    padding: 15px;
    font-size: 15px !important;
    background: #7d00be;
    border: 1px solid #7d00be;
    border-width: 1px 0;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #ffffff !important;
}
.tk_lottery_button a:hover {
    background: #8a00d2;
    border-bottom-color: #7a00b9;
}
.tk_lottery_link{
    text-align: center;
}
.tk_lottery_link a{
    text-decoration: underline !important;
    color: #7d00be !important;
}