@media only screen and (max-width: 768px) {
  .modal pre {
    padding: 3px 6px; !important;
  }
  #content {
    padding: 0 !important;
  }
  #mainContent {
    width: 100%;
  }
  .col-6 {
    width: 50%;
    float: left;
  }
}

/* Small (Mobile) */
@media only screen and (max-width: 576px) {
  .modal pre {
    padding: 3px 6px; !important;
  }
  #content {
    padding: 0 !important;
  }
  #mainContent {
    width: 100%;
  }
  #predict_data #content #content {
    padding: 0;
    font-size: 100% !important;
  }
}

@media only screen and (max-width: 390px) {
  .widget .child-1 {
    text-align: center;
    width: 100%;
  }
  .widget .child-2 {
    width: 100%;
  }
}