:root { /*========== Colors ==========*/ --first-color: #FFFFFF; --first-color-light: #c0c0c0; --title-color: #7f7f7f; --header-color: #EEEEEE; --text-color: #404040; --text-color-light: #7f7f7f; --body-color: #FFFFFF; --container-color: #c0c0c0; /*========== Font and typography ==========*/ --body-font: 'Consolas', monospace; --large-font-size: 1.4rem; --normal-font-size: 0.9rem; --small-font-size: .9rem; --smaller-font-size: .8rem; /*========== Font weight ==========*/ --font-medium: 500; --font-semi-bold: 600; } .pwrbox{width:80%; height:auto; padding:5px; margin:10px auto; box-sizing:border-box;} .pwrbox td {font: .9rem consolas, monospace; width:30%; padding:0;margin:0;}