.lb-post {
    background: #0171c2;
    text-shadow: 1px 1px 0 #0168b3, 0 1px 0 #0168b3, 1px 0 0 #0168b3;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
}

.lb-get {
    background: #0e9b71;
    text-shadow: 1px 1px 0 #0d8d67, 0 1px 0 #0d8d67, 1px 0 0 #0d8d67;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
}

.txt-get {
    background: green;
    color: white;
    font-weight: 400;
    padding: 2px 4px;
    font-size: 12px;
}

.txt-post {
    background: #0171c2;
    color: white;
    font-weight: 400;
    padding: 2px 4px;
    font-size: 12px;
}

.txt-grey {
    background: #716d6d;
    color: white;
    font-weight: 400;
    padding: 2px 4px;
    font-size: 12px;
}

.dropdown-item {
    padding: 12px 12px;
    margin-left:70px;
    margin-top: none;
}

.dropdown-item i {
    margin-right: 8px;
    /* Space between icon and text */
    color: #323f4c;
    /* Change icon color to match logout button */
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: .5rem !important;
    margin-left: 10px;
    font-size: 15px;
    text-decoration: none;

}

#breadcrum-link .breadcrumb-item a {
    text-decoration: none;
    color: #0171c2;
}

#breadcrum-link .breadcrumb-item.active {
    color: #323f4c;
}

#breadcrum-link .breadcrumb {
    padding-left: 0;
    margin-left: 10px;
    display: inline-flex;
    background: transparent;
}

.dropdown-item.no-hover:hover {
    background-color: inherit;
    /* Prevent background change on hover */
    color: inherit;
    /* Prevent text color change on hover */
}

#code-margin {
    padding-top: 0;
    margin-top: 100px;
}

#bash-margin {
    margin-top: -67px;
    margin-left: -118px;
}

.content pre code {
    margin-top: 0em;
}
