.main__content {
    align-items: center;
}

.page__title {
 width:80%; 
}

.breadcrumbs {
 width:80%; 
}

.search-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-main table {
  max-width: auto !important;
  width: 100% !important;
}

.search-container {
  width: 100%;
  max-width: 1560px;
  display: flex;
  align-items: center;
  position: relative;
}

.google-search {
  width: 100%;
  margin-bottom: 0;
}

.google-search input,
.google-search .twitter-typeahead input,
.twitter-typeahead {
  width: 100%;
  height: 50px;
  padding-left: 15px;
}

.google-search-box {
  margin-right: 15px;
}

.google-search-box input {
  height: 40px;
  width: 400px;
  padding-left: 15px;
}

.search-button {
  position: absolute;
  top: 12px;
  right: -70px;
}

.search-button button {
  border: none;
  font-size: 1.5em;
  background-color: #ffffff;
}

#___gcse_0 {
  width: 100%;
  max-width: 1560px;
}

.gcsc-branding,
.gcsc-find-more-on-google-root {
  display: none !important;
}

.form-search {
  position: relative;
}

.gsc-above-wrapper-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gsc-result-info {
  color: #000000 !important;
}

.gsc-orderby-label {
  color: #000000 !important;
}

.gsc-webResult .gsc-result {
  padding: 30px !important;
}

.gsc-control-cse .gsc-table-result {
  position: relative;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.gcsc-more-maybe-branding-root {
  display: none;
}

/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
  .search-container {
    width: 80%;
  }

  #___gcse_0 {
    width: 80%;
  }
}

@media only screen and (max-width: 1400px) {
  .gsc-table-cell-thumbnail,
  .gs-promotion-image-cell {
    position: relative;
  }
}

@media only screen and (max-width: 570px) {
  #___gcse_0 {
    width: 100%;
  }

  .search-main {
    margin-top: 130px;
  }
}



