﻿
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    width: auto;
    transform: translate(0, 3em);
}

.navbar-profile-button{
    background-color: rgba(0,0,0,0.07);
    transition: background-color 0.4s;
}

.navbar-profile-button:hover{
    background-color: rgba(0,0,0,0.19);
}

div.banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
div.banner-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 6px;
}

.clickable:hover{
    cursor: pointer;
    user-select: none;
}