a {
    cursor: pointer;
}
.td-post-content, .post, article {
    position: relative;
}
.validation-notice-container {

}
.validation-notice {
    position: absolute;
    bottom: 0em;
    left: 0px;
    width: 100%;
    height: 7em;
    max-height: 100%;
    background-color: #f8f8f8;
}
.validation-notice h6 {
    margin: 2px;
    font-weight: bold;
}
.validation-notice h6, .validation-notice p {
    text-align: center;
}
.fade-out {
    position: absolute;
    bottom: 7em;
    left: 0px;
    width: 100%;
    height: 7em;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#f8f8f8 80%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#f8f8f8 80%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#f8f8f8 80%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#fff8f8f8',GradientType=0);
}
.paging a {
    padding: 2px 5px;
    background-color: #FFF;
    border: 1px solid #AAA;
    border-radius: 4px;
    margin: 2px;
    color: #666;
    width: 32px;
    font-size: 12px;
    letter-spacing: -1px;
}
.paging a.block.active, .paging a:hover {
    color: white;
    background-color: #666;
}
article footer .td-post-next-prev {
    display: none;
}
#autoload-loading {
    text-align: center;
}
#autoload-loading img {
    margin-left: auto;
    margin-right: auto;
    display: none;
}