body {
  font-family: Arial;
  font-size: 12px;
  color: #666;
  line-height: 1.2; }

.content {
  width: 1050px;
  margin: 0 auto;
  position: relative; }

#extra-text {
  color: #ccc; }

#extra-text:hover {
  color: inherit; }

#header {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 14px; }

#logo {
  font-weight: bold;
  display: none;
  color: #fff; }

#header select {
  margin: 0; }

#header a {
  color: #ccc; }

#social {
  position: absolute;
  right: 0px;
  top: 50px; }

#score-chart {
  /*	border-left: 1px solid #aaa;
  	border-bottom: 1px solid #aaa;*/
  /*	border: 1px solid #fff;*/
  position: relative;
  height: 570px; }

#footer {
  border-top: 1px dotted #aaa;
  padding: 5px 0;
  color: #aaa; }

ol {
  list-style-position: inside;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px; }

ol > li {
  margin-bottom: 20px;
  font-weight: normal; }

ol > li > em {
  font-weight: bold; }

div.marker {
  position: absolute !important; }

#nearby-scores {
  position: absolute;
  bottom: 5px;
  left: 7px;
  width: 40%; }

#horizontal-axis {
  position: absolute;
  height: 2px;
  left: 0px;
  right: 10px;
  border-radius: 3px;
  background: #ff80ff;
  color: #e600e6;
  bottom: -2px; }
  #horizontal-axis .label {
    text-align: right;
    line-height: 2;
    margin-right: 170px;
    font-size: 11px;
    font-weight: bold; }
  #horizontal-axis .arrow {
    position: absolute;
    right: -24px;
    top: -3px;
    width: 0;
    height: 0;
    border-width: 4px 12px;
    border-color: transparent;
    border-left-color: #ff80ff;
    border-style: solid; }

#vertical-axis {
  color: #6666ff;
  position: absolute;
  width: 2px;
  top: 13px;
  bottom: -1px;
  left: 0px;
  border-radius: 3px;
  background: #9999ff; }
  #vertical-axis .label {
    text-align: center;
    line-height: 2;
    margin-left: -20px;
    margin-top: 70px;
    margin-top: 200px;
    font-size: 11px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: bold; }
  #vertical-axis .arrow {
    position: absolute;
    top: -24px;
    left: -3px;
    width: 0;
    height: 0;
    border-width: 12px 4px;
    border-color: transparent;
    border-bottom-color: #9999ff;
    border-style: solid; }

#score-chart table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  width: 100%;
  width: 700px;
  height: 570px;
  cursor: pointer; }

#score-chart:after {
  position: absolute;
  content: "Passing Scores (1440+)";
  top: 10px;
  right: 20px;
  color: #77cc77;
  font-size: 20px;
  text-align: right; }

h3 {
  margin: 0;
  color: #0c0; }

#ssscore-chart:before {
  position: absolute;
  content: "Under 1000 pts";
  bottom: 10px;
  left: 20px;
  color: #eee;
  font-size: 14px;
  text-align: left; }

.module {
  width: 100%;
  /*  border: 1px solid #888;*/
  /*  border-radius: 3px;*/
  position: relative; }

h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px; }

.module h2 {
  /*  background: #aaa;*/
  /*  color: #fff;*/
  /*  font-weight: bold;*/
  font-size: 19px;
  margin-bottom: 5px; }

h3 {
  font-size: 14px;
  margin: 3px 0; }

input.score-display {
  width: 70px;
  text-align: center;
  color: #888; }

input[type="number"] {
  width: 60px;
  text-align: center;
  font-weight: bold;
  padding: 2px; }

input.wrong-value {
  background: red !important;
  color: #fff !important; }

#raw-written-score {
  color: purple;
  border: 1px solid purple;
  background: #ffccff; }

#raw-mbe-label {
  color: #6666ff; }

#raw-written-label {
  color: #e600e6; }

#raw-mbe-score {
  color: blue;
  border: 1px solid blue;
  background: #e5e5ff; }

.module > .content {
  position: relative;
  box-sizing: border-box;
  padding: 1px; }

#your-score-table {
  z-index: 5;
  width: 100%;
  position: relative; }

#your-score-table td {
  vertical-align: middle;
  text-align: left; }

#your-score-table td {
  width: 33%; }

.score-module {
  display: inline-block;
  text-align: left;
  padding-top: 10px; }

.score-module > h3 {
  color: #aaa;
  font-size: 12px; }

.score-module > .your-scaled-score {
  font-size: 16px;
  font-weight: bold;
  color: #8AF; }

#uuuyour-scaled-total {
  font-size: 16px;
  font-weight: bold;
  color: #444; }

/* -------------- */
#passing-scores-table {
  width: 100%;
  border: 1px solid #ccc; }

#passing-scores-table tr:last-child td {
  border-bottom-color: transparent; }

#passing-scores-table td {
  border-bottom: 1px dotted #ddd;
  text-align: right;
  width: 16.5%;
  padding: 2px 0;
  padding-right: 12px;
  font-size: 11px; }

#passing-scores-table th {
  background: rgba(200, 200, 200, 0.1);
  border-left: 1px solid #ccc;
  padding: 5px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2; }

#passing-scores-table th > div {
  font-size: 11px;
  font-weight: normal; }

#passing-scores-table th:first-child {
  border-left: 0; }

#passing-scores-table tr:hover td {
  background: #cfc; }

#passing-scores-table td:nth-child(5),
#passing-scores-table td:nth-child(3) {
  border-left: 1px solid #ccc;
  /*  width: 1%;*/ }

#score-map-module {
  width: 502px; }

.failing,
#score-chart td {
  background: #fff5f5;
  padding: 0; }

.passing,
#score-chart td.passing {
  background: #88ff88; }

.not-in-range,
#score-chart td.not-in-range {
  background: #fff; }

.threshold,
#score-chart td.threshold {
  background: #ff8; }

#score-chart td.path-to-pass {
  /*	background: rgba(200,200,255,0.5); */ }

.userScoreMarker,
#score-chart td.userScoreMarker,
#score-chart td.user-score {
  background: red;
  position: relative; }

.userScoreMarker:before,
#score-chart td.userScoreMarker:before,
#score-chart td.user-score:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border-radius: 15px;
  background: rgba(255, 0, 0, 0.08);
  border: 2px solid rgba(255, 0, 0, 0.1);
  pointer-events: none; }

.targetNearestScoreMarker,
.nearestScoreMarker,
#score-chart td.targetNearestScoreMarker,
#score-chart td.nearestScoreMarker {
  background: #0c0;
  position: relative; }

.targetNearestScoreMarker:before,
#score-chart td.targetNearestScoreMarker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border-radius: 15px;
  background: rgba(0, 200, 0, 0.2);
  border: 2px solid rgba(0, 200, 0, 0.3);
  pointer-events: none; }

#chart-legend li {
  margin: 6px 0; }

.legend-cell-small,
.legend-cell {
  float: left;
  width: 20px;
  margin-right: 8px;
  border-radius: 3px; }

.legend-cell-small {
  height: 3px;
  width: 7px;
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 14px; }
