      #graph {
          height: 400px;
          width: 800px;
          font-family: sans-serif;
      }
      .slider_holder {
          width: 100px;
          padding: 10px 20px;
      }
      .value_holder {
          width: 40px;
      }
      .explanation {
          color: #aaa;
          font-size: 14px;
          font-style: italic;
      }
      #verdict_text {
          font-size: 48px;
      }
      #criterion_text {
          font-size: 48px;
      }
      .axisLabels {
          font-weight: bold;
          padding: 4px;
      }
      input {
          text-align: center;
          font-size: 24px;
      }
      input#link_field {
          font-size: 16px;
          text-align: left;
          width: 100%;
      }
