html body #content table#rubricTable {
  margin: 20px 0 35px 0;
  font-size: 1em;
  border-collapse: collapse;
}
html body #content table#rubricTable img {
  height: 57px;
  padding: 6px;
  vertical-align: middle;
}
html body #content table#rubricTable td {
  color: #707070;
  padding: 4px 4px 4px 4px;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1.5;
}
html body #content table#rubricTable td span.title {
  color: #FF3000;
}
html body #content table#rubricTable td {
  vertical-align: middle;
  font-size: 20px;
}
html body #content #fullWidth label.rubric-label {
  text-align: left;
  width: 7em;
}
html body #content input.traitbutton,
html body #content input.traitbutton2,
html body #content input.traitbutton3,
html body #content input.traitbutton4,
html body #content input.traitbutton5,
html body #content input.traitbutton6 {
  width: 52px;
  height: 50px;
  font-size: 30px;
  weight: bolder;
  margin: 5px;
  border: none;
  background-color: #199b19;
  color: #fff;
  cursor: pointer;
  border-radius: 45px;
  box-shadow: -2px 3px 7px black;
  text-align: center;
  outline: 0;
}
html body #content input.traitbutton2 {
  background-color: #ff8027;
}
html body #content input.traitbutton3 {
  background-color: #f8a8df;
}
html body #content input.traitbutton4 {
  background-color: #44b0f5;
}
html body #content input.traitbutton5 {
  background-color: #F8CF25;
}
html body #content input.traitbutton6 {
  background-color: #4C03B9;
}
html body #content input.traitbutton:hover,
html body #content input.traitbutton2:hover,
html body #content input.traitbutton3:hover,
html body #content input.traitbutton4:hover,
html body #content input.traitbutton5:hover,
html body #content input.traitbutton6:hover {
  background-color: #80BF3D;
  box-shadow: -2px 3px 7px #000;
}
html body #content input.traitbutton2:hover {
  background-color: #fdb27d;
}
html body #content input.traitbutton3:hover {
  background-color: #edb7c6;
}
html body #content input.traitbutton4:hover {
  background-color: #8ecffa;
}
html body #content input.traitbutton5:hover {
  background-color: #C7AF4F;
}
html body #content input.traitbutton6:hover {
  background-color: #802CFE;
}
html body #content input.points,
html body #content input.score {
  background-color: #eeeeee;
  font-size: 37px;
  font-weight: bolder;
  margin: 5px;	  
}	  	  
html body #content table#rubricTable input.score {width: 3em;}	  	  
html body #content input.score {
  background-color: #ccc;
}
html body #content table#rubricTable input.submit,
html body #content table#rubricTable input[type=reset],
p.next-student,
button#pdf-button,
button#print {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: unset;
  border-radius: 0;
  padding: 16px 20px;
  background: #B3D146 !important;
  border: 0;
  width: fit-content;
  color: #232323;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
p.next-student:hover,
button#pdf-button:hover,
button#print:hover {
  background: rgba(0, 0, 0, 0.3);
}
html body #content table#rubricTable input.submit:hover {
  background-color: #92D050;
  color: #000;
  text-decoration: none;
}
html body #content td,
html body #content th {
  border: none;
}
html body #content td.trait1,
html body #content td.trait2,
html body #content td.trait3,
html body #content td.trait4,
html body #content td.trait5,
html body #content td.trait6 {
  width: 22%;
  font-size: 1.3em;
}
html body #content table#rubricTable td.trait1 {
  color: #0E680E;
}
html body #content table#rubricTable td.trait2 {
  color: #ff8027;
}
html body #content table#rubricTable td.trait3 {
  color: #fc6ace;
}
html body #content table#rubricTable td.trait4 {
  color: #44b0f5;
}
html body #content table#rubricTable td.trait5 {
  color: #B18F02;
}
html body #content table#rubricTable td.trait6 {
  color: #4C03B9;
}
html body #content td.weight,
html body #content td.score {
  width: 13%;
  text-align: center;
}
html body #content table#rubricTable td.calculate {
  text-align: right;
  border-bottom: 0;
  padding-top: 15px;
}
html body #content table#rubricTable td.percent,
html body #content table#rubricTable td.metadata {
  padding-top: 12px;
  padding-bottom: 12px;
}
html body #content td.traitbuttoncell,
html body #content td.percent {
  width: 11%;
  text-align: center;
  vertical-align: middle;
}
html body #content #mainContent td img.icons {
  border: none;
  background-color: transparent;		
}

html body #content #fullWidth input, #fullWidth select, #fullWidth textarea {
  width: 70%;
}