.homepage-hide-panel {
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 20px;
    position: relative;
    padding: 80px 0;
}
.homepage-hide-content {
    width: 100%;
    max-width: 480px;
    background: #f8f8f8;
    position: relative;
    margin: 0px auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 48px 0px;
}
.homepage-hide-img {
    border: none;
    line-height: 0px;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    background-color: #ededed;
    text-align: center;
    font-size: 0;
}
.homepage-hide-img > img {
    max-height: 130px;
    max-width: 130px;
    border: none;
    vertical-align: middle;
}
.homepage-hide-content p {
    line-height: 1.7em;
    height: 1.7em;
    overflow: hidden;
    padding: 0px 10px;
    margin-bottom: 6px;
    font-size: 15px;
    color: #666;
}
p.homepage-hide-name {
    margin-top: 6px;
    margin-bottom: 10px;
    color: #333;
}
p.homepage-hide-status {
    font-size: 13px;
    color: #888;
}
p.homepage-hide-other {
    font-size: 14px;
}
.homepage-hide-other > a {
    text-decoration: underline;
}
.homepage-hide-group {
    padding-bottom: 14px;
}
.homepage-hide-group >.form-control {
    width: 100%;
    max-width: 280px;
    height: 36px;
    font-size: 14px;
    display: inline-block;
}
.homepage-hide-content .button-pure {
    width: 100%;
    max-width: 280px;
    padding: 8px 10px;
    font-size: 15px;
}
.homepage-hide-error {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #973a3a;
    left: 0px;
    bottom: 24px;
}

.water-user-img-link.af-left:hover {
    cursor: default;
}

.water-user-name.af-left:hover {
    cursor: default;
    text-decoration: none;
    color: #888;
}