html,
body {
    height: 100%;
    background-color: #101214;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}


.site-content {
    margin-bottom: -30px;
    border-left: 1px solid #2a2a2a;
    margin-left: 150px;
    background-color: #fff;
    padding: 60px 30px 40px 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #2a2a2a;
    border-top: 1px solid #e7e7e7;
    padding: 10px 30px 20px 30px;
}