/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.aceSwapLink {
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 99999;
}
.aceSwapLink a {
    background: #fff;
    color: #ff0000;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0px;
}
