@import url("/stylesheets/style.css");

#historicaloutagesdetails {
    padding: 0.5vmax 0.5vmax;
    border-radius: 0.75vmax;
    margin: 0.5vmax 0.1vmax 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.historicaloutagetimeframetext {
    font-size: 0.8vmax;
    line-height: 100%;
}

.indexsectionsubtitle {
    font-size: 1.8vmax;
}

.historicaloutagetimeframecontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-height: fit-content;
    margin: 0 0.1vmax;
}

.historicaloutagetimeframecontainer > hr {
    flex-grow: 1;
    margin: 0 1vmax;
    height: 0.05vmax;
    border: none;
    background-color: var(--foreground-paragraph-text-color);
}

.historicaloutagedaytickcrosstext {
    margin: auto;
    width: fit-content;
    line-height: 100%;
    font-size: 1vmax;
    padding-top: 0.3vmax;
}