.inline-b {
	display: inline-block;
}

#dd {
	width: 200px;
}

.coin-dd {
	max-height: 20px;
	margin-bottom: 5px;
}



@media (max-width: 769px) {
    .mobile-hide {
      display: none !important;
    }
    .mobile-show {
    	display: initial !important;
    }
}

@media (max-width: 500px) {
    .small-hide {
      display: none !important;
    }
    .small-show {
    	display: initial !important;
    }
}


.nw {
	text-wrap: nowrap;
}


body {
	/* 770 */
	/*
    min-width: 500px;
    overflow-x: hidden;
    width: 100%;
    */
}

