@import url('stylend.css');

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

.content-non-home {
  flex: 1 0 auto;
  /*padding-bottom: 50px;*/
}

footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

.search-form-box {
  padding-top: 100px;
  padding-bottom: 50px;
}

.search-result-container .berita {
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-result-container h1 {
  padding-left: 15px;
}

.berita-search {
  padding-bottom: 100px;
}

.produk-search ul {
  margin: 0;
}

.produk-search ul > li {
  text-indent: -10px;
  margin-bottom: 0px;
  margin-left: 10px;
} 

.produk-search ul > li:before {
  content: "-  ";
}

.produk-item h2 {
  text-transform: uppercase; 
  margin-top: 0px;
}

.produk-item p {
  margin: 0;
}

.produk-item .line-space-search {
  height: 70px;
}

@media (max-width: 812px){
  .produk-item .line-space-search {
    height: 100px;
  }
}