.tablerow { border: 1px solid #afcad5; } .inputfield { text-align: center; border-color: #afcad5; background: #263238; color: #afcad5; } .subtext { font-size: 16px; text-align: center; } button { font-size: 20px; border: 3px solid; } div { font-size: 20px; } input { font-size: 20px; } a { font-size: 20px; } body { background: #263238; color: #afcad5; font-size: 20px; } td { background: #263238; color: #afcad5; font-size: 20px; } th { font-size: 20px; } textarea { font-size: 20px; } .submit { background: #263238; color: #afcad5; border-color: #afcad5; } .numberfield { width: 50px; color: #afcad5; } p { margin-block-start: 0.1em; margin-block-end: 0em; } a { color: #9de178; } .tablefill { width: 100%; } .stats { display: none; } .scheme { background: #263238; color: #afcad5; border-color: #afcad5; } .error { color: red; } /* Style the tab */ .tab { overflow: hidden; border: 1px solid #9de178; background-color: inherit; } /* Style the buttons that are used to open the tab content */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #136460; } /* Create an active/current tablink class */ .tab button.active { background-color: #383f56; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #9de178; border-top: none; }