.icobutton {
    font-size: 3em;
    position: relative;
    margin: 0;
    padding: 0;
    color: #c0c1c3;
    border: 0;
    background: 0 0;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e4e3e3;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e4e3e3;
    cursor: pointer;
}

.icobutton .fa {
    display: block;
    padding: 0 .1em
}

.icobutton__text {
    font-size: .75em;
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    text-align: center;
    line-height: 1.5;
    color: #a6a6a6
}

.icobutton__text--side {
    top: 0;
    left: 100%;
    width: 100%;
    width: auto;
    padding: 0 0 0 .25em
}

.icobutton svg {
    left: 0
}

.icobutton:hover, .icobutton:focus {
    outline: 0
}

.icobutton--unicorn svg {
    fill: #c0c1c3
}