﻿@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

#sbetslipshadowOff {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.box-cta {
    text-align: center;
    padding: 10px 12px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.box-cta span {
    display: block;
    margin-bottom: 5px;
}

a.rbtn-green,
a.rbtn-blue {
    display: block;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

a.rbtn-green { background: #4aad00 }
a.rbtn-blue  { background: #0096db; margin-bottom: 5px }
a.rbtn-green:active { background: #67e00d }
a.rbtn-blue:active { background: #01acfb }