form.searchform input[type=text] {
  float: left;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #808080;
  background: #f1f1f1;
  height: 42px;
  width: 90%;
  box-sizing: border-box;
}

form.searchform input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;
}

form.searchform input[type=submit] {
  float: left;
  background: #2196F3;
  color: white;
  border: 1px solid #808080;
  border-left: none;
  cursor: pointer;
  height: 42px;
  width: 10%;
  box-sizing: border-box;
  background-image: url("../../img/search_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

form.searchform button:hover {
  background: #0b7dda;
}

form.searchform::after {
  content: "";
  clear: both;
  display: table;
}

.search_results {
  margin-top: 30px;
  padding: 20px;
  border: 1px dashed #808080;
}

.search_results .search_result {
  margin-bottom: 10px;
  padding: 10px;
}

.search_results .search_result h3 {
  margin: 0px;
}

.search_results .search_result h3 a {
  color: #2d85c7;
}

.search_results .search_result p {
  margin: 0px;
  margin-top: 5px;
  font-style: italic;
}

.newest_entrys .entry {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: normal;
}

.newest_entrys .entry h3 {
  margin-bottom: 2px;
}

.newest_entrys .entry a {
  color: #2d85c7;
}

.newest_entrys .entry .content {
  margin-left: 5px;
}

.newest_entrys .entry .content span {
  font-size: 0.8em;
  color: #3a3a3a;
  font-style: italic;
}

.newest_entrys .entry .content p {
  margin-top: 10px;
}

.docs-mockup-img {
  width: 500px;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px !important;
}

.introduce-section {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.introduce-section .introduce-content {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
