/* PowerTip Plugin */

#powerTip {
    cursor: default;
    background-color: #FFF;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(181, 181, 181, 0.75);
    -moz-box-shadow: 0px 10px 15px 0px rgba(181, 181, 181, 0.75);
    box-shadow: 0px 10px 15px 0px rgba(181, 181, 181, 0.75);
    border: 1px solid rgb(146, 178, 233);
    border-radius: 10px;
    color: #414141;
    display: none;
    position: absolute;
    z-index: 2147483647;
    width: 300px;
    text-align: left;
    padding: 1em;
}

    #powerTip:before {
        content: "";
        position: absolute;
    }

    #powerTip.n:before, #powerTip.s:before {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        left: 50%;
        margin-left: -5px;
    }

    #powerTip.e:before, #powerTip.w:before {
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        margin-top: -5px;
        top: 50%;
    }

    #powerTip.n:before {
        border-top: 15px solid #FFF;
        border-top: 15px solid rgba(255, 255, 255, 1.0);
        bottom: -15px;
    }

    #powerTip.e:before {
        border-right: 15px solid #FFF;
        border-right: 15px solid rgba(255, 255, 255, 1.0);
        left: -15px;
    }

    #powerTip.s:before {
        border-bottom: 15px solid #FFF;
        border-bottom: 15px solid rgba(255, 255, 255, 1.0);
        top: -15px;
    }

    #powerTip.w:before {
        border-left: 15px solid #FFF;
        border-left: 15px solid rgba(255, 255, 255, 1.0);
        right: -15px;
    }

    #powerTip.ne:before, #powerTip.se:before {
        border-right: 10px solid transparent;
        border-left: 0;
        left: 10px;
    }

    #powerTip.nw:before, #powerTip.sw:before {
        border-left: 10px solid transparent;
        border-right: 0;
        right: 10px;
    }

    #powerTip.ne:before, #powerTip.nw:before {
        border-top: 15px solid #FFF;
        border-top: 15px solid rgba(255, 255, 255, 1.0);
        bottom: -15px;
    }

    #powerTip.se:before, #powerTip.sw:before {
        border-bottom: 15px solid #FFF;
        border-bottom: 115px solid rgba(255, 255, 255, 1.0);
        top: -10px;
    }

    #powerTip.nw-alt:before, #powerTip.ne-alt:before,
    #powerTip.sw-alt:before, #powerTip.se-alt:before {
        border-top: 15px solid #FFF;
        border-top: 15px solid rgba(255, 255, 255, 1.0);
        bottom: -15px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        left: 10px;
    }

    #powerTip.ne-alt:before {
        left: auto;
        right: 10px;
    }

    #powerTip.sw-alt:before, #powerTip.se-alt:before {
        border-top: none;
        border-bottom: 15px solid #FFF;
        border-bottom: 15px solid rgba(255, 255, 255, 1.0);
        bottom: auto;
        top: -15px;
    }

    #powerTip.se-alt:before {
        left: auto;
        right: 10px;
    }
