footer{
    margin: 0px;
    padding: 10px 0;
    color: #888;    
    background: #ececec;
}
footer > div > div{
    border-top: #ddd solid 1px;
}

.footer-left, .footer-right{
    padding: 10px 0;
    text-align: center;
} 

.footer-right > ul{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-right > ul > li{
    display: inline-block;
    margin: 0;
    padding: 0 4px;
}
.footer-right > ul > li > a{
    color: #888;
    padding: 0 4px;
}
.footer-right > ul > li > a:hover{
    color: #666;
    text-decoration: none;
}

.footer-right{
    font-size: 0.85em;
}

@media(min-width: 992px) {
    .footer-left{text-align: left;}
    .footer-right{text-align: right;}
}
