/* Footer content */
.footer {
    color: #808080;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #F5F5F5;
}
.footer p {
    margin-bottom: 5px;
}
.footer a {
    color: unset; /* set parent color */
    text-decoration: none;
}
.footer div[class^=col-md-] {
    position: unset;
}
/* Powered by */
.powered {
    color: #808080;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #D0D0D0;
}
.powered a {
    color: #808080;
    text-decoration: none;
}