#pageOverlay{display:none;}
#overlayWarpper{left:calc(50% - 150px);position:absolute;top:50px;width:300px;z-index:99999;}
	.exratesBlock{background-color:#FFF;border-radius:10px;height:65px;line-height:65px;margin:5px;text-align:center;width:65px;}
	.exratesBlock:hover{background-color:#900;color:#FFF;cursor:pointer;}
#overlayBackground{background-color:#000;height:100%;opacity:0.5;position:absolute;width:100%;z-index:9999;}


.inputBlock{background-color:#FFF;border-radius:10px;font-weight:bold;height:40px;line-height:40px;margin-bottom:10px;padding:0 5px;text-align:center;width:calc(100% - 10px);}
.inputSelectable:hover{cursor:pointer;}
.block{width:145px;}
	.block h2{font-size:120%;text-align:center;width:100%;}