.storm-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.storm-hover-efefef:hover {
    cursor: pointer;
    background-color: #efefef;
}

.storm-hover-underline:hover {
    cursor: pointer;
    text-decoration: underline;
}

.storm-hover-text-1:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #3596F3;
}

.storm-prevent-select {
    -webkit-ouch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-elect: none;
    user-select: none;
}

.storm-absolute-0000 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
