@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400);

#campaign-banner-countdown li p {
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-size: 12px!important;
    line-height: normal !important;
    font-weight: normal;
}

ul.countdown {
    list-style: none;
    padding: 10px 25px;
    display: flex;
    text-align: center;
    background-color: #22307B;
    margin: 10px auto 0;
    width: 278px;
    border-radius: 10px;
    color: white;
    justify-content: space-between;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}

ul.countdown li.seperator {
    font-size: 40px;
    line-height: 40px;
    vertical-align: top;
}

ul.countdown li p {
    color: white;
    font-size: 24px;
}

a {
    color: #76949F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: block;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    background: #f56c4c;
    margin: 40px auto;
    padding: 12px;
    display: block;
    width: 100px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn:hover {
    text-decoration: none;
    opacity: .7;
}