.searchbox {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 1140px;
  margin-top: 1.7em;
  padding: 1em 0 3em 0;
}
.searchbox p {
  margin: 0;
  text-align: left;
  display: inline-block;
  padding-left: 2em;
  margin-top: 0.2em;
  float: left;
}
.searchbox input {
  border: none;
  height: 2.5em;
  padding: 0 1em;
  margin-left: 1.5em;
  color: #444444;
  width: 65%;
  float: right;
  margin-right: 2em;
}
.searchbox #qaplus_searchform {
  margin: 0;
}
.questions {
  margin: 1em 0 5em 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.questions ul {
  margin-bottom: 3em;
}
.questions ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.questions a {
  color: #343434;
  text-decoration: none;
}
.questions a:hover {
  color: #2a7ccf;
  text-decoration: underline;
}
.search .questions,
.tax-support_category .questions {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.search .questions p a,
.tax-support_category .questions p a {
  color: #2a7ccf;
  text-decoration: underline;
}
.morequestions {
  background-color: #e8e8e8;
  width: 88%;
  min-height: 20px;
  padding: 1.5em;
}
.morequestions a {
  color: #e57f07;
  text-decoration: none;
  font-weight: 400;
  padding-left: 1em;
  vertical-align: 30%;
}
.morequestions a:hover {
  text-decoration: underline;
  color: #e57f07;
}
.morequestions h3 {
  line-height: 1.3em;
}
::-moz-placeholder {
  color: #444444;
}
::-webkit-input-placeholder {
  color: #444444;
}
:-ms-input-placeholder {
  color: #444444;
}
.detailsheader {
  background: url('https://sliksvn.com/assets/themes/sliksvn/css/../images/home-back.jpg') center center fixed;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 68px;
  width: 100%;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 0.5em;
}
.information-left {
  width: 60%;
  float: left;
  margin-bottom: 2.5em;
}
.information-left span.article-title {
  font-weight: bold;
}
.information-right {
  width: 35%;
  float: right;
  min-height: 200px;
}
.information-right ul {
  margin-bottom: 3em;
}
.information-right ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.information-right a {
  color: #343434;
  text-decoration: none;
}
.information-right a:hover {
  color: #2a7ccf;
  text-decoration: underline;
}
.maininfo h1,
.maininfo h2 {
  color: #343434;
  font-family: 'open sans', sans-serif;
  text-align: left;
  text-transform: none;
}
.maininfo h1 {
  font-size: 2.6em;
  margin-bottom: 0.6em;
}
.maininfo h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.qa_cats {
  display: none;
}
.codespace {
  background-color: #e9e8e8;
  width: 87%;
  float: right;
  min-height: 200px;
  margin: 1.5em 0;
  padding: 1.5em 2em;
}
input.search {
  width: 100%;
  background: #fafafa url('https://sliksvn.com/assets/themes/sliksvn/css/../images/search.svg') no-repeat 97% 50%;
  background-size: 1.5em 1.5em;
  border: 1px solid #ddd;
  margin-bottom: 3em;
  padding: 0 3.5em 0 .5em;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
}
.information-right input.search {
  width: 335px;
}
@media (min-width: 480px) and (max-width: 1095px) {
  .searchbox {
    width: 100%;
    margin-top: 1.7em;
    padding: 1em 0 1.6em 0;
  }
  .searchbox p {
    text-align: center;
    display: block;
    padding-left: 2em;
    vertical-align: -35%;
    float: none;
  }
  .searchbox input {
    border: none;
    height: 2.5em;
    padding: 0 1em;
    margin-left: 1.5em;
    color: #444444;
    width: 90%;
    float: none;
    margin: none;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
  }
}
@media (max-width: 850px) {
  .information-left {
    width: 100%;
  }
  .codespace {
    background-color: #e9e8e8;
    width: 89%;
  }
}
@media (max-width: 850px) {
  .questions {
    margin: 1em 0 5em 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media (max-width: 480px) {
  .searchbox {
    width: 100%;
    margin-top: 1.7em;
    padding: 1em 0 1.6em 0;
  }
  .searchbox p {
    float: none;
  }
  .searchbox input {
    border: none;
    height: 2.5em;
    padding: 0 1em;
    margin-left: 1.5em;
    color: #444444;
    width: 80%;
    float: none;
    margin: none;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
  }
}
