* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

#logout_sidebar_button {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 15px;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.main-left {
    margin-right: -1px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    padding: 0 20px;
}

.row {
    margin-left: unset;
}

svg {
    vertical-align: baseline;
}

.bottom_link {
    font-size: 0.7em;
    background-color: unset;
    bottom: 0;
    left: 0;
}
