.monImage{
	background-repeat:no-repeat;
	background-position:center;
	height:254px;
}
.eleInfo{
	width:25%;
}
.baseStat{
	width:16.6%;
	white-space:nowrap;
}
.defStat{
	float:left;
}
.defPercent{
	float:right;
	padding-right:3px;
}
.dropImg{
	width:5%;
}

@media (max-width: 768px) {
    .dropImg {
        width:10%;
    }
}

.dropRate{
	text-align:right;
}

.wp-block-table.is-style-stripes.mobs tbody tr{
	padding:15px;
}

.wp-block-table.is-style-stripes.mobs tbody tr:nth-child(2n+1){
	background-color:#281F1F;
}

@media (max-width: 991.98px) {
	#sticky-ad-container {
	display: none;
	}
}
#sticky-ad-container {
	position: fixed;
	top: 100px; 
	right: 10px;
	width: 160px;
	height: 600px;
	z-index: 1000;
}
            
#sticky-ad iframe {
       width: 160px;
       height: 600px;
       border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #202020;
}