html,
body
{
    font-family: Arial, 'Athiti', sans-serif;
    font-size:15px;
}
*
{
    text-align:justify;
    margin:auto;
}
a
{
    text-decoration:none;
    color:brown;
    text-transform:capitalize;
    font-size:15px;
}
a:hover
{
    color:red;
}
h1
{
    font-size:16px;
    color:white;
    font-weight:normal;
    text-align:center;
    padding:8px;
    text-transform:capitalize;
}
h2
{
    font-size: 15px;
    color:black;
    font-weight:normal;
    text-align:center;
    padding:8px;
    text-transform:capitalize;
}
h3
{
    color:#4d4d4d;
    font-size:14px;
    margin:8px;
    text-transform:capitalize;
    text-align:center;
}
.simple-input h1
{
    color:black;
    font-size:16px;
    margin-left:8px;
    text-transform:uppercase;
    font-weight: bold;
}
p
{
    text-align:justify;
    margin-left:10px;
    margin-right:10px;
    font-size:16px;
    letter-spacing:-0.5px;
}
p img
{
    display:none;
}
ul
{
    color:#4d4d4d;
    font-style:italic;
    font-size:16px;
    margin: 8px;
}
td
{
    text-align:center;
    display:block;
}
input
{
    width:100%;
    padding: 5px 10px;
    margin: 2px 2px;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}
label
{
    text-transform:uppercase;
    color:#4d4d4d;
    font-weight: bold;
}

input[type=submit]
{
    width:100%;
    background-color: #808080;
    color: white;
    padding: 7px 10px;
    margin: 4px 0;
    border: none;
    border-radius: 4px;
    font-weight:bold;
    text-align:center;
}
input[type=submit]:hover
{
    background-color: #45a049;
}
textarea
{
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    height:160px;
}
hr
{
    color:#ccc;
}
select
{
    color:#4d4d4d;
    border-radius:4px;
}
span
{
    display:block;
}
span a
{
    text-transform:uppercase;
}
#logo
{
    text-align:center;
}
#logo img
{
    display:none;
}
#logo a
{
    font-size:24px;
    text-transform:capitalize;
    font-weight:bold;
    font-style:italic;
    color:#fff;
}
#page
{
    background:#fff;
    padding:1px;
    color:#4d4d4d;
}
#header
{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background:#B97A57;
    height:180px;
}
#header p
{
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    text-transform:uppercase;
    text-align: center;
    font-size:12.5px;
}
#header a
{
    color: #fff;
}

.nav_link
{
    height: 25px;
    padding:8px 0 1px 0px;
    margin: 2.5px 0px;
    border-radius:5px;
    width:98%;
    background-color:#733900;
    text-align:center;
    margin:5px auto;
}

.nav_link a
{
    padding:4px;
    color:#ffffff;
    font-size:15px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.nav_link a:hover
{
    background-color:#E00000;
}
.content_text
{
    width:auto;
    font-size:14px;
    text-align:justify;
    padding:4px;
}
.content_text table
{
    width:auto;
}
.content_text table td
{
    font-size:14px;
    line-height:25px;
}

.content_text ul
{
    position:relative;
}

.em ul
{
    padding: 5px;
    margin: 10px;
    font-size:15px;
    font-style: italic;
    color:#B00000;
    text-align: center;
}

.em p
{
    padding: 5px 0px;
    font-size:16px;
    color:#B00000;
    text-align: center;
}

.em a
{
    text-transform: capitalize;
    color:#000;
}

.em a:hover
{
    text-transform: capitalize;
    color:#B00000;
}

#footer
{
    margin-top:10px;
    text-align:center;
    font-size:12px;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    background:#4d4d4d;
    line-height:20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    clear:both;
}
#footer a
{
    color: #ffffff;
}
#footer a:hover
{
    color:red;
}
#error
{
    display:block;
    color:#4d4948;
    background-color:#fffebe;
    border: 1px solid #cbcbcb;
    font-size:110%;
    margin: 2px;
}

#success
{
    color:#4d4948;
    background-color:#bce9b5;
    border: 1px solid #7ace6c;
    font-size:110%;
    margin: 2px;
}

.myButton
{
    margin-top: 15px;
    box-shadow: 0px 10px 14px -7px #ffffff;
    background-color:#bdbdbd;
    border-radius:4px;
    display:inline-block;
    color:brown;
    font-size:16px;
    text-transform:capitalize;
    padding:10px;
    text-shadow:0px 1px 0px #ffffff;
    width:95%;
}
.myButton:hover
{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
    background-color:#dfdfdf;
}
.myButton:active
{
    position:relative;
    top:1px;
}
.lose
{
    background:#697281;
    padding:5px;
    text-align: justify;
    margin-bottom: 5px;
    color:#FFFFFF;
    font-size:16px;
}
.in
{
    background:#2F59C9;
    padding:5px;
    text-align: justify;
    margin-bottom: 5px;
    color:#FFFFFF;
    font-size:16px;
}
.out
{
    background:#F04A17;
    padding:5px;
    text-align: justify;
    margin-bottom: 5px;
    color:#FFFFFF;
    font-size:16px;
}
.main_head
{
    margin:0 auto 5px auto;
    background:#4d4d4d;
    color:#fff;
    border-radius:5px;
    text-align:center;
}
.main_head a
{
    color:#fff;
    text-transform:capitalize;
}
.main_head a:hover
{
    color:red;
}
.match .main_head
{
    margin-top:4px;
    padding:8px;
}
.banner
{
    width:95%;
    margin:5px auto;
    padding: 5px;
    text-align: center;
    border: 2px solid #ccc;
}
.banner img
{
    width: 100%;
    height: 200px;
}
.banner .content_head_a
{
    padding: 10px 0px 0px 15px;
    margin:10px auto 10px auto;
    background:#4d4d4d;
    color:#fff;
    font-size: 15px;
    text-align:center;
}
.banner .content_head_a:hover
{
    color:red;
}
.img
{
    text-align: center;
}
.img img
{
    width:95%;
    height:180px;
}
.match p
{
    width:95%;
    text-align:center;
}
.match select
{
    width:88%;
    padding:5px;
    margin-bottom:10px;
    text-transform:uppercase;
    text-align:center;
}
.match option
{
    font-size:14px;
    padding-bottom:5px;
    color:#4d4d4d;
    text-align:center;
}
.match button
{
    color: #FFF;
    background: #900;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #900;
    padding: 5px 2.5px;
    margin-left:5px;
    border-radius:4px;
}
.match button:hover
{
    color: #FFF;
    background: #B97A57;
}
#ticket table
{
    width: 100%;
}
#ticket td
{
    text-align: center;
    padding: 1px 2px;
    line-height: 20px;
}
.ticket_em
{
    text-align: center;
    font-size:15px;
    color:#B00000;
    letter-spacing:-0.5px;
}
#ticket a
{
    text-transform:uppercase;
    font-size: 14px;
}
#ticket p
{
    text-align: center;
}

#login table
{
    width: 100%;
}

.button_one button
{
    width: 100%;
    color: #FFF;
    background: #900;
    text-transform: uppercase;
    border: 1px solid #900;
    padding: 5px;
    border-radius:4px;
    margin-left:2px;
    text-align: center;
}
.button_one button:hover
{
    color: #FFF;
    background: #B97A57;
}
.button_two button
{
    width: 100%;
    color: #FFF;
    background: #4d4d4d;
    text-transform: uppercase;
    border: 1px solid #900;
    padding: 5px;
    border-radius:4px;
    margin-left:2px;
    text-align: center;
}
.button_two button:hover
{
    color: #FFF;
    background: #B97A57;
}
#ticket_view
{
    width:98%;
    font-size:14px;
    margin-top:20px;
    margin-bottom:20px;
}
.ticket-button
{
    background-color:#808080;
    border-radius:4px;
    display:inline-block;
    color:white;
    font-size:14px;
    padding:2px 8px;
    text-align:center;
    margin:2px;
    font-weight:bold;
}
.ticket-button:hover
{
    background-color:#ccc;
}
.block_top
{
    border: 2px solid #ccc;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
}
.block_top p
{
    text-align:center;
    font-size:16px;
}
.block_bottom
{
    border: 2px solid #ccc;
    line-height: 20px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    margin-top: 7px;
}
.block_bottom p
{
    text-align:center;
    font-size:14px;
}
.block_two
{
    border: 2px solid #ccc;
    margin-top: 2px;
}
.block_two td
{
    text-align:center;
}
.main_headTwo p
{
    line-height: 18px;
    background:brown;
    color:#fff;
    padding-left: 20px;
    padding-top: 5px;
    text-align:center;
    border-radius:4px;
}
.placeEvent
{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
}
.placeTeam
{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: bold;
}
.placeSmall
{
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
.uppercase
{
    text-transform:uppercase;
    font-weight:bold;
}
#contact .em p
{
    font-size:16px;
    text-align:center;
    padding:10px 0px;
}
#contact img
{
    display:none;
}
#winners-list
{
    text-transform:capitalize;
}
#winners-list td
{
    display:inline-block;
    width:40%;
}
#winners-list h2
{
    font-size:18px;
}
#winners-list h3
{
    font-size:16px;
    font-style:italic;
    clear:both;
}
#winners-list li
{
    font-size:16px;
}
#winners-list table
{
    width:98%;
    margin-left: 10px;
}
.result p
{
    margin-left:12px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:-0.5px;
    line-height:22px;
    margin-bottom:2px;
}
.match-status p
{
    text-transform:uppercase;
    font-size:12.5px;
    font-weight:bold;
    margin-bottom:-5px;
}
.my-ticket
{
    width:98%;
    margin-top:10px;
    border:2px solid #ccc;
    text-transform:uppercase;
    line-height:18px;
}
.my-ticket p
{
    padding-top:5px;
    font-size:13px;
    word-spacing:-0.5px;
}
.my-ticket a
{
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
}

#fixture td
{
    display:inline;
}

.fixture
{
    margin:4px 0;
    width:98%;
    border:2px solid #ccc;
    border-radius:4px;
}

#promo
{
    padding: 0px 2px;
    width: 100%;
}

#promo th
{
    padding: 10px;
    background-color: #ddd;
    text-transform: capitalize;
}

#promo td
{
    border:1px solid #ddd;
    padding: 2px;
}

#empty
{
    visibility: hidden;
}

#promo img
{
    width:100%;
    height: 200px;
}

.other-link
{
    text-transform: capitalize;
}

#withdraw
{
    width: 100%;
}

#withdraw td, th
{
    text-align: center;
}

.em h1
{
    font-size:18px;
    line-height:25px;
    color:#B00000;
    padding-left: 20px;
    font-weight: normal;
    margin-left: 20px;
}

.button-yellow,.button-green,.button-grey,.button-orange,.button-facebook,.button-twitter,.button-whatsapp,.button-yellow-full,.button-green-full,.button-grey-full,.button-orange-full,.button-facebook-full,.button-twitter-full,.button-whatsapp-full,.item-yellow,.item-grey
{
    -webkit-border-radius:4px;
    border-radius:4px;
    background-clip:border-box;
    background-origin:border-box;
    -webkit-background-clip:border-box;
    background-clip:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-background-origin:border-box;
    background-origin:border-box;
    display:inline-block;
    font-weight:bold;
    font-size:14px;
    padding:10px 20px;
    text-align:center;
    text-transform:uppercase;
    vertical-align:middle;
    border:0;
    border-width:0
}
.disabled.button-yellow,
.disabled.button-green,
.disabled.button-grey,
.disabled.button-orange,
.disabled.button-facebook,
.disabled.button-twitter,
.disabled.button-whatsapp,
.disabled.button-yellow-full,
.disabled.button-green-full,
.disabled.button-grey-full,
.disabled.button-orange-full,
.disabled.button-facebook-full,
.disabled.button-twitter-full,
.disabled.button-whatsapp-full,
.disabled.item-yellow,
.disabled.item-grey,
[disabled].button-yellow,
[disabled].button-green,
[disabled].button-grey,
[disabled].button-orange,
[disabled].button-facebook,
[disabled].button-twitter,
[disabled].button-whatsapp,
[disabled].button-yellow-full,
[disabled].button-green-full,
[disabled].button-grey-full,
[disabled].button-orange-full,
[disabled].button-facebook-full,
[disabled].button-twitter-full,
[disabled].button-whatsapp-full,
[disabled].item-yellow,
[disabled].item-grey,
.button-yellow:disabled,
.button-green:disabled,
.button-grey:disabled,
.button-orange:disabled,
.button-facebook:disabled,
.button-twitter:disabled,
.button-whatsapp:disabled,
.button-yellow-full:disabled,
.button-green-full:disabled,
.button-grey-full:disabled,
.button-orange-full:disabled,
.button-facebook-full:disabled,
.button-twitter-full:disabled,
.button-whatsapp-full:disabled,
.item-yellow:disabled,
.item-grey:disabled
{
    cursor:default;
    background:#dadada;
    color:#a59b9b
}
.disabled.button-yellow:hover,
.disabled.button-green:hover,
.disabled.button-grey:hover,
.disabled.button-orange:hover,
.disabled.button-facebook:hover,
.disabled.button-twitter:hover,
.disabled.button-whatsapp:hover,
.disabled.button-yellow-full:hover,
.disabled.button-green-full:hover,
.disabled.button-grey-full:hover,
.disabled.button-orange-full:hover,
.disabled.button-facebook-full:hover,
.disabled.button-twitter-full:hover,
.disabled.button-whatsapp-full:hover,
.disabled.item-yellow:hover,
.disabled.item-grey:hover,
[disabled].button-yellow:hover,
[disabled].button-green:hover,
[disabled].button-grey:hover,
[disabled].button-orange:hover,
[disabled].button-facebook:hover,
[disabled].button-twitter:hover,
[disabled].button-whatsapp:hover,
[disabled].button-yellow-full:hover,
[disabled].button-green-full:hover,
[disabled].button-grey-full:hover,
[disabled].button-orange-full:hover,
[disabled].button-facebook-full:hover,
[disabled].button-twitter-full:hover,
[disabled].button-whatsapp-full:hover,
[disabled].item-yellow:hover,
[disabled].item-grey:hover,
.button-yellow:disabled:hover,
.button-green:disabled:hover,
.button-grey:disabled:hover,
.button-orange:disabled:hover,
.button-facebook:disabled:hover,
.button-twitter:disabled:hover,
.button-whatsapp:disabled:hover,
.button-yellow-full:disabled:hover,
.button-green-full:disabled:hover,
.button-grey-full:disabled:hover,
.button-orange-full:disabled:hover,
.button-facebook-full:disabled:hover,
.button-twitter-full:disabled:hover,
.button-whatsapp-full:disabled:hover,
.item-yellow:disabled:hover,
.item-grey:disabled:hover
{
    background:#dadada;
    color:#a59b9b
}
@media(max-width:280px)
{
    .button-yellow,
    .button-green,
    .button-grey,
    .button-orange,
    .button-facebook,
    .button-twitter,
    .button-whatsapp,
    .button-yellow-full,
    .button-green-full,
    .button-grey-full,
    .button-orange-full,
    .button-facebook-full,
    .button-twitter-full,
    .button-whatsapp-full,
    .item-yellow,
    .item-grey
    {
        font-size:12px;
        padding:6px 7px
    }
}
@media(min-width:280px) and (max-width:359px)
{
    .button-yellow,
    .button-green,
    .button-grey,
    .button-orange,
    .button-facebook,
    .button-twitter,
    .button-whatsapp,
    .button-yellow-full,
    .button-green-full,
    .button-grey-full,
    .button-orange-full,
    .button-facebook-full,
    .button-twitter-full,
    .button-whatsapp-full,
    .item-yellow,
    .item-grey
    {
        font-size:13px;
        padding:9px 12px
    }
}
.indicator-grey,
.indicator-white,
.indicator-green,
.indicator-yellow,
.indicator-orange,
.indicator-red,
.indicator-green-blank
{
    -webkit-border-radius:10px;
    border-radius:10px;
    background-clip:border-box;
    background-origin:border-box;
    display:inline-block;
    text-align:center;
    padding:2px 7px;
    line-height:14px;
    font-size:13px;
    border:0;
    border-width:0
}
.disabled.indicator-grey,
.disabled.indicator-white,
.disabled.indicator-green,
.disabled.indicator-yellow,
.disabled.indicator-orange,
.disabled.indicator-red,
.disabled.indicator-green-blank,
[disabled].indicator-grey,
[disabled].indicator-white,
[disabled].indicator-green,
[disabled].indicator-yellow,
[disabled].indicator-orange,
[disabled].indicator-red,
[disabled].indicator-green-blank,
.indicator-grey:disabled,
.indicator-white:disabled,
.indicator-green:disabled,
.indicator-yellow:disabled,
.indicator-orange:disabled,
.indicator-red:disabled,
.indicator-green-blank:disabled
{
    cursor:default;
    background:#dadada;
    color:#a59b9b
}
.disabled.indicator-grey:hover,
.disabled.indicator-white:hover,
.disabled.indicator-green:hover,
.disabled.indicator-yellow:hover,
.disabled.indicator-orange:hover,
.disabled.indicator-red:hover,
.disabled.indicator-green-blank:hover,
[disabled].indicator-grey:hover,
[disabled].indicator-white:hover,
[disabled].indicator-green:hover,
[disabled].indicator-yellow:hover,
[disabled].indicator-orange:hover,
[disabled].indicator-red:hover,
[disabled].indicator-green-blank:hover,
.indicator-grey:disabled:hover,
.indicator-white:disabled:hover,
.indicator-green:disabled:hover,
.indicator-yellow:disabled:hover,
.indicator-orange:disabled:hover,
.indicator-red:disabled:hover,
.indicator-green-blank:disabled:hover
{
    background:#dadada;
    color:#a59b9b
}
@media(max-width:360px)
{
    .indicator-grey,
    .indicator-white,
    .indicator-green,
    .indicator-yellow,
    .indicator-orange,
    .indicator-red,
    .indicator-green-blank
    {
        font-size:12px
    }
}
.eventcount.indicator-grey,
.eventcount.indicator-white,
.eventcount.indicator-green,
.eventcount .indicator-yellow,
.eventcount .indicator-orange,
.eventcount .indicator-red,
.eventcount .indicator-green-blank
{
    margin-left:4px
}
.tab-selector
{
    -webkit-border-radius:20px;
    border-radius:20px;
    background-clip:border-box;
    background-origin:border-box;
    display:block;
    font-weight:bold;
    font-size:13px;
    text-align:center;
    padding:4px 7px;
    outline:0;
    border:2px solid
}
.disabled.tab-selector,[disabled].tab-selector,.tab-selector:disabled
{
    cursor:default;
    background:transparent;
    color:#a59b9b;
    border-color:#dadada
}
.disabled.tab-selector:hover,[disabled].tab-selector:hover,.tab-selector:disabled:hover
{
    background:transparent;
    color:#a59b9b;
    border-color:#dadada
}
@media(max-width:767px)
{
    .tab-selector
    {
        font-size:12px;
        padding:3px 7px
    }
}
.separator,.separator-arrow-to-right,.separator-arrow-down
{
    background:#312b27;
    color:#fff;
    font-size:12px;
    line-height:1em;
    padding:8px 12px;
    text-transform:uppercase;
    margin:0
}
.menu-item
{
    color:#302929;
    display:block;
    font-size:12px;
    line-height:1.3em;
    padding:12px;
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer
}
.event .event-bet .jp-selection,.event .event-bet-jp .jp-selection,.event .event-bet .jp-selection-active,.event .event-bet-jp .jp-selection-active{
    display:table-cell;
    padding:6px 8px;
    font-weight:400;
    width:1px;
    background:#d4d4d4;
    border-radius:4px;
    color:#322b29;
    font-size:12px;
    line-height:12px;
    min-width:14px
}
.button-yellow,.button-green,.button-grey,.button-orange,.button-facebook,.button-twitter,.button-whatsapp{
    color:#fff
}
.button-yellow-full,.button-green-full,.button-grey-full,.button-orange-full,.button-facebook-full,.button-twitter-full,.button-whatsapp-full
{
    color:#fff;
    width:100%
}
.landing .button-yellow-full,.landing .button-green-full,.landing .button-grey-full,.landing .button-orange-full,.landing .button-facebook-full,.landing .button-twitter-full,.landing .button-whatsapp-full
{
    max-width:480px
}
.button-yellow,.button-yellow-full{
    background:#fdcd00;
    color:#322b29
}
.button-yellow:hover,.button-yellow-full:hover{
    background:#edb000;
    color:#322b29
}
.button-yellow.cancelpayout,.button-yellow-full.cancelpayout{
    float:right;
    margin-right:20px
}
@media(max-width:360px){
    .button-yellow.cancelpayout,.button-yellow-full.cancelpayout{
        float:none;
        margin-left:20px
    }
}
.button-green,.button-green-full{
    background:#76c036;
    color:#fff
}
.button-green:hover,.button-green-full:hover{
    background:#65ac28;
    color:#fff
}
.button-grey,.button-grey-full{
    background:#d4d4d4;
    color:#322b29
}
.button-grey:hover,.button-grey-full:hover{
    background:#c1c1c1;
    color:#322b29
}
.button-orange,.button-orange-full{
    background:#ff5b1b;
    color:#fff
}
.button-orange:hover,.button-orange-full:hover{
    background:#ff4e24;
    color:#fff
}
.button-facebook,.button-facebook-full,.button-twitter,.button-twitter-full,.button-whatsapp,.button-whatsapp-full
{
    color:#fff;
    text-align:left;
    font-weight:400;
    padding:10px 20px 10px 40px;
    background-size:20px 20px !important;
    text-transform:none !important;
    text-decoration:none !important
}
.button-twitter,.button-twitter-full{
    background:#1da1f2 url("https://d36r55ftass5h5.cloudfront.net/img/icons.svg.tw.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/tw.svg") scroll no-repeat 12px,linear-gradient(to right,#1da1f2,#1da1f2)
}
@media(max-width:280px){
    .button-twitter,.button-twitter-full{
        padding:18px 20px 18px 40px;
        background-position:center
    }
    .cms-template-field .button-twitter,.cms-template-field .button-twitter-full{
        background-position:12px
    }
}
.button-twitter:hover,.button-twitter:active,.button-twitter-full:hover,.button-twitter-full:active{
    background:#1083eb url("https://d36r55ftass5h5.cloudfront.net/img/icons.svg.tw.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/tw.svg") scroll no-repeat 12px,linear-gradient(to right,#1083eb,#1d83eb);
    color:#fff
}
.button-facebook,.button-facebook-full
{
    background:#3c5a99 url("https://d36r55ftass5h5.cloudfront.net/img/icons.svg.fb.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/fb.svg") scroll no-repeat 12px,linear-gradient(to right,#3c5a99,#3c5a99)
}
@media(max-width:280px)
{
    .button-facebook,.button-facebook-full
    {
        padding:18px 20px 18px 40px;
        background-position:center
    }
    .cms-template-field .button-facebook,.cms-template-field .button-facebook-full
    {
        background-position:12px
    }
}
.button-facebook:hover,.button-facebook:active,.button-facebook-full:hover,.button-facebook-full:active
{
    background:#243c7a url("https://d36r55ftass5h5.cloudfront.net/img/icons.svg.fb.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/fb.svg") scroll no-repeat 12px,linear-gradient(to right,#243c7a,#243c7a);
    color:#fff
}
.button-whatsapp,.button-whatsapp-full
{
    background:#44c51e url("https://d36r55ftass5h5.cloudfront.net/img/icons/wa.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/icons/wa.svg") scroll no-repeat 12px,linear-gradient(to right,#44c51e,#44c51e)
}
@media(max-width:280px)
{
    .button-whatsapp,.button-whatsapp-full
    {
        padding:18px 20px 18px 40px;
        background-position:center
    }
    .cms-template-field .button-whatsapp,.cms-template-field .button-whatsapp-full
    {
        background-position:12px
    }
}
.button-whatsapp:hover,.button-whatsapp:active,.button-whatsapp-full:hover,.button-whatsapp-full:active
{
    background:#44c51e url("https://d36r55ftass5h5.cloudfront.net/img/icons/wa.png") scroll no-repeat 12px;
    background:url("https://d36r55ftass5h5.cloudfront.net/img/icons/wa.svg") scroll no-repeat 12px,linear-gradient(to right,#44c51e,#44c51e);
    color:#fff
}
.item-yellow
{
    background:#fdcd00;
    color:#322b29
}

#event_show p a
{
    text-transform: capitalize;
    font-size: 18px;
}

.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width:100%;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width:100%;
    text-transform: capitalize;
}
.tt-suggestion {
    font-size: 24px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}

#sharer p{
    margin: 5px;
}

#nav {
    text-align:center;
    background-color: #333;
    margin: 5px 0px;
}

#nav ul {
    display:inline-block;
    list-style:none;
    margin-left: -25px;
}

#nav li {
    display:inline;
}

#nav a {
    float:left;
    text-decoration:none;
    padding:0px 12px;
    color: #f2f2f2;
    font-size: 16px;
}

#nav a:hover, #nav selected a {
    background: #ddd;
    color: black;
}

.events-container {
    padding: auto;
    border-bottom: 1px solid #E6E7E2;
    background: #fff;
}

.event-match {
    padding: 10px 10px;
}

.row {
    padding-bottom: 2px;
    width: 95%;
}

.teams {
    font-size: 18px;
    height: 100%;
    font-weight: 600;
}

.betline-list {
    display: flex;
    justify-content: center;
    width: auto;
}

.bet-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.selection-space {
    text-align: center;
}

.button1 {
    background-color: #F4F5F0;
    color: black;
    padding: 7px 20px;
    border-radius: 2px;
    width: 30%;
}

.button2 {
    background-color: #FFFFFF;
    color: black;
    padding: auto 10px;
    width: 5%;
    font-size: 20px;
}

.bet-button:hover{
    background-color: #8DC63F;
    color: whitesmoke;
}

.league-p{
    font-weight: 400;
    font-size: 13px;
    color: #92979C;
}

#betslip-js-status{
    background-color: #8DC63F;
    color: whitesmoke;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    position: fixed;
    bottom: 40%;
    left: 5%;

}

.selection {
    font-size: 16px;
    height: 100%;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
}

.selection-small {
    font-size: 13px;
    height: 100%;
    font-weight: 600;
    margin-left: 12px;
    text-transform: capitalize;
}

.simple-button button{
    padding: 5px;
    background-color: black;
    color: whitesmoke;
}

.simple-button button a{
    padding: 5px;
    background-color: black;
    color: whitesmoke;
}