@media only screen and (max-width: 500px) {
  #report-content {
    padding: 20px;
    min-width:100%;
    margin: 0 auto;
    margin-left: 0 !important;
  }
  #doc {
        width: 100%;
  }
  #report-content > .row {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }
  #report-content > .row > div {
    display: block;
    width: 100% !important;
  }
  #report-content > .row > div:nth-child(2) {
    display: flex;
  }
  #doc-title {
  }
  #doc-title-edit {
  }
  #search-multi{
    margin-bottom: 10px;
    text-align: center;
  }
  #report-content #new-search{
    width: auto !important;
  }
  #doc-textarea {
    display: block;
    padding: 20px;
    margin: 0;
  }
  #doc-details {
    position: relative;
    width: 100%;
  }
  #results-title {
    width: 100%;
  }
  #results-percentage {
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }
  #doc-results {
    width: 100%;
  }
  #doc-details #results-percentage .new-ui-score-main{
    width: 100%;
  }
   #doc-details #ai-main-result{
    padding:10px !important;
  }
  #report-edit-btn-main{
    left: -30px;
  }
  #report-edit-btn-main i {
    font-size: 26px;
  }
  #report-edit-btn-main{
    font-size: 14px;
  }
  .top-score-div {
    display: flex !important;
    align-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* width: 41%; */
  }
  #percent-matches, #results-percentage div.top-score-div:first-child{
     display: flex !important;
  }
  #doc-details #top-banner-pagination-hint{
    color: #fff !important;
    padding: 0px 12px !important;
  }
  #source-actions {
  }
  #editButton {
    margin-top: 30px;
  }
}