﻿.fill-height-or-more {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;

    
}
.fill-height-or-more > div {
    flex: 1;
    display: flex;
    flex-direction: column;

}
@media only screen and (max-width: 992px) {
    .fill-height-or-more {
        min-height: 500px;
    }
}

.some-area > div {
    padding-bottom: 1rem;
    border-bottom: 1px dashed black;
}

.some-area > div:first-child {
    border-radius: 10px 10px 0px 0px;
}

.some-area > div:last-child {
    border-radius: 0px 0px 10px 10px;
    border: 0px;
}




.badge-container {
    max-width: 100%;
}

.badge-height-chart {
    max-width: 100%;

    overflow: hidden;
    text-overflow: ellipsis;

    display: inline-block;
    padding: 0.4em 0.75em;
    margin-block: 0.15rem;
    font-size: 50%;
    /*line-height: 130%;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.important-height {
    background: hsla(100, 50%, 60%, 50%) !important;         /* hex: #88cc6680 */
}

.important-height-border {
    border-bottom: 2px dashed black !important;
}

.data-rank {
    padding-bottom: 1.25rem;
    column-gap: 0.25rem;
}

.badge-offline {
    filter: grayscale(75%);
}


.pigeon-text {
    display: inline;
    

    font-weight: normal
}
