body {
    padding-top: 50px;
}
.header-fixed-top {
    position: fixed;
    width:100%;
    top:0;
    left:0;
}

.sidebar-fixed{
    position: fixed;
    left: 0;
    top:0;
}

.navbar-container-top {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav > .sidebar-toggle {
    flex: 1;
}

.navbar-page_search-form {
    flex: 25;
}

#url {
    min-width: 40%;
}

.flex-row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-column-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.highlighted-row {
    background-color: #fffed4 !important;
}
