* {
  border-radius: 0px !important;
}
.suggestionsBox
{
  position: relative;
  left: 30px;
  margin: 10px 0px 0px 0px;
  width: 260px;
  font-family:Arial,Helvetica,sans-serif;
  background-color: #014712;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 2px solid #be9843;
  color: #be9843;
}

.suggestionList
{
  font-family:Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

.suggestionList li
{
  font-family:Arial,Helvetica,sans-serif;
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  border: 1px dashed #be9843;
}

.suggestionList li:hover
{
  background-color: #be9843;
  color: #014712;
}

.my_h3
{
  background-color: #FDF3DD;
  font-size: 12px;
  font-weight: normal;
  padding: 25px;
  margin: 0px 0px;
}


html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1; /* THIS pushes footer down */
}

/* Footer stays in flow (NOT fixed) */
#sticky-footer {
  width: 100%;
  background: #ffffff;
  color: #014712;
  border-top: 2px solid #014712;
  text-align: center;
  padding: 10px 0;
  border-radius: 0px !important;
}

#sticky-footer {
  position: fixed;
}
* {
  border-radius: 0px !important;
}