

/* Main navigation */
#prt-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #ffffff !important;
    padding: 10px 0 20px !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    border-top: 1px solid #d5d5d5;
    max-width: 100% !important;
}

.nav-row {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.nav-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 !important;
    margin-bottom: 0 !important;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.nav-image {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 5px !important;
}

.nav-title {
    font-size: 12px !important;
    color: #333 !important;
    font-weight: 500;
    text-align: center !important;
    margin-top: 0 !important;
}
span.button.button-primary.code-snippets-upgrade-button {
    display: none !important;
}
.update-nag {
    display: none !important;
}