      .line {
        border: 1px solid white;
      }
      .line:hover{
        background-color: #E2E2E2;
        border: 1px solid #D2D2D2;
      }
      #data-container ul {
        list-style:none;
        padding: 0px;
      }
      #search {
        color: #292121;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
      }
      .bold {
        font-weight:900;
      }
      #stable {
        width: 700px;
        border-collapse: separate;
        border-spacing: 12px 40px;
      }
      #stable img {
        width: 120px;
      }
      @media (max-width: 768px){ /* mobile configs */
        #stable {
          width: auto;
          /*border-collapse: separate;*/
          border-spacing: 10px 40px;
        }

        #stable tr {
          width: auto;
        }

        #stable td {
      
          width: auto;
        }

        #stable img {
          width: 100px;
        }

        #linkLine {
          display: none;
        }

        .form-wide-container {
            width: 100% !important;
            padding: 0px 15px !important;
        }
      }
      .form-container form.search-form button.search-btn {

          border-right: 1px solid #bdbdbd !important;
          border-top: 1px solid #bdbdbd !important;
          border-top-right-radius: 5px !important;
          border-bottom-right-radius: 5px !important;
          border-bottom: 1px solid #bdbdbd !important;
          height: 34px;
          font-size: 20px;
      }
      #search{
          border-top-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;  
      }
      #archivesearch .btn {
            padding: 2px 12px !important;
      }
      em {
        font-weight: bold;
      }
      .back-to-top {
        opacity: 0.7;
        background-color: #da2128;
        border-radius: 65px;
        bottom: 14px;
        box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
        color: #d9a000;
        cursor: pointer;
        height: 40px;
        position: fixed;
        right: 22px;
        width: 40px;
        z-index: 3;
        &::after {
          content: '▲';
          display: flex;
          justify-content: center;
          padding-left: 1px;
          padding-top: 10px;
        }
      }
      .seta-cima:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        margin-top: 15px;
        width: 0; 
        height: 0; 

        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid white;
      }


      span.st-snippet em {
        font-style: normal;
        font-weight: bold;
       /* background: yellow; */
      }
























@media (min-width: 768px) {/*desktop*/
  .form-container-search {
      width: 1000px !important; */      
  }
}
  .form-container-search {
      margin-bottom: 20px !important;
  }

.st-result-listing {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.8px;
}

form input.st-search-input {
  font-size: 14px;
  padding: 5px 9px 5px 27px;
  height: 18px;
  width: 200px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
}

div.st-search-summary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin: 12px 0;
}

div.st-result-listing {
  /*width: 1000px;*/
}

div.st-result-listing h2 {
  font-weight: normal;
  color: #333;
  margin: 0;
}

div.st-result-listing h2 .st-query {
  font-style: italic;
  color: #666;
}

div.st-result-listing h3 {
  margin: 5px 0;
}

div.st-result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

div.st-result.final {
    border-bottom: none;
    margin-bottom: 0;
}

div.st-result .st-snippet {
  color: #333;
}

div.st-result .st-date {
  color: #999;
}

.st-pagination {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

.st-prev {
  margin-right: 20px;
}

.st-loading-message {
  font-size: 14px;
  font-style: italic;
  color: #999;
  margin: 10px auto;
  text-align: center;
}


.search-lineresult-title a{
  color: #000;
  font-size: 16px;
}
.search-lineresult {
  font-size: 14px;
}

.search-lineresult img{
    width: 100%;
    max-height: 70px;
}

.div-lineresult-image {
  float: left;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 120px;    
}

.div-searchinput {
  width: 100%;  
}
@media (min-width: 768px) {/*desktop*/
  .div-searchinput {
    width: 430px;  
  }
}

.st-metadata{
  min-height: 70px
}

.st-page {
  text-align: center;
}

.st-search-result-link{
  line-height: 0.8 !important;
}

.search-lineresult-title{
  line-height: 0.8 !important;  
}

.search-lineresult:hover {
  background-color: #f5f5f5;
}

.form-container {
  min-height: 200px;
}

.st-no-results {
  text-align: center;
}

#amountResult{
  margin-top: 10px;
  margin-bottom: 10px;
  display: none
}


@media (min-width: 768px) {/*desktop*/
  #exactTermDiv {
    float: right; 
    margin-top: -33px;
    margin-right: 150px;
  }
}





@media (max-width: 768px){ 
  .st-search-result-link{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    line-height: 1 !important;
  }
  .st-snippet{    
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px
  }
  .search-lineresult-title{
    height: 16px;
    padding: 0;
    margin: 0 !important;    
    padding-top: 5px
  }
  .search-lineresult-title a {
      font-size: 14px;
  }  
}

.form-control:focus {
    box-shadow: 0 0 !important;
}


.input-group.div-searchinput #search {
  text-indent: 10px;
}