body{
    background: #CCE8CF;
}

#id_top_container
{
    min-height: 100%;
}

#id_header, #id_header a {
    color: white;
}

#id_footer {
    height: 120px;
    margin-top: -120px;
    padding-top: 30px;
    color: white;
    text-align: center;
}

#id_footer a {
    color: white;
}

a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #999999;
    text-decoration: underline;
}

#id_main_left li.clz_item:last-child {
    border-bottom: none;
}

.clz_left_add_follow {
    border-radius: 25px;
    border: 1px solid #ff5555;
    color: #ff5555;
    width: 120px;
    margin: 1rem auto;
    font-size: 1.2rem;
}

.clz_the_avatar:hover {
    cursor: pointer;
}