/* Boeing webhelp responsive common styles */

/* 20230921 ala iks-149: tabular format when @outputclass=ballflag */
/* 05/01 ala start: horizontally align dt and dd element*/
.dl.ballflag {
    display: grid !important;
    grid-template-columns: min-content auto !important;
}

.dl.ballflag > .dt {
    grid-column-start: 1 !important;
}

.dl.ballflag > .dd {
    grid-column-start: 2 !important;
    overflow: auto !important;
    margin-left: 1em !important;
}

/* 2022MAY19 ALA: Align 2nd <dd> element with the rest of <dlentry> elements */
.dl.ballflag > .ddexpand {
    grid-column-start: 3 !important;
    overflow: auto !important;
    margin-left: 1em !important;
    margin-top: 0;
}
/* 05/01 ala end: horizontally align dt and dd element*/

/* 2024JAN10 IKS-139 border gray color */
.fig > .image {
    border: 1px solid gray;
}

/* 2024JAN10 IKS-139 outputclass no border*/
.fig > .image[class~="no_border"] {
    border: none;
}

/* 2024JAN10 IKS-230 make screenshots smaller */
.fig > .image {
    max-width: 90%;
}
