.oneline { display: block; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

#currencies-block-top { float: right; position: relative; margin-top: 12px; }
@media (max-width: 991px) { #currencies-block-top { float: left; } }
#currencies-block-top div.current { color: white; cursor: pointer; line-height: 19px; padding: 0 19px 0 0; border-right: 1px solid #999999; margin: 0 13px 0 0; font-size: 12px; }
@media (max-width: 991px) { #currencies-block-top div.current { padding: 0 0 0 19px; border-right: 0; border-left: 1px solid #999999; margin: 0 0 0 13px; } }
@media (max-width: 767px) { #currencies-block-top div.current { padding: 0 0 0 5px; margin: 0 0 0 5px; } }
#currencies-block-top div.current:hover, #currencies-block-top div.current.active { color: #45cbee; }
#currencies-block-top ul { display: none; position: absolute; top: 31px; right: 0; width: 157px; background: white; border: 1px solid #e5e5e5; border-top: 2px solid #45cbee; padding: 15px; z-index: 2; }
@media (max-width: 991px) { #currencies-block-top ul { right: auto; left: 0; } }
#currencies-block-top ul li { color: #636363; }
#currencies-block-top ul li a, #currencies-block-top ul li > span { display: block; color: #636363; line-height: 22px; font-size: 12px; padding: 0 5px; }
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover { background: #45cbee; }
#currencies-block-top ul li.selected a, #currencies-block-top ul li.selected > span, #currencies-block-top ul li:hover a, #currencies-block-top ul li:hover > span { color: white; }
