<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
input,
select {
  font-size: 15px;
  font-family: Arial, sans-serif;
}

/* Creates a header which standardizes the layout for proficiency exercise controls and buttons */
.proHeaderTable {

  /*margin-top: -20px;*/
  margin-top: -30px;
  border-bottom: 0 none;
  width: 100%;
}

/* Creates a header which standardizes the layout for AV controls */
.headerTable {

  /*margin-top: -10px;*/

  /*border-bottom: 1px solid black;*/
  border-bottom: 1px solid #B6C0B2;
  width: 100%;
}

/* Left column of the standardized header */
table .headerLeft {
  width: 142px;
}

/* Center column of the standardized header */
table .headerCenter {
  font-size: 2em;
  text-align: center;
}

/* Right column of the standardized header */
table .headerRight {
  text-align: right;
  width: 142px;
}

/* Affects the margin of buttons in the header table */
table td input {

  /*margin-top: 10px;*/
  margin-top: 0;
}

/* AV title */
div h1 {
  text-align: center;
  margin: 10px 5px 5px;
}

form {
  clear: both;
  border: 0;
}

/* Style for container holding AV content */
.avcontainer {
  margin-top: -15px;
}

.jsavcontainer {

  /*background-color: #efe;*/
  background-color: transparent;
  border: 0 none;
}

.jsavexercisecontrols {

  /*margin-top: 10px;*/
  margin-top: 20px;
  text-align: center;
}

.jsavcontrols {
  margin-top: -10px;
}

.jsavmodelanswer .jsavline {
  margin: 0 0 0 20px;
  width: auto;
}

.jsavmodelanswer .jsavcontrols {
  margin-top: 0;
}

.jsavmodelanswer .jsavcontrols span {
  margin: 10px 20px 0 0;
}

.jsavcounter {
  position: absolute;
  width: 100px;
}

.jsavline {
  height: 30px;
  margin: 0;
  width: 100%;
}

.jsavsettings {
  display: block;
  margin-top: 0;
  margin-left: 10px;
}

/* Style of proficiency exercise "Instructions" label */
.instructLabel {
  margin-top: -5px;
}

/* Style for the container holding proficiency exercise instructions */
.instructions {
  padding: 10px;  /*border: 1px solid black;*/
  border: 1px solid #B6C0B2;
  margin-top: -15px;
}

/* Style for the div containing the entire AV or exercise */
#container {

  /*border: 1px solid black;
  background-color: #efe;*/
  border: 1px solid #B6C0B2;
  /* background-color: #E2EEDD; */
  background-color: #F5F5EA;  
  padding: 5px;
  overflow: hidden;
}

/* Style for the form holding AV inputs */
#ssperform {
  margin-top: -5px;
}

/* Set placement for About button */
#about {
  margin-top: 0;
  float: right;
}

/* Set placement for Help button */
#help {
  margin-top: 0;
  float: left;
}

#increments,
#arrayValues {
  padding-left: 5px;
}

#prof_check_mark {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .8;
}
</pre></body></html>