/* CSS Document */

.PageMover .TabBox {
   margin: 10px;	
}

.PageMover .TopText {
    background-color: #36AC02 !important;
}

.dice{
	position: relative;
    display: block;
    float: left;
    width: 300px;
    margin-left: 110px;
}
.dice-clickable{
	width: 160px;
    height: 182px;
    float: left;
    position: absolute;
    top: 125px;
    left: 41px;
    cursor: pointer;
}

.dice img{
  cursor: pointer;	
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

@media print{
    
	
  html{
	   display: table;	
	   width: 580px;
	   height: 970px;
	   position: absolute;
	   top: 0px;
	   left: 0px;
	}
	
    body{  
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	height: 970px;
	width: 580px;
	max-width: 580px;  
	max-height: 100%;    
   }
   
   body.IsAndroid{
	   padding-left: 240px;   
   }
    
   #wrapper{
	   transform: rotate(90deg);
	   display: inline-block;
	   margin-left: -200px;
	      
   }
   
   body.IsAndroid #wrapper{
	   transform:  rotate(90deg) scale(0.8);   
   }
   
  
}

