#searchContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#searchContainer .searchtext {
  display: inline-block;
  width: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  padding-left: 10px;
}

.searchrow {
  justify-content: center;
}

@media (max-width: 440px) {
  #searchContainer .searchtext {
    width: calc(100% - 90px);
  }
  .searchrow {
    width: calc(100% + 70px);
  }
}

#searchContainer .searchbutton {
  height: 35px;
  width: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#searchContainer .searchplaceholder {
}

#searchContainer form {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 0px !important;
}

#maakunta {
  margin-bottom: 14px;
}

.form-title {
  color: #fff;
}
#mainsearchrow {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
  z-index: 12;
  text-align: center;
}

@media (max-width: 440px) {
  #mainsearchrow {
    width: auto;
  }
}

#bottom_search_button {
  width: 35px;
}

#bottom_search_button_text {
  display: none;
}

@media (max-width: 850px) {
  #bottom_search_button_text {
    display: inline;
    padding-right: 16px;
  }

  #bottom_search_button {
    width: 90px !important;
  }
}
