
body {
    margin-top: 20px;
    font-size: 15px;
    color: #171515;
    background-color: #fffbf7;
}

img.lottery-logo {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    width: 100%;
}
.row.title-line {
    margin-top: 30px;
}
.countdown-wrapper {
    text-align: center;
    font-size: 1.3em;
    height: auto;
    width: 100%;
    margin-bottom: 20px !important;
}
.countdown-wrapper .countdown {
    font-weight: 900;
    color: #540304;
    font-size: 1.1em;
}
.hpanel.hblue .panel-body {
    border: none;
}

.hpanel > .panel-heading {
    font-weight: 900;
    color: #171515;
    font-size: 2.2em;
    background-image: none, repeating-linear-gradient(90deg, #540304, #540304 1px, transparent 1px, transparent 8px), none, none;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
    background-repeat: no-repeat;
    padding-top: 30px;
}
.hpanel .panel-body {
    background: transparent;
}
.hpanel {
    margin-top: 60px;
    margin-bottom: 0px;
}
#order-summary .panel-body {
    background: #540304;
    color: #fff;
    margin-bottom: 20px;
}

.btn-primary {
    transition: all 0.1s;
    background-color: #00000000;
    border-color: #540304;
    color: #540304;
    border-radius: 0px;
    border-width: 2px;
    font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #540304;
    border-color: #540304;
    color: #FFFFFF;
}
.btn-default {
    background-color: transparent;
    border-color: #540304;
    color: #540304;
    border-radius: 0px;
}
.form-control {
    border-color: #540304 !important;
}
.input-group-addon-button[data-controls] {
    border-color: #540304 !important;
}