/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}

body{background: black url(/sindo4d/images/bg.jpg) center top no-repeat fixed;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*end reset*/

/*Content.css*/

.content #header{border: 1px solid white;border-radius: 5px 5px 0 0;color:white;font-size:20px;padding:10px;margin-top:10px;background:none repeat scroll 0 0 rgba(0,0,0,0.4);border-bottom: 1px #999999 solid;}
.content #body{border: 1px solid white;border-radius: 0 0 5px 5px;color:white;border-top:none;padding:10px;min-height:150px;margin-bottom:10px;background:none repeat scroll 0 0 rgba(0,0,0, 0.4);}
#space{height: 420px;}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(/sindo4d/font/RobotoSlab-Regular.ttf);}
@font-face{font-family: DaiAtlas;src: url(/sindo4d/font/Dai-Atlas.otf);}
@font-face{font-family: Kievit;src: url(/sindo4d/font/Kievit-Italic.ttf);}

/* Header */
.header{
    height: auto;
    position: relative;
}
/* /Header */

/* Logo */
.logo{
    float: left;
    margin: 0 0 0 0;
}
/* /Logo */

/* Form */
form.my-form{
    float: right;
    width: 421px;
    height: auto;
    margin: 12px 0 0 0;
}
form.my-form input[name="login_username"], form.my-form input[name="login_password"]{
    float: left;
    width: 139px;
    height: 26px;
    font-family: Tahoma;
    font-size: 10px;
    color: #fff;
    margin: 0 1px;
    border: none;
    padding: 0 0 0 10px;
}
form.my-form input[name="login_username"]{
    background: url(/sindo4d/images/username.png) center no-repeat;
}
form.my-form input[name="login_password"]{
    background: url(/sindo4d/images/password.png) center no-repeat;
}
form.my-form div{
    float: left;
    width: 139px;
    height: 34px;
    background: url(/sindo4d/images/code-text.png) center no-repeat;
}
form.my-form input[name="captchaText"]{
    float: left;
    width: 51px;
    height: 26px;
    background: none;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    color: white;
    margin: 2px 1px;
    border: none;
}
.code{
    float: left;
    padding: 8px 0 0 25px;
}
form.my-form input:focus{
    outline: none;
}
form.my-form input::-webkit-input-placeholder {
    color: #fff; 
}

form.my-form input[name="btnLogin"], form.my-form a{
    float: left;
    width: 139px;
    height: 26px;
    color: #fffec5;
    border: none;
    font-family: DaiAtlas;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 0 5px;
    cursor: pointer;
}
form.my-form input[name="btnLogin"]:hover, form.my-form a:hover{
    opacity: 0.8;
}

form.my-form input[name="btnLogin"]{
    margin: 10px 0 0 60px;
    background: url(/sindo4d/images/masuk.png) center no-repeat;
}
form.my-form a{
    background: url(/sindo4d/images/daftar.png) center no-repeat;
}
/* /Form */

/* Running Text */
.marquee-div{
    float: left;
    width: 96%;
    height: auto;
    margin: 0 0 0 35px;
}
#runningText{
    float: left;
    width: 100%;
    color: white;
    font-family: Calibri;
    font-size: 13px;
}

#runningText a{
  color: white;
}
/* /Running Text */

/* Menu */
.menu{
    float: left;
    padding: 0px;
    margin: 18px 0 0 0;
}
.menu li{
    float: left;
    text-align: center;
    position: relative;
}
.menu li a{
    padding: 0 25px 8px 25px;
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
    line-height: 20px;
}
.menu li:first-child a{
    padding: 0 33px 8px 0;
}
.menu li:last-child a{
    padding: 0 0 8px 33px;
}
.menu li a img[name='new']{
    vertical-align: top;
    position: absolute;
    top: -7px;
    right: 23px;
}
.menu li:last-child a img{
    vertical-align: top;
    position: absolute;
    top: -7px;
    right: 0px;
}
.menu li:nth-child(5) a img{
    vertical-align: top;
    position: absolute;
    top: -7px;
    right: 25px;
}
.menu li:hover a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.menu li:hover a img{
    opacity: 0.8;
}
.menu li:first-child{
    text-align: left;
}
.menu li:last-child{
    text-align: right;
}

.menu #sportsbook {
  display: initial!important;
}
/* /Menu */

/* Sub Menu */
.sub-menu{
    float: left;
    width: 100%;
    height: auto;
    z-index: 999;
    display: block;
    margin-top: -8px;
}

.sub-menu ul{
	text-align:center;
	margin-left: 0px !important;
    margin: 0px;
    -webkit-padding-start: 0px !important;
}

/* All Games Sub */
.allgames-sub{
    position: absolute;
    height: 190px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.allgames-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
}
.allgames-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
	text-align:center;
}

.allgames-sub li a img{
    display: block;
    margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.allgames-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
	width:inherit;
	height:inherit;
}
.allgames-sub li:hover a{
    background: #266801;
}
/* /All Games Sub */


/* Jadwal Sub */
.jadwal-sub{
    position: absolute;
    height: 190px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.jadwal-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
}
.jadwal-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.jadwal-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
    width: 100%;
}
.jadwal-sub li:hover a{
    background: #266801;
}
/* /Jadwal Sub */

/* Casino Sub */
.casino-sub{
    position: absolute;
    height: 180px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.casino-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
    z-index: 999;
}
.casino-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.casino-sub li a img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.casino-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
    width: 100%;
}
.casino-sub li:hover a{
    background: #266801;
}
/* /Casino Sub */

/* Games Sub */
.games-sub{
    position: absolute;
    height: 190px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.games-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.games-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.games-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
    width: 100%;
}
.games-sub li a img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.games-sub li:hover a{
    background: #266801;
}
/* /Games Sub */

/* Poker Sub */
.pokerdomino-sub{
    position: absolute;
    height: 190px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.pokerdomino-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
}
.pokerdomino-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.pokerdomino-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
    width: 100%;
}
.pokerdomino-sub li a img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.pokerdomino-sub li:hover a{
    background: #266801;
}
/* /Poker Sub */

/* Togel Sub */
.togel-sub{
    position: absolute;
    height: 190px;
    width: 101%;
    background-color: #83e902;
    z-index: 999;
}
.togel-sub li{
    float: left;
    display: block;
    width: 246px;
    height: 190px;
}
.togel-sub li a{
    float: left;
    text-decoration: none;
    width: 246px;
    height: 190px;
    display: block;
    position: relative;
}
.togel-sub li a div{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    top: 160px;
    width: 100%;
}

.togel-sub li a img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.togel-sub li:hover a{
    background: #266801;
}
/* Togel Sub */

/* /Sub Menu */

/* Content */
.content{
    height: auto;
}
/* Content */

/* Slide Show */
.slideshow{
    float: left;
    width: 100%;
    height: 318px;
}
/* /Slide Show */

/* Slide Show Sub Pages */
.slideshow-sub{
    float: left;
    width: 100%;
    height: 318px;
}
/* /Slide Show Sub Pages */

/* Contact */
.contact{
    float: left;
    margin: 10px 0 0 0;
}
.contact li{
    float: left;
    padding: 0 3px 0 3px;
}
.contact li:first-child{
    padding: 0 3px 0 0;
}
.contact li:last-child{
    padding: 0 0 0 3px;
}
.contact li a{
    width: 111px;
    height: 95px;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    color: #83e902;
    display: block;
    text-align: center;
    padding-top: 75px;
}
.contact li a[name='phone']{
    background: url(/sindo4d/images/icons/phone.png) center no-repeat;
}
.contact li a[name='facebook']{
    background: url(/sindo4d/images/icons/fb.png) center no-repeat;
}
.contact li a[name='wechat']{
    background: url(/sindo4d/images/icons/wechat.png) center no-repeat;
}
.contact li a[name='bbm']{
    background: url(/sindo4d/images/icons/bbm.png) center no-repeat;
}
.contact li a[name='yahoo']{
    background: url(/sindo4d/images/icons/yahoo.png) center no-repeat;
}
.contact li a[name='twitter']{
    background: url(/sindo4d/images/icons/twitter.png) center no-repeat;
}
/* /Contact */

/* Togel */
.togel-wrap{
    float: right;
    width: 518px;
    height: 95px;
    background: url(/sindo4d/images/togel-bg.png) center no-repeat;
    margin-top: 10px;
}
.item-wrap{
    width: auto;
    padding-left: 180px;
    padding-top: 30px;
}
.togel-title{
    float: left;
    color: #fff;
    text-align: center;
}
.togel-title p:first-child{
    font-family: Kievit;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}
.togel-title p:last-child{
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}
.pools{
    float: left;
    margin-left: 10px;
}
.pools li{
    float: left;
    width: 42px;
    height: 42px;
    background: url(/sindo4d/images/icons/ball.png) center no-repeat;
    font-family: Impact;
    font-size: 31px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    margin-left: 15px;
}
.pools li:first-child{
    margin-left: 0;
}
/* /Togel */

/* Product */
.product-wrap{
    float: left;
    width: 100%;
}
.product, .product-games{
    float: left;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
}
.product li{
    float: left;
    margin-left: 17px;
}
.product li:first-child{
    margin-left: 0;
}
.product li .product-item{
    float: left;
    width: 184px;
    height: 178px;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.product li:hover a{
    opacity: 0.5;
    cursor: pointer;
}

.product-games .product-item{
  float: left;
  width: 487px;
  height: 187px;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.product-games .product-item:nth-child(odd){
  margin:5px 6px 5px 0;
}

.product-games .product-item:nth-child(even){
  margin:5px 0 5px 6px;
}
/* /Product */

/* Footer */
.footer{
    height: auto;
	margin-top:20px;
}

.footer h1{font-family: arial;
    font-size: 16px;
	line-height:20px;
	color: #fff;
	margin-bottom:10px;}

.footer h2{font-family: arial;
    font-size: 14px;
	line-height:16px;
	color: #fff;
	margin-bottom:10px;}

.footer h3{font-family: arial;
    font-size: 12px;
	line-height:14px;
	color: #fff;
	margin-bottom:10px;}

.footer p{font-family: arial;
    font-size: 12px;
	color: #fff;
	margin-bottom:10px;}
/* /Footer */

.lisensi-wrap{
    float: left;
    width: auto;
    margin-top: 20px;
}
.lisensi-wrap p{
    font-family: arial;
    font-size: 12px;
    color: #83e902;
}
.lisensi-wrap .lisen-img{
    float: left;
    margin-top: 20px;
}

/* Bank */
.bank-wrap{
    float: right;
    width: auto;
    margin-top: 20px;
}
.bank-wrap p{
     font-family: arial;
    font-size: 12px;
    color: #83e902;
    margin-left: 20px;
}
.bank{
    float: left;
    margin: 20px 10px 0 0;
}
/* /Bank */

/* Footer Border */
.footer-border{
    width: 1074px;
    height: 36px;
    margin: 0 auto;
    background: url(/sindo4d/images/footer.png) center no-repeat;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* /Footer Border */

/* Copyright */
.copyright{
    float: right;
    font-family: arial;
    font-size: 12px;
    margin: 15px 15px 0 0;
    color: #fff;
}
/* /Copyright */


.text-content{float: left;width: 100%;heigh: auto;background: black;margin: 15px 0 0 0;position: relative;z-index: 999;}
.link{float: left;margin: 15px 0 0 400px;}
.agen{float: left;color: white;font-family: RobotoSlab;font-size: 17px;font-style: italic;width: 100%;text-align: center;margin: 10px 0 0 0;letter-spacing: 1px;}
.bola{float: left;color: #00cdfe;font-family: arial;font-size: 13px;width: 100%;text-align: center;margin: 20px 0 10px 0;}
.qq{float: left;color: #fff;font-family: arial;font-size: 13px;width: 100%;padding: 0 50px;line-height: 15px;}
.qq span{font-style: italic;color: #00cdfe;}
.text{float: left;color: #fff;font-family: arial;font-size: 13px;width: 100%;padding: 0 30px;margin: 10px 0 0 0;line-height: 15px;}
.text span{color: #00cdfe;}
.foot-link{float: left;color: #00cdfe;font-family: arial;font-size: 13px;width: 100%;text-align: center;margin: 20px 0 10px 0;}

/* Product Page */

.product-left{
  float: left;
  width: 490px;
}
.product-right{
  float: right;
  width: 490px;
}
.product-left .product-item{
    float: left;
    width: inherit;
    height: 187px;
    margin: 10px 0 0 0;
}
.product-right .product-item{
    float: right;
    width: inherit;
    height: 187px;
    margin: 10px 0 0 0;
}

/* /Product Page */

/* Promotion Page */

.black-wrapper{float: left; width: 100%;height: auto;background:  #266801;margin: 2px auto;}
.items{line-height: 20px;margin: 7px 0px;}
.items > .image-promo > .bg-img{background: #266801;padding: 4px;width: auto;}
.bg-img > img{width: 100%;height: 160px;cursor: pointer;border: 3px #f7ca06 solid;border-radius: 3px;}
.items .content-promo{font-size: 14px;display: none;border: 1px #f7ca06 solid;margin: 0 4px;padding: 7px;font-family: Calibri;}
.content-promo > .title{font-size: 18px;font-weight: bold;padding: 10px 0px;color: #FFED81;}
.content-promo > p{font-weight: bold;padding: 0 10px 0 15px;color: white;}
.items .content-promo ul.list-promo{color: white;}

/* /Promotion Page */

/* Lottery Page */

.white-wrap{float: left; width: 100%;height: auto;background:  #fff;margin: 5px auto;}
.playnow{float: left;margin: 20px 0 0 20px;}

.result{float: left;margin: 20px 0 0 60px;}
.result>tbody>tr{}
.result>tbody>tr>td{margin: 20px 0 0 0;}
.box-result{cursor: pointer;background: #f8f8f8;border-radius: 5px;padding: 10px;border: 1px solid #97acd2;width: 190px;margin: 8px;font-family: arial;}
.box-result .country{background: linear-gradient(to bottom,  rgba(133,178,211,1) 0%,rgba(184,221,239,1) 100%);padding: 4px;border-radius: 4px;border: 0px solid #cfcfcf;font-weight: bold;font-size: 18px;color: #000;text-align: center;}
.box-result .code{background: none;padding: 0px;font-weight: 900;font-size: 16px;color: #4e70b4;text-align: center;margin-top: 10px;width: 100%;line-height: 15px;}
.box-result .date{background: none;padding: 0px;font-weight: 900;font-size: 13px;color: #000;text-align: center;width: 100%;line-height: 25px;}
.box-result .navi{background: none;padding: 0px;font-size: 11px;color: #000;text-align: center;width: 100%;line-height: 15px;letter-spacing: 5px;}

/* /Lottery Page */


#nch_slogin_error_error {
  color: red;
  float: right;
  padding: 60px 0 0 160px;
  position: fixed;
}

#nch_slogin_error_error ol{
  list-style-type: none;
}

#btnLogin_error{
  display: none;
}

.slogin_successful{
    color: #fff;
    right: 480px;
    top: 40px;
    position: fixed;
}
.game-content-wrap{width: 1000px; height: auto; margin: 0 auto;}
.content-wrap{width: 100%;height: auto;}

.dpopupWraper {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: table;
    text-align: center;
    z-index: 999999999;
    position: fixed;
    top:0;left:0;
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {

  color: #fff;
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#000;
    filter: alpha(opacity=50);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
    font-size: 16px;
}
.pop-inner h2{
  color: #fff;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.popup td{
font-size: 16px;
}

.box2{
  display: inline-block;
  margin:10px 5px 0 5px;
}
.box2.img img{
width: 470px;
padding: 5px;
  float:left;
}
.box2>.box-container{
background: #262626;
box-shadow: 2px 2px 1px #000;
}

.form_large{
  font-family: RobotoSlab;
}

.form_large tbody tr td{
  padding:10px 0 0 5px; !important;
  color: white;
}

#f_registration span{
  color: white !important;
}

#f_registration input{
  color: black;
}

#f_registration span button span{
  color:black !important;
}

.m-top-10 { margin-top:10px; }

#index-result{height: 130px; repeat-x; border: 0px solid red;margin:0 0 0 0px;text-align:center;}
#index-result .item{
	width: 122px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    text-align: center;
}
.title_result{
	color:#fff;
	margin:-10px 0 0 0;
	padding-bottom:5px;
	font-size:17px;
	font-weight:bolder;
	text-align:center;
	font-weight: normal;
}
#index-result-1{height: 139px; background: url(/sindo4d/images/result-1.png) repeat-x; border: 0px solid #000;}

.pool>p{text-align: center; margin: 0 0 10px; line-height: 1.4; }
.pool>p:first-child{font-size: 20px;font-weight: bold;color: #ffffff;text-transform: uppercase; margin-top: 12px;}
.pool>p:nth-child(2){font-size: 13px;color: white;margin-top: 2px;margin-bottom: 2px;}
.pool>p:nth-child(3){font-size: 34px;font-weight: bold;color: #f1dc09;letter-spacing: 15px;margin: 0px;}
.pool>a:last-child{text-decoration: none;font-size: 13px;color: white;font-style: italic;margin-top: 15px;margin: 0 0 0 0px;}

.accordion .acWrapper .acDesc, .accordion .acWrapper .acDesc ul li { list-style-type:disc; margin-left:5px; }

.content .wrapper #header {
  display: block;
}

/*Togel*/
.result{float: right; font-family: RobotoSlab;font-size: 23px;color: white;letter-spacing: 5px;font-weight: bold;margin: 0 32px 0 0px;}
.result-div{float: left;width: 176px;height: auto;margin: 0 0 0 12px;}
.result-text{float: right;font-family: arial;font-size: 12px;color: white;text-transform: uppercase;margin: 0 35px 10px 0;}

.date {
    float: right;
    color: white;
    font-family: RobotoSlab;
    font-size: 11px;
    padding: 0 30px 0 0;
}

.border {
    float: right;
}

#info{
background:#000;
color:#ffffff;
display: table;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top:0px;
}
/*
#info{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3ebff+0,bbd3f9+100 */
background: rgb(227,235,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,235,255,1) 0%, rgba(187,211,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(227,235,255,1) 0%,rgba(187,211,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(227,235,255,1) 0%,rgba(187,211,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ebff', endColorstr='#bbd3f9',GradientType=0 ); /* IE6-9 */

color:#000;
display: table;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top:0px;
border-top:1px solid #ffffff;
border-bottom:1px solid #97acd2;
}*/
#info span{
vertical-align: top;
vertical-align: super;
color: #ffffff;
}

.runningText{
width: 950px;
background: transparent;
color: #ffffff;
border-radius: 0px;
}

#info a{
margin: 0 5px;
vertical-align: top;
color: #ffffff;
}

#info a img{
vertical-align: top;
margin-top: 3px;
color: #000;
}

.content-header{
  color: white;
  padding: 5px 0;
  border-bottom: 1px solid white;
  font-family: RobotoSlab;
}

.promo {color:white;}

/*@font-face{font-family: RobotoSlab;src: url(/sindo4d/font/RobotoSlab-Regular.ttf);}
@font-face{font-family: DaiAtlas;src: url(/sindo4d/font/Dai-Atlas.otf);}
@font-face{font-family: Kievit;src: url(/sindo4d/font/Kievit-Italic.ttf);}*/
