      .predictedOutput {
          border: 1px solid #238EBC;
          border-top: 0;
          border-bottom: 1px solid #238EBC !important;
          border-collapse: collapse;
          width: 100% !important;
          min-width: 200px !important;
      }

      .predictedOutput td {
/*          border: 1px solid grey;*/
          font-size: 12px;
          /* padding-left: 5px; */
          padding: 2px 8px !important;
      }

      .predictedOutput a {
          text-decoration: none;
          font-size: 14px;
          color: #2c3e50;
      }

      .predictedOutput td:hover a,
      .predictedOutput a:hover {
          cursor: pointer;
          color: white !important;
      }

      .predictedOutput td.focus,
      .predictedOutput td:hover {
          background: #238EBC;
          cursor: pointer;
      }




      .predictedOutput td.focus > a,
      .predictedOutput td:hover > a {
          /* color: white; */
          /* color: white; */
          text-decoration: underline;
          color: inherit;
          /* font-weight: bold; */
      }



      .predictedOutput > tbody > tr > td {
          padding-top: 2px !important;
          padding-bottom: 2px !important;
          border-color: #238EBC !important;
      }

      .predictedOutput thead,
      .predictedOutput tfoot {
          position: absolute !important;
          top: 9999px !important;
      }

      table.dataTable tbody th.focus,
      table.dataTable tbody td.focus {
          box-shadow: inset 0 0 1px 0.5px #3366ff !important;
      }

      table.dataTable.no-footer {
          border-bottom: none;
      }
