@charset "utf-8";
/* CSS Document */

   
  .jp{
    height:65px;
    width:187px;
    background-image:url(../../aktuelleJackpots/pics/jackpot.png);
    background-repeat:no-repeat;
    text-align:center;
    cursor:pointer;
  }
  
  #jp_ani{
    height:65px;
    width:187px;
    background-image:url(../../aktuelleJackpots/pics/jackpot_banner.gif);
    background-repeat:no-repeat;
    text-align:center;
    cursor:pointer;
  }
  
  .jp .jpname{
    color:#fff;
    font-size:15px;
    text-align:left;
    position:relative;
    left: 5px;
    top: 5px;
  }
  
  
  .jp .jpvalue{
    width:120px;
    font-size:18px;
    text-align:right;
    color:black;
    font-weight:bold;
    position:relative;
    left:35px;
   /* top: 21px;*/
	top: 10px;
  }
  
  
  #jackpots {
  text-align:center;
  /*width:690px;*/
  width: 100%;
  min-height:10px;
  font-size:18px;
  
}



#MenuDialog{
width:320px;
height:242px;
background-image:url(../../aktuelleJackpots/pics/popup_bg.png);
background-repeat:no-repeat;
}

.ui-dialog .ui-dialog-titlebar 
{
  height: 25px;
  background-image:url(../../aktuelleJackpots/pics/popuphead_bg.png);
  background-repeat:no-repeat;
  border:none;
  padding:0;
  margin-bottom: 2px;
}

.ui-dialog .ui-dialog-content {
  border:none !important;
  padding: 0 !important;
  margin:0 !important;
  
}

.jphistory{
  color:#fff;
  font-size:10px;
}

.historytext{
  width:230px;
  height:70px;
  color:#fff;
  font-size:12px;
  line-height:13px;
  text-align:left;
  position:relative;
  left:69px;
  top: 40px;
}

.historyname{
  width:230px;
  height:20px;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  text-align:left;
  position:relative;
  left:69px;
  top: 30px;
}

.historyvalue{
  width:230px;
  font-size:17px;
  text-align:right;
  color:black;
  font-weight:bold;
  position:relative;
  left:-30px;
  top: 45px;
}

.JPHead{
  text-align:left;
  padding: 10px 0 0 25px;
  font-weight:bold;
  color:rgb(234,194,91);
  font-size:15px;
  padding-bottom:5px;
}

.einz_jackpots {
	float:left; width:225px; padding:0 0 25px 25px;
}

@media (max-width: 890px) {
	
.einz_jackpots {
	float:left; 
	width:100%; 
	padding: 0px 0px 25px 25px; 
	text-align:center;
}
	
}