.hint{ /* used in forms */
    /* position: absolute; */
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: rgba(0, 0, 0, 0.54);
}
.as-link{
    color:#303d4e;
    font-weight:bold;
    cursor:pointer;
}
.as-link:hover{
    color:#FF9800;
}
.ohc-tool-panel-right{
    position:fixed;
    right:20px;
}