header, section, div {display: block;}
body {background-color: #000000; font-family: "Arial", Georgia, Serif; font-size: 12px;}
a {font-size: 14px; color: #AAAAAA;}
h1 {font-size: 14px; color: #AAAAAA;}
label {font-size: 12px; color: #AAAAAA; text-align: left; margin-left: 10px;}
input {font-size: 12px; background-color: lightgray; width: 200px; foreground-color: black; text-align: center;}

.radioButton {width: 30px; height: 15px; background-color: lightgray; foreground-color: black}
.toolButton {width: 30px; height: 20px; font-size: 16px; font-style: bold; background-color: lightgray; 
             foreground-color: black; text-align: center;margin-left: 5px; margin-right: 5px;}
.bigButton {width: 90px; height: 20px; font-size: 12px; font-style: bold; background-color: lightgray; 
             foreground-color: black; text-align: center;margin-left: 5px; margin-right: 5px; margin-bottom: 5px;}
.commandoButton {width: 50px; height: 20px; font-size: 12px; font-style: bold; background-color: lightgray; 
       foreground-color: black; text-align: center;margin-left: 5px; margin-top: 10px;}
.positionLabel {width: 100px;}
.boxPosition {width: 250px; height: 220px;}
.smalltext {font-size: 12px; background-color: lightgray; width: 40px; foreground-color: black; text-align: center;}
.sets {margin-left: 10px; width: 200px}

#scaleText {font-size: 10px; background-color: lightgray; foreground-color: darkgray; text-align: left;}
#page {display: flex; flex-direction: row; width: 1250px; height: 900px;}
#leftside {width: 250px; height: 700px;}
#boxTitle {width: 250px; height: 30px;}
#boxZoom {width: 250px; height: 30px;}
#boxTop {width: 250px; height: 100px;}
#boxColors {width: 1000px; height: 500px;}
#rightside {width: 1000px; height: 700px;}
#rightsidex {display: flex; flex-direction: column; width: 1000px; height: 700px;}
#theCanvas {border: 1px solid white;}
#reverse {margin-left: 10px; margin-right: 10px; width: 20px; height: 15px; background-color: lightgray; foreground-color: black}
#check {display: flex; flex-direction: row; width: 250px; height: 20px; margin-top: 5px;}
