#MainMenu { #display: none; } .stApp { min-width: 360px; } .stAppHeader { width: 100%; max-width: 736px; margin-left: auto; margin-right: auto; } .stMainBlockContainer{ padding-top: 4rem; } .stPageLink a { background: whitesmoke; height: 40px; width: 45px; border: 1px solid silver; padding-left: 12px; } .stPageLink a > span:first-child { display: none; } .st-key-selected_tab div[role="tablist"] > button{ width: 100%; } .st-key-counter-table > div { border: 1px solid gray; padding: 10px; border-radius: 5px; background-color: whitesmoke; } .st-key-color-selector div[role = "radiogroup"] { display: flex; flex-direction: row; } .st-key-color-selector div[role = "radiogroup"] > label { flex: 1 } .st-key-color-selector div[role = "radiogroup"] > label > div:first-child { display: none; } .st-key-color-selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) { outline: 3px solid blue; } .st-key-color-selector div[role = "radiogroup"] p { visibility: hidden; }