#aledb-content {
    padding: 25px;
    background-color: white;
}

#padding_top {
    padding-top: 1em;
}

.navbar-default {
    position: relative;
    height: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-image: linear-gradient(to right, rgb(0, 0, 0, 0), #eee);
}

.sidebar {
    height: 100%;
    width: 0;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
}

.sidebar_arrows {
    position: relative;
    top: 0;
    height: 100%;
    border-radius: 1vw;
    border-left-style: none;
    border-right-style: solid;
    border-color: #f8f8f8;
}

.sidebar_arrows:hover {
    background-image: linear-gradient(to right, #f8f8f8, #c4dce8);
}

.fab-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
}

.iconbutton {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #FF4F79;
}

.iconbutton:hover {
    box-shadow: 3px 3px 1px #aaaaaa;
    background: #7a1f72;
}

.fab-button {
    width: 60px;
    height: 60px;
    background: #A11692;
}

.iconbutton i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
}


html {
    scroll-behavior: smooth;
    background-color: white;
    background-image: linear-gradient(to right, #f8f8f8, white);
    background-repeat: no-repeat;
}

h1 {
    margin-top: 60px;
    font-size: 60px;
    font-family: helvetica;
}

a:hover {
    text-decoration: none;
}

.page-header {
    margin: 0px;
}

.small-spacer-top {
    margin-top: 24px;
}

.small-padding-top {
    padding-top: 24px;
}

.header-description {
    font-size: 26px;
}

.description {
    color: #555555;
}

.small-prompt {
    font-size: 20px;
}

.prompt-button {
    display: inline-block;
    position: relative;
    padding: 12px 12px 12px 12px;
}

.prompt-button:hover {
    background-color: rgba(26, 115, 232, .04);
}

.home-key-btn {
    padding: 12px 24px 12px 24px;
}

.btn {
    float: right;
    margin-left: 5px;
}

.centered {
    text-align: center;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.margin-sides {
    margin-left: 12px;
    margin-right: 12px;
}

.pair-grid-container {
    display: grid;
    grid-template-columns: auto auto;
    background-color: #FFF;
    padding: 20px;
    margin: 10% 5%;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
}

.grid-img {
    max-width: 100%;
}


.example-link {
    font-size: 16px;
}

.git-hash {
    display: block;
    font-size: .7em;
    padding-left: 1.5em;
}

.d3-tip {
    z-index: 1001;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.reject {
    background-color: #f1f1f1;
    color: #db3b5e;
    padding: .5%;
}

.next {
    background-color: #f1f1f1;
    color: #0a8211;
    padding: .5%;
}

.neighbor {
    background-color: #f1f1f1;
    color: black;
    padding: .5%;
}

#footer {
    position: fixed;
    bottom: 0;
    margin: 1%;
    padding: .5%;
    width: 100%;
    font-size: 22px;
    z-index: 1;
}

#center {
    margin: 0 auto;
    text-align: center;
}

