
#root {
    width: 100%;
    height: 100%;
    margin-bottom: 38px;
    overflow: auto;
}
footer {
    border-top: 1px solid white;
    position: fixed;
    height: 38px;
    bottom: 0;
    clear: both;
    background-color: #e2e2e2;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

footer .left {
    float: left;
    margin-left: 10px;
}

footer .right {
    float: right;
    margin-right: 10px;
}

footer a {
    text-decoration: none;
}
