body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bg-noise.png);
    background-repeat: repeat;
    width: 100%;
}

.clearfix {
    clear: both;
}

.game-area {
    background-color: #000;
    background-image: radial-gradient(ellipse at center, #11611A 0%, #00474a 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 70% 0, 50% 50%; */
    position: relative;
    /* padding-bottom: 100px; */
    /* margin-bottom: 120px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.game-area.sticky{
    padding-top: 74px;
}

.game-area.sticky.non-sticky{
    padding-top: 0;
}

.game-area.satoshi-slot:not(.wallet-screen){
	background-color: black;
	background-image: -webkit-linear-gradient(rgb(12, 31, 21) 0%, rgba(255,0,0,0) 100%), url(../images/cityscape.jpg);
	background-image: -moz-linear-gradient(rgb(12, 31, 21) 0%, rgba(255,0,0,0) 100%), url(../images/cityscape.jpg);
	background-image: -o-linear-gradient(rgb(12, 31, 21) 0%, rgba(255,0,0,0) 100%), url(../images/cityscape.jpg);
	background-image: linear-gradient(rgb(12, 31, 21) 0%, rgba(255,0,0,0) 100%), url(../images/cityscape.jpg);
	background-position: 50% 0, 50% -90px;
	background-size: 100% 400px, 1440px 1325px;
}

.game-area.wallet-screen {
    /* padding-bottom: 30px; */
    min-height: 400px;
}

.game-area.investor {
    background-image: radial-gradient(ellipse at center, #4D3496 0%, #161C54 100%);
}

#account-block,
#stats-block {
    width: 326px;
    min-height: 150px;
    float: left;
    box-sizing: border-box;
}

.main-container {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

section.main-container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

header {
    position: relative;
    transition-property: top, opacity, position;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    z-index: 5;
    width: 100%;
    opacity: 1;
    background-color: rgb(9, 78, 50);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -1px rgba(255, 255, 255, .05), inset 0 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -1px rgba(255, 255, 255, .05), inset 0 0 1px rgba(255, 255, 255, .2);
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .5), inset 0 -1px rgba(255, 255, 255, .1), inset 0 0 1px rgba(255, 255, 255, .2); */
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    /* margin-bottom: 32px; */
}

.sticky header {
    position: fixed;
    top: 0;
    left: 0;
}

.housebet-area header {
    /* position: relative; */
    transition: none;
    z-index: 5;
    width: 100%;
    background-color: rgb(82, 28, 28);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -1px rgba(255, 255, 255, .05), inset 0 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2), inset 0 -1px rgba(255, 255, 255, .05), inset 0 0 1px rgba(255, 255, 255, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5), inset 0 -1px rgba(255, 255, 255, .1), inset 0 0 1px rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: none;
    /* margin-bottom: 32px; */
}

.affiliate-area header{
    background-color: #362A7A;
}

header.state-hidden {
    top: -100;
    transform: translateY(-100px);
    transform: translate3d(0, -75px, 0);
    opacity: 0;
}

header img {
    position: relative;
    /* top: 16px; */
    /* float: left; */
    /* margin: 10px 0; */
    margin: 0;
    display: none;
    height: 32px;
}

.menu {
    list-style: none;
    text-align: center;
    /* float: right; */
    margin: 0;
    position: relative;
    /* top: 28px; */
    /* font-family: 'Muli', sans-serif; */
    /* margin: 24px auto; */
    padding: 0;
    padding: 12px 0;
    /* margin-left: 100px; */
    /* box-shadow: inset -1px 0 rgba(255, 255, 255, 0.2), 1px 0 rgba(0, 0, 0, 0.25), inset 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(0, 0, 0, 0.25); */
}

.menu-item {
    display: inline-block;
}

header a {
    color: #67E4B7;
    text-decoration: none;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* margin-left: 36px; */
    /* position: relative; */
    /* padding: 10px 0; */
}

.menu-item:first-child a {
    margin-left: 0;
}

header a:hover {
    color: #B5FFFC;
    top: -1px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

#account-block {
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 40px;
}

#account-block label {
    color: #d6f0db;
}

#account-block h1 {
    font-size: 24px;
    color: white;
    margin: 0;
}

#account-block h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #d6f0db;
}

#account-address {
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin: 0 4;
    /* margin-bottom: 40px; */
}

#account-balance, {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

#account-block label {
    font-size: 14px;
    color: #accacb;
    display: block;
}

#account-block p {
    margin: 0 0 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    /* letter-spacing: 0.2px; */
}

#account-block a {
    font-size: 12px;
    color: #62c0c3;
}

#account-balance {
    /* float: left; */
}

#account-unconfirmed {
    /* float: right; */
    /* text-align: right; */
    display: none;
}

#account-unconfirmed.unconfirmed {
    display: inline-block;
    margin-left: 5px;
    color: rgb(255, 190, 0);
}

#account-balance p,
#account-unconfirmed p {
    font-family: "Source Sans Pro";
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    margin: 0;
}

#account-balance p {
    color: white;
}

#account-unconfirmed p {
    color: #ffd016;
    /* font-size: 18px; */
}

#account-balance p,
#account-unconfirmed p {
    font-size: 17px;
}

#account-block .inset {
    border: 2px;
    width: 134px;
    padding: 2px;
    display: inline-block;
    padding-bottom: 2px;
    border-radius: 4px;
    margin: 20px 0;
    /* width: 190px; */
    /* margin: 0 auto; */
    background-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .25);
    box-shadow: 0 1px rgba(255, 255, 255, .25);
}

.inset#deposit {
    margin-right: 6px;
}

#account-block button {
    /* width: 135px; */
    height: 40px;
    margin: 0;
    width: 100%;
    border: none;
    cursor: pointer;
    outline-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #234630;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .25);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 75%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 75%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 75%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 75%);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bef8fa;
    text-shadow: 0 2px 3px #0c3119;
}

#account-block button:active {
    background-color: #328A54;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 75%);
    position: relative;
    top: 1px;
    color: #CCFFDF;
}

#alias-block {
    margin-bottom: 22px;
}

#game-block {
    /* margin: 0 auto; */
    width: 425px;

    float: left;

}

#game-block button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #426351;
    -webkit-box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
    box-shadow: inset 0 -2px rgba(255, 255, 255, .2);

    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: rgb(35, 178, 91);
    background-image: linear-gradient(to top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    border: none;
    border-radius: 4px;
    padding: 10px 38px;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 3px rgba(32, 101, 59, .8);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    box-sizing: border-box;
}

#game-block .disabled {
    background-color: grey;
    color: #595959;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}

#game-block button:active {
    background-color: rgb(56, 213, 117);
    text-shadow: 0 1px 3px rgba(32, 101, 59, .8);
    position: relative;
    top: 1px;
}

#game-block .inset, .back .inset {
    border: 2px;
    padding: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 180px;
    margin: 0 auto 20px;
    background-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .25);
    box-shadow: 0 1px rgba(255, 255, 255, .25);
}

.info-field {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 1px rgba(255, 255, 255, .25), inset 0 1px 4px rgba(0, 0, 0, .35);
}

.info-field p {
    text-transform: uppercase;
    color: white;
    font-family: "Source Sans Pro";
    font-weight: 700;
    margin: 0;
    /* margin: 2px 0; */
    text-shadow: 0 2px 2px rgba(0, 0, 0, .35);
}

/* Stats block */

#stats-block {
    text-align: left;
    padding-left: 75px;
}

#stats-block h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: rgb(190, 248, 250);
    line-height: 1.25;
    text-align: left;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .5);

    font-weight: 700;
}

#stats-block label {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(172, 202, 203);
    text-align: left;
    margin: 0;
}

#stats-block p {
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px rgb(20, 74, 39);
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#stats-block a {
    color: #62c0c3;
}

#bet-settings {
    /* padding: 24px 40px 4px; */
    /* box-sizing: border-box; */
}

.data-input {
    width: 165px;
    display: inline-block;
    margin-bottom: 20px;
    /* margin-right: 10px; */
}

.data-input p,
.data-input input {
    text-align: center;
}

.data-input p {
    font-size: 14px;
    color: #badcc1;
    margin: 0;
    margin-bottom: 4px;
    font-family: sans-serif;
}

.data-input input {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    color: white;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .25), inset 0 1px 1px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .25), inset 0 1px 1px rgba(0, 0, 0, .35);
    box-shadow: 0 1px rgba(255, 255, 255, .25), inset 0 1px 1px rgba(0, 0, 0, .35);
}

#bet-value {
    /* margin-right: 10px; */
}

#bet-slider {
    /* width: 100%; */
    /* position: relative; */
}

/*
.ui-slider{
    width: 100%;
    height: 20px;
    background-color: rgba( 0, 0, 0, 0.251 );
    /* position: absolute;
    box-sizing: border-box;

    margin-top: 8px;
    height: 38px;

    cursor: pointer;
    padding: 3px;

    /* border-bottom: 2px dashed white;
    z-index: 1;
    /* -webkit-border-radius: 19px;
	-moz-border-radius: 19px;

    border-radius: 4px;
	background-color: rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 1px rgba(0,0,0,.35);
	-moz-box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 1px rgba(0,0,0,.35);

    box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 1px rgba(0,0,0,.35);
}
 */

.ui-slider-range {
    height: 100%;
    /* right: 8px; */
    /* padding-right: 10px; */
    /* cursor: pointer; */
    position: relative;
    border-radius: 2px;
    background-color: #10A551;

    -webkit-box-shadow: inset 0 -1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 -1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 -1px rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));

    /* transition: all .25s ease-in; */
}

.ui-slider-handle {
    cursor: ew-resize;
    top: -8px;
    /* right: -17px; */
    /* left: auto; */
    /* border: 20px; */
    width: 27px;
    /* right: -17px !important; */
    */ left: 50%;
    /* left: auto !important; */
    height: 54px;
    background-image: url(../images/slider_handle.png);
    background-size: 54px 54px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    /* border-radius: 40px; */
    /* background-color: red; */
    -webkit-selection: none;
    outline: none;
}

.ui-slider-handle:focus {
    background-position: -27px 0;
}

#ruler {
    background-image: url(../images/ruler-tickers.png);
    background-position: 0 2px;
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    height: 20px;
    /* margin-top: 2px; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-screen-block #ruler p {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 5px;
    right: 0;
    bottom: 0;
    font-size: 11px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: rgb(186, 220, 193);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
}

#ruler p.zero {
    left: 0px;
    text-align: left;
}

#ruler p.middle {
    left: 76%;
}

#ruler p.hundred {
    text-align: right;
    right: -10px;
}

#ruler p.five {
    left: 56%;
}

#ruler p.one {
    left: 28%;
}

#table-area {
    /* width: 100%; */
    /* padding-top: 40px; */
    min-height: 600px;
    margin-top: -57px;
    /* top: 57px; */
    position: relative;
}

.progress-container {
    /* width: 100%; */
    padding: 4px;
    position: relative;
    /* top: -6px; */
    border-radius: 3px;
    /* float: left; */
    /* margin: 0 auto; */
    /* text-align: center; */
    background-color: rgba(200, 215, 203, 0);
    -webkit-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    -moz-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 1px 1px rgba(72, 89, 52, 0.25), 0 1px rgba(255, 255, 255, 0.75);
    background-image: -webkit-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: -moz-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: -o-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: linear-gradient(to bottom, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    /* display: inline-block; */
}

.progress-main {
    height: 14px;
    border-radius: 1px;
    background-color: rgb(35, 178, 91);
    background-image: linear-gradient(to top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.2);
    width: 0%;
}

.tabs {
    /* list-style: none; */
    padding: 0;
    margin: 0;
    /* -webkit-border-radius: 4px 4px 0 0; */
    -moz-border-radius: 4px 4px 0 0;
    /* border-radius: 4px 4px 0 0; */
    background-color: #d9e0cc;
    /* -webkit-box-shadow: inset 0 1px rgba(255,255,255,.5); */
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, .5);
    /* box-shadow: inset 0 1px rgba(255,255,255,.5), 0 1px 3px rgba(0,0,0,.25); */
    /* vertical-align: middle; */
    height: 56px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}

.tab {
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    font-family: "Source Sans Pro",sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    background-color: #d9e0cc;
    text-decoration: none;
    color: #717B59;
    padding: 8px 20px;
    overflow: visible;
    cursor: pointer;
    box-shadow: inset -1px 0 rgba(147, 177, 157, 0.5), inset -2px 0 rgba(255, 255, 255, 0.5), inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1px 0px rgba(0, 0, 0, .15);
    display: flex;
    flex: 1;
    justify-content: center;
    align-content: center;
}

.tabs > div:last-child {
    /* box-shadow: none; */
    right: -1px;
    /* width: 136px; */
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1px 0px rgba(0, 0, 0, .15);
}

.tabs > div:first-child {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1px 0px rgba(0, 0, 0, .15), inset -1px 0 0px rgba(0, 0, 0, .15);
    left: -1px;
}

.tab.blocked {
    width: 180px;
}

.tab.blocked div {
    padding: 10px 0;
}

.tabs div.active {
    background-color: #f4f7eb;
    /* -webkit-box-shadow: 0 -2px 6px rgba(83,106,25,.35), inset 0 1px rgba(255,255,255,.6); */
    -moz-box-shadow: 0 -2px 6px rgba(83, 106, 25, .35), inset 0 1px rgba(255, 255, 255, .6);
    box-shadow: 2px 0 3px rgba(83, 106, 25, .35), 2px 0 3px rgba(83, 106, 25, .35);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    color: #798858;
    box-shadow: 2px 0 0px rgba(0, 0, 0, 0.1), -2px 0 0px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, .6);
    z-index: 2;
}

.tabs div.active:nth-child(1),
.tabs div.active:nth-child(6),
.tabs div.active:nth-child(7),
.tabs div.active:nth-child(8) {
    /* padding-top: 18px; */
    /* bottom: 22px; */
}

#how-to-play img {
    float: left;
}

#how-to-play > ul {
    text-align: center;
    list-style: none;
    padding: 20px 40px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
    display: table;
}

#how-to-play li {
    max-width: 320px;
    text-align: left;
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #a1aa8b;
    /* float: left; */
    /* margin-left: 20px; */
    display: block;
    height: 32px;
    padding: 0 10px;
    /* vertical-align: top; */
    display: table-cell;
}

#how-to-play div {
    padding-left: 58px;
}

#how-to-play h4 {
    margin: 0;
}

#how-to-play p {
    margin: 0;
}

.time-filter {
    padding: 16px 0 6px;
    text-align: center;
    margin: 12px 0;
}

.time-filter ul {
    list-style: none;
    padding: 2px 2px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #e3ead4;
    -webkit-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    -moz-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    background-image: -webkit-linear-gradient(top, rgba(195, 200, 178, .35), rgba(195, 200, 178, 0));
    background-image: -moz-linear-gradient(top, rgba(195, 200, 178, .35), rgba(195, 200, 178, 0));
    background-image: -o-linear-gradient(top, rgba(195, 200, 178, .35), rgba(195, 200, 178, 0));
    background-image: linear-gradient(to bottom, rgba(195, 200, 178, .35), rgba(195, 200, 178, 0));
    /* width: 648px; */
    margin: 0;
    /* margin: 0; */
    /* overflow: hidden; */
    /* max-width: 700px; */
    text-align: center;
    box-sizing: border-box;
    /* display: block; */
    display: inline-block;
    margin-bottom: 10px;
}

.time-filter li {
    display: inline-block;
    /* float: left; */
    padding: 4px 32px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a1aa8b;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    /* width: 145px; */
}

.time-filter li.active {

    background-color: #f5faeb;
    -webkit-box-shadow: 0 2px 1px rgba(162, 170, 145, .75);
    -moz-box-shadow: 0 2px 1px rgba(162, 170, 145, .75);
    box-shadow: 0 2px 1px rgba(162, 170, 145, .75);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.time-filter a {

}

table td {
    font-family: "MonospaceTypewriter", monospace;
    text-align: left;

    padding: 4px 10px;
    font-size: 12px;
    /* width: 413px; */
    /* text-align: center; */
    vertical-align: middle;
}

.table-header {
    background-color: #f4f7eb;
    /* margin-bottom: 32px; */
    /* padding-bottom: 10px; */
}

td.details,
th.details {
    text-align: right;
}

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

tbody tr:nth-child(2) {
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    /* box-shadow: inset 0 -3px rgb(0,0,0); */
    /* border-bottom: 1px solid rgba(0,0,0,0.05); */
    display: table-row;
}

table {
    background-color: #eaede4;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    /* box-shadow: 0 1px 3px rgba(0,0,0,.2); */
    border-collapse: collapse;
}

thead tr {
    width: 1080px;
    height: 32px;
    text-align: left;
    background-color: #d9e0cc;
    /* -webkit-box-shadow: 0 1px 2px rgba(152,164,124,.75), inset 0 -1px rgba(255,255,255,.25); */
    /* box-shadow: 0 1px 0 rgba(152,164,124,.75); */
}

thead th {
    padding: 8px;
    font-size: 12px;
    font-family: "Source Sans Pro";
    color: rgb(144, 157, 113);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3.333;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
}

.table-header > div + div {
    display: none;
}

.result-red {
    color: red;
}

.result-green {
    color: green;
}

table thead {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

tbody tr:nth-child(2n+1) {
    background-color: #eaede4;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

tbody tr:nth-child(2n) {
    background-color: #f8faf5;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

tr {
    /* height: 40px; */
}

.icn-blockchain {
    display: block;
    width: 16px;
    height: 16px;
    /* margin-left: 5px; */
    padding-right: 5px;
    background-repeat: no-repeat;
    background-image: url('../images/icn-bitchain-logo.png');
}

.icn-satoshi-dice {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('../images/icn-satoshi-dice-logo.png');
}

.icn-lose {
    display: block;
    font-family: "Source Sans Pro";
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-image: url('../images/icn-loss2.png');

    color: #FFFFFF;

    font-weight: 700;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

    font-size: 18px;

    padding-top: 12px;
    box-sizing: border-box;

    position: relative;
    color: #FCFFEA;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0px 4px rgba(128, 4, 4, 0.62);
}

.icn-win {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/icn-win.png');
    color: rgb(252, 255, 234);

    font-weight: 700;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0px 4px rgba(35, 145, 36, 1);

    font-size: 18px;

    font-family: "Source Sans Pro", sans-serif;
    padding-top: 12px;
    box-sizing: border-box;

    position: relative;
}

.table-item a.blockchain-link {
    border: none;
    /* padding: 0 5px 0 0; */

    padding-right: 20px;
    background-position: 100%;
    background-image: url('../images/icn-bitchain-logo.png');
    */;
    /* background-repeat: no-repeat; */;
    /* background-repeat: no-repeat; */;
    background-repeat: no-repeat;
    /* color: #1a8bd4 !important; */

    /* min-width: 110px; */
}

.table-item a {
    text-decoration: none;
    color: #849e63;

}

.table-item a:hover {
    text-decoration: underline;
}

table th {
    text-align: right;
    border-left: 1px solid #cdcfc8;

    line-height: 1.5em;
}

table td:nth-child(1),
table th:nth-child(1) {
    text-align: left;
    /* text-decoration: none; */
    border-left: none;
}

table td:nth-child(1) a {
    text-decoration: none;

    /* color: #909d71; */
    /* font-weight: 700; */
    /* color: rgb(79, 90, 53); */

    /* font-family: "Source Sans Pro", sans-serif; */
    /* font-size: 14px; */
}

th.data-player {
    box-sizing: border-box;
    width: 200px;
}

th.data-target {
}

th.data-roll {
    box-sizing: border-box;
    width: 140px;
}

th.data-timestamp {
    box-sizing: border-box;
    width: 80px;
}

th.data-outcome {
    box-sizing: border-box;
    /* width: 50px; */
}

th.data-bet {
    box-sizing: border-box;
    /* width: 110px; */
}

th.data-prize {
    box-sizing: border-box;
    width: 90px;
}

th.data-payout {
    box-sizing: border-box;
    /* width: 110px; */
}

th.data-profit {
    box-sizing: border-box;
    /* width: 132px; */
}

.result-red {
    color: red;
}

.result-green {
    color: rgb(7, 205, 7);
}

.blink {
    background-color: red;
    color: white;
}

.data-outcome.item {
    text-align: center;
    width: 8%;
    box-sizing: border-box;
    justify-content: center;
}

.data-outcome span {
    font-size: 0.8em;
    position: absolute;
    top: 10px;
    left: 34px;
}

.data-timestamp {
    text-align: center;
    padding: 4px 0;

    box-sizing: border-box;
    width: 72px;
}

.input-container input.greyOut {
    display: block;

    color: rgb(79, 137, 79);
}

.game-investor .input-container input.greyOut {
    display: block;

    color: #8C4848;
}

table.main-container {
    /* height: 400px; */
}

.no-entries {
    text-align: center !important;
    vertical-align: middle;
}

/* flipper */
/* entire container, keeps perspective */
.flip-container {
    perspective: 1200px;
}

/* flip the pane when hovered */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 425px;
    height: 380px;

}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;

    padding: 24px 40px 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: rgba(76, 146, 124, .45);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .12), 0 10px 13px rgba(0, 0, 0, .1), inset 0 1px rgba(255, 255, 255, .2), inset 0 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .12), 0 10px 13px rgba(0, 0, 0, .1), inset 0 1px rgba(255, 255, 255, .2), inset 0 0 1px rgba(255, 255, 255, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .12), 0 10px 13px rgba(0, 0, 0, .1), inset 0 1px rgba(255, 255, 255, .2), inset 0 0 1px rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

/* Font faces declaration */
@font-face {
    font-family: 'MonospaceTypewriter',
    src: url('fonts\MonospaceTypewriter-webfont.eot'),
    src: url('fonts\MonospaceTypewriter-webfont.eot?iefix') format('eot'),
    url('fonts\MonospaceTypewriter-webfont.woff') format('woff'),
    url('fonts\MonospaceTypewriter-webfont.ttf') format('truetype'),
    url('fonts\MonospaceTypewriter-webfont.svg#webfont') format('svg');
}

/* new styles for new list itmes */

td {
    padding: 10px !important;
}

.data-player time {
    /* margin-bottom:4px; */

    display: block;
    font-size: 14px;
    color: #999999;
}

table td.data-player a {
    display: block;
    border: none !important;
    /* border-bottom: none; */
    font-size: 18px;
    color: #578818;
}

.data-target {
}

.data-value {
    font-size: 16px;
    color: #444444;
}

.data-ticket {
    color: #767676;
    font-size: 14px;
    height: 17px;
}

.data-ticket.greyout {
    color: rgb(180, 180, 180);
}

.tooltip {
    position: absolute;
    background-image: url(../images/tooltip-lucky-number.png);
    width: 62px;
    height: 47px;
    box-sizing: border-box;
    padding-top: 25px;
    /* bottom: -20px; */
    margin-left: -30px;
    /* bottom: -1px; */
    top: 1px;
    /* position: relative; */
    font-family: 'Source sans Pro', sans-serif;
    font-weight: 700;
    color: #849E63;
    font-size: 13px;
}

[data-subheader="1"] td {
    /* height: 60px; */
    /* font-family: 'Source sans Pro', sans-serif; */
}

.data-target p {
    margin: -24px 0 4px;
    color: #8A8A8A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    /* font-weight: 700; */
    /* letter-spacing: 0.5px; */
}

[data-subheader="1"] td:nth-child(1) {
    font-family: 'Source sans Pro', sans-serif;
    font-size: 14px;
    color: #999999;
}

[data-subheader="2"] td:nth-child(1) {
    font-family: 'Source sans Pro', sans-serif;
    font-size: 14px;
    color: #999999;
}

.data-bet, .data-payout, .data-profit {
    width: 18%;
}

.table-head {
    border-bottom: 1px solid rgba(167, 167, 167, 0.5);
    /* border-top: 1px solid rgba(167, 167, 167, 0.5); */
    padding: 0;
    width: 100%;
    text-align: left;
    background-color: #d9e0cc;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

/* table item */
.table-item {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: flex-start;
    height: 74px;
    /* padding: 0; */
    /* padding: 10px; */
    box-sizing: border-box;
    /* padding: 10px; */
    position: relative;
    /* height: 60px; */
    border-bottom: 1px solid rgba(167, 167, 167, 0.5);
}

.table-item:nth-child(2n+1) {
    /* background-color: #eaede4; */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

.table-body .table-item:nth-child(2n) {
    background-color: rgb(241, 244, 236);
    linear-gradient(to bottom, rgba(255,255,255,.15), rgba(255,255,255,0))
}

.row-lose{
    /* background-color: rgba(245, 141, 145, 0.13); */
}

.row-win{
    /* background-color: rgba(217, 224, 204, 0.46); */
}

abbr {
    font-family: 'Source sans Pro', sans-serif;
    font-size: 14px;
    color: #999999;
    display: block;
    border: none;

}

abbr:first-letter {

}

.item .inner-item a {
    font-family: "Source Sans Pro";
    font-size: 18px;
    color: #999;
    text-decoration: none;
    /* background-image: url('images/icn-bitchain-logo.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: 0; */
    display: inline-block;
    /* padding-right: 22px; */
}

a {
    /* display: block; */
}

.footer-message a{
    display: inline-block;
}

.row-color {
    background-color: #eaede4;
}

.item {
    box-sizing: border-box;
    border-right: 1px solid rgba(167, 167, 167, 0.5);
    padding: 16px;
    display: flex;
    align-content: center;
}

.item:last-child{
    border: none;
}

section.main-container {
    /* width: 1080px; */
    margin: 0 auto 32px;
    /* border: 1px solid #ddd; */
    border-bottom: none;
}

.progress-container {
    /* width: 400px; */
    padding: 4px;
    position: relative;
    display: block;
    /* float: left; */
    /* top: -6px; */
    border-radius: 3px;
    /* float: left; */
    /* margin: 0 auto; */
    /* text-align: center; */
    background-color: rgba(200, 215, 203, 0);
    -webkit-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    -moz-box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 2px rgba(167, 167, 167, .75);
    box-shadow: inset 0 1px 3px rgba(129, 129, 129, .5), inset 0 0 1px 1px rgba(72, 89, 52, 0.25), 0 1px rgba(255, 255, 255, 0.75);
    background-image: -webkit-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: -moz-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: -o-linear-gradient(top, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    background-image: linear-gradient(to bottom, rgba(75, 75, 75, .2), rgba(139, 120, 93, 0));
    /* display: inline-block; */
}

.progress-main {
    height: 14px;
    border-radius: 1px;
    position: relative;
    background-color: rgb(35, 178, 91);
    background-image: linear-gradient(to top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .55));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.2);
    width: 0%;
}

.tooltip {
    position: absolute;
    background-image: url(../images/tooltip-lucky-number.png);
    width: 62px;
    height: 47px;
    box-sizing: border-box;
    padding-top: 25px;
    /* bottom: -20px; */
    /* margin-left: -30px; */
    /* bottom: -1px; */
    margin-top: -4px;
    top: 1px;
    /* position: relative; */
    font-family: 'Source sans Pro', sans-serif;
    font-weight: 700;
    color: #949494;
    font-size: 13px;
    text-align: center;
    z-index: 2;
}

.row-lose .tooltip {
    /* color: #DB5434; */
}

.data-target p {
    text-align: center;
    margin: -10px 0 4px;
    display: block;
    color: #8A8A8A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    clear: both;
    /* display: none; */
}

.data-value {
    font-size: 18px;
    color: #849E63;
    display: flex;
    /* justify-content: center; */
    /* align-content: center; */
    font-family: 'Source sans Pro', sans-serif;
}

.data-value a{
    align-self: center;
}

.data-profit .data-value {
    font-weight: 700;
}

.row-lose .data-profit .data-value {
    color: #DB5434;
}

.data-ticket a {
    color: #65922d;
    font-size: 14px;
    text-decoration: none;
    background-repeat: no-repeat;
    display: inline-block;
}

.data-ticket a:hover {
    text-decoration: underline;
}

.data-bet {
    text-align: right;
    justify-content: flex-end;
    /* display: flex; */
    width: 17%;
}

.data-profit {
    text-align: right;
    /* float: right; */
    justify-content: flex-end;
    width: 17%;
}

.data-payout {
    text-align: right;
    /* float: right; */
    justify-content: flex-end;
    width: 12%;
}

.data-target.item {
    /* margin-top: 0; */
    box-sizing: border-box;
    padding: 12px 16px;
    text-align: center;
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-target.item.no-padding{
    padding: 12px 20px;
}

.data-target.item.no-padding img{
    -webkit-filter: saturate(0%) opacity(50%) hue-rotate(10deg);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    width: 100%;
    /* margin-top: 5px; */
}

.data-target.item.no-padding img:hover{
    -webkit-filter: saturate(100%) opacity(100%) hue-rotate(0);
}


.table-head .item {
}

.table-head .item {
    font-size: 12px;
    font-family: "Source Sans Pro";
    color: rgb(144, 157, 113);
    font-weight: bold;
    align-self: stretch;
    align-content: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

.table-head .item:last-child{
    box-shadow:none;
    border: none;
}

.icn-win {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/icn-win.png');
    color: rgb(252, 255, 234);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0px 4px rgba(35, 145, 36, 1);
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.icn-win span {
    left: 33px;
}

.icn-lose span {
    left: 29px;
}

.data-outcome .item {
    /* flex-grow: 0.75; */
    width: 80px;
    padding: 12px 0;
}

.data-player.item {
    /* flex: 1; */
    /* display: flex; */
    /* float: left; */
    width: 22%;
    margin: 0;
    text-align: left;
}

.item:nth-child(4) {
    /* border:none; */
}

.infobox {
    /* display: block; */
    /* width: 100%; */
    text-align: center;
    padding: 8px;
    /* position: fixed; */
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 6px, inset 0 1px 1px rgba(0, 0, 0, 0.74), inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: rgba(244, 23, 23, 0.77);
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.table-head .data-outcome.item {
}

.table-body .data-outcome.item {
}

.bets-info {
    font-size: 14px;
    font-family: 'Source sans Pro', sans-serif;
    margin: 0;
    color: #a1aa8b;
    line-height: 14px;
    margin-top: 6px;
    /* width: 976px; */
    /* margin: 0 auto; */
    /* text-align: left; */
}

#leaderboardsFilter .bets-info {
    width: 960px;
    margin: 6px auto 0;
    text-align: left;
    line-height: 1.35em;
    position: relative;
    /* color: green !important; */
}

#leaderboardsFilter .bets-info span {
    color: rgb(192, 116, 29) !important;
}

.countdown {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    line-height: 16px;

}

.countdown span {
    font-size: 12px;
}

.countdown p {
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    bottom: 1px;
    color: rgb(192, 116, 29);
}

.item .inner-item a.timestamp-link:hover {
    display: block;
}

/* Blockchain addresses */
.data-block-range.item {
    width: 340px;
    /* border-right: 0; */
}

.data-block-multiplier.item {
    width: 100px;
    text-align: center;
}

.data-block.address.item {
    width: 410px;
    text-align: center;
}

.data-block-max.item {
    width: 124px;
    text-align: right;
}

.data-block-min.item {
    width: 92px;
    text-align: right;
}

.data-block.address.item {
    /* width: 360px; */
    text-align: left;
    font-family: "MonospaceTypewriter", monospace;
}

.data-block-max.item {
    width: 180px;
    text-align: right;
    border: 0;
}

.data-block-min.item {
    width: 92px;
    text-align: right;
}

.bet-name {
    font-family: 'Source sans Pro', sans-serif;
    font-size: 14px;
    color: #999999;
    display: block;
    border: none;
    margin: 0;
}

.win-rate {
    float: left;
    width: 60px;
}

.data-progress-bar {
    width: 240px;
    box-sizing: border-box;
}

.data-win.item {
    text-align: right;
    width: 110px;
}

.data-win.item:nth-child(2) {
    width: 50px;
    color: #767676
}

.data-block-bet.item {
    width: 180px;
    text-align: right;
    border-right: none;
}

.min-bet .data-value {
    color: rgb(144, 157, 113);
}

.loading-block {
    padding: 8px;
    font-size: 16px;
    text-align: center;
    /* min-height: 40px; */
    height: initial;
    width: 100%;
    font-family: Source Sans Pro, sans-serif;
}

@-webkit-keyframes animLoading {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 100%;
    }
}

@keyframes animLoading {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 100%;
    }
}

@-webkit-keyframes blinking {
    50% {
        opacity: 0.5;
    }
}

@keyframes blinking {
    50% {
        opacity: 0.5;
    }
}

.loading-block p {
    margin: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    display: inline-block;
    -webkit-animation: blinking 1s infinite;
    animation: blinking 1s infinite;
}

.no-anim p {
    -webkit-animation: none;
    animation: none;
    color: #ccc;
}

.loading-icon {
    background-image: url(../images/looped_snake.png);
    background-position: 0px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 6px;
    -webkit-animation: animLoading 1s steps(11) infinite;
}

.loading-icon-red {
    background-image: url(../images/looped_snake_red.png);
    background-position: 0px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 6px;
    -webkit-animation: animLoading 1s steps(11) infinite;
}

.table-item.loading-base {
    height: auto;
    width: 100%;
}

div#logo a {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.row-lose .item a.session-link, .row-lose .data-value {
    color: #DF7359;
}

.row-lose .data-payout .data-value{
    text-decoration: line-through;
}

.item a.session-link:hover {
    text-decoration: underline;
}

.row-lose .progress-main {
    background-color: #DB5434;
}

.data-player.item a.session-link {
    color: #999;
}

[data-subheader="3"] .data-target.item,
[data-subheader="4"] .data-target.item {
    /* width: 200px; */
}

[data-subheader="3"] .data-profit,
[data-subheader="4"] .data-profit {
    /* width: 220px; */
}

.tabs div.tab-info-block {
    position: absolute;
    width: 230px;
    text-transform: none;
    text-align: right;
    padding: 0 20px 0 6px;
    right: 0;
    top: -27px;
    height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 98% 10%;
    -webkit-animation: move-arrow 1s ease-in-out alternate 8;
    animation: move-arrow 1s ease-in-out alternate 8;
}

.tab-info-block span {
    font-weight: 700;
    margin-right: 8px;
}

.looping-overlay {
    position: absolute;
    pointer-events: none;
    background-color: #F4F7EB;
    background-image: linear-gradient(to left, rgba(138, 162, 78, 0) 0%, rgba(138, 162, 78, 0.15) 1%, rgba(138, 162, 78, 0) 30%);
    background-repeat: repeat-x;
    /* background-position: 612px; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    line-height: 73px;
    min-height: 73px;
    color: #909D71;
    animation: background-process 2s linear infinite;
}

#looping-overlay:before {
    content: "";
    position: absolute;
    background-color: red;
    z-index: 5;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;

    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

@-webkit-keyframes move-arrow {
    0% {
        background-position: 98% 10%;
        color: rgba(255, 255, 255, 0.8);
    }
    50% {
        background-position: 98% 40%;
        color: rgba(255, 255, 255, 0.6);
    }
    100% {
        background-position: 98% 10%;
        color: rgba(255, 255, 255, 0.8);
    }
}

@keyframes move-arrow {
    0% {
        background-position: 98% 10%;
        color: rgba(255, 255, 255, 0.8);
    }
    50% {
        background-position: 98% 40%;
        color: rgba(255, 255, 255, 0.6);
    }
    100% {
        background-position: 98% 10%;
        color: rgba(255, 255, 255, 0.8);
    }
}

@-webkit-keyframes background-process {
    0% {
        background-position: 320px;
    }
    100% {
        background-position: 1400px;
    }
}

@keyframes background-process {
    0% {
        background-position: 320px;
    }
    100% {
        background-position: 1400px;
    }
}

/* investor info arrows   */
.investor-arrow-left,
.investor-arrow-right {
    width: 10px;
    height: 30px;
    position: absolute;
    /* background-color: white; */
    color: #CBCBCB;
    font-size: 12px;
    font-family: 'verdana';
    /* font-weight: 700; */
    text-transform: uppercase;
    letter-spacing: -1px;
    top: 6px;
}

.investor-arrow-left {
    left: 442px;
    -webkit-animation: inv-arr-left 1s ease-in-out infinite alternate;
    -moz-animation: inv-arr-left 1s ease-in-out infinite alternate;
    animation: inv-arr-left 1s ease-in-out infinite alternate;
}

.investor-arrow-right {
    right: 440px;
    -webkit-animation: inv-arr-right 1s ease-in-out infinite alternate;
    -moz-animation: inv-arr-right 1s ease-in-out infinite alternate;
    animation: inv-arr-right 1s ease-in-out infinite alternate;
}

.investor-label-container {
    position: relative;
    text-align: center;
}

@-moz-keyframes inv-arr-left {
    0% {
        left: 432px
    }
    100% {
        left: 442px
    }
}

@-moz-keyframes inv-arr-right {
    0% {
        right: 440px
    }
    100% {
        right: 450px
    }
}

@-webkit-keyframes inv-arr-left {
    0% {
        left: 432px
    }
    100% {
        left: 442px
    }
}

@-webkit-keyframes inv-arr-right {
    0% {
        right: 440px
    }
    100% {
        right: 450px
    }
}

@keyframes inv-arr-left {
    0% {
        left: 432px
    }
    100% {
        left: 442px
    }
}

@keyframes inv-arr-right {
    0% {
        right: 440px
    }
    100% {
        right: 450px
    }
}

.row-win.new-row-blink {
    animation: blink-green 3s 1;
    -webkit-animation: blink-green 3s 1;
}

@keyframes blink-green {
    0% {
        background-color: rgba(150, 220, 120, 0.6);
    }
}

@-webkit-keyframes blink-green {
    0% {
        background-color: rgb(220, 228, 210);
    }
}

.row-lose.new-row-blink {
    animation: blink-red 3s 1;
    -webkit-animation: blink-red 3s 1;
}

@keyframes blink-red {
    0% {
        background-color: rgba(220, 120, 120, 0.6);
    }
}

@-webkit-keyframes blink-red {
    0% {
        background-color: rgb(220, 228, 210);
    }
}

.block-1, .block-2 {
    position: relative;
}

.block-2 {
    z-index: 0;
    transition: all 1.35s ease-in-out, height 0.5s ease-in-out;
    margin-bottom: 100px;
}

.block-2 .flipper-game {
rotateX(50 deg);
}

.block-2.state-hidden {
    transform: translateY(-500px);
    opacity: 0;
}

.block-1 {
    z-index: 1;
    transition: all 1s ease-in-out;
    margin-bottom: 20p;
}

.block-1.state-hidden {
    transform: translateY(-500px);
}







