.presstip {
    cursor: pointer;
    position: inherit;
    width: auto;
    display: inline-block;
    padding: 0;
}

.presstip-setting {
    text-align: left;
    margin-left: 5px;
    word-break: normal;
    font-size: 18px;
    vertical-align: inherit;
}

.presstip:before {
    font-family: FontAwesome;
    content: "\f059";
    font-size: 14px;
}

.l-presstip div {
    transform: translateX(-100%);
}

.r-presstip div {
    transform: translateX(0%);
}

.presstip div, .presstip span {
    padding: 8px;
    margin: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 50px;
    width: 300px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: default;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif, normal;
    white-space: normal;
}

.presstip-unset-width div {
    width: unset;
}

.hovertip {

}

.hovertip div, .hovertip span {
    padding: 8px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 50px;
    max-width: 300px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: default;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif, normal;
    white-space: normal;
}

.setting-icon {
    position: inherit;
    width: auto;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.setting-icon:before {
    font-family: FontAwesome;
    content: "\f014";
}