/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
}

.page-content {
}

footer.main {
    bottom: 20px;
    position: absolute;
}

@media (max-width: 768px) {
    footer.main {
        bottom: 0;
    }
}

a.linkified{
    color: #949494;
}
a.linkified:hover{
    color: #818da2;
}

.file-caption-main.no-browse{
    display: none;
}
