a{color:inherit} a.special{color:inherit;font-style:inherit;text-decoration: none;} body{font-family: Verdana, Geneva, Tahoma, sans-serif;font-size: 0.5vw;} table{margin: auto;} table.client{width:80%;border-spacing: 5px;padding:2px} table.account{width:90%;border-spacing: 5px;padding:2px} td.clickEnabled{text-decoration: underline;} td.clickEnabled:hover{cursor: pointer;} td.clickDisabled{color: silver;} td.titleCenter{text-align:center;font-weight: bold} div{font-size: 12pt;} input[type=checkbox]{pointer-events: none} .flexAccountPageContainer{ display: flex; } .flexAccountContainer { display: flex; flex-flow: column; justify-content: flex-start; justify-items: none; padding: 0; margin: 0; list-style: none; } .flexAccountItem { margin-top: 10px; text-align: left; } .flexLoginContainer { display: flex; flex-flow: column; justify-content: space-evenly; justify-items: stretch; padding: 0; margin: 0; list-style: none; } .flexRow{ display: flex; flex-flow: row; } .flexRowWrap { display: flex; flex-flow: row; flex-wrap: wrap; } .flexColumn { display: flex; flex-flow: column; } .flexColumnWrap { display: flex; flex-flow: column; flex-wrap: wrap; } .flexLoginItem { margin-top: 10px; margin-right: 10%; margin-left: 10%; text-align: left; } .flexLoginContent { margin-top: 10px; align-items: flex-start; justify-content: flex-start; gap:20px } .rootStep{ white-space: nowrap; width: fit-content; height: fit-content; color: black; font-size: 1vw; font-family: Helvetica, Arial, sans-serif; flex-shrink: 0; } .rootContent{ margin-left: 1.25vw; width: fit-content; height:fit-content; color: black; font-size: 1vw; font-family: Helvetica, Arial, sans-serif; flex-shrink: 1; } .rootContentTitle{ margin: auto; margin-top:30px; width: fit-content; height: fit-content; color: black; font-size: 1.5vw; font-family: Helvetica, Arial, sans-serif; white-space: nowrap; } .rootLoginButton{ font-size: 2vw; border: solid transparent 1px; margin: auto; width: fit-content; padding: 1.5vw; margin: 0.5vw; white-space: nowrap; font-family: Helvetica, Arial, sans-serif; } .rootLoginButton:hover{ border-color: black; background-color: lightslategray; cursor: pointer; border-style: solid; border-width: 0.5px; border-radius: 10px; width: fit-content; padding: 1.5vw; margin: 0.5vw; white-space: nowrap; font-family: Helvetica, Arial, sans-serif; } .hoverUline:hover{ text-decoration: underline; font-weight: bold; } .betaInput{ border-color: red; border-style: solid; border-width: 0.5px; font-size: 1vw; } .betaInput::placeholder { color:darkgrey; }