.minmax { width: auto; max-width: auto; } .dfjcc { display: flex; justify-content: center; } .stretch { display: flex; flex-direction: column; align-items: stretch; } .grow { flex-grow: 1; } .column { display: flex; flex-direction: column; } .style_less { list-style: none; } .font_size_smaller { font-size: smaller; } .margin_right_1rem { margin-right: 1rem; } .margin_top_1rem { margin-top: 1.1rem; } .underline { text-decoration: underline; } .align_menu { list-style: none; text-align: right; margin-bottom: .3rem; } .notgrow { display: flex; flex-grow: 0; } .min_height { min-height: 50vh; min-width: auto; } .no_underline { text-decoration: none; }