.button-wow {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #FF6600;
    border: 1px solid #FF6600;
    text-shadow: 0 1px 0 #FF6600;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
.font-center {
    font-weight: bold;
    text-align: center;
}
.hlydiv img {
    width: 100%;
}
.float-left {
    float: left;
}
.clearfix:after {
    content:".";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}
.prize-container {
    width: 50%;
    margin: 0 auto;
}
.prize-per {
    width: 50%;
    text-align: center;
}
.timeline-per {
    display: inline-block;
    margin: 10px;
}
.down-load-container {
    width: 230px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 679px) {
    .prize-container {
        width: 100%;
    }
    .prize-per {
        width: 100%;
    }
}