/* DW Q&A CSS */
/*  General Changes  */
.dwqa-privacy,
.dwqa-stick-question,
.dwqa-date img.avatar {
  display: none; }

/* In question list page*/
.dwqa-container .dwqa-list-question * {
  border: none;
  background: none; }
.dwqa-container .dwqa-list-question .dwqa-question:not(:nth-last-of-type(1)) {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1); }
.dwqa-container .dwqa-list-question .dwqa-question:hover {
  background: none; }

.home .dwqa-container .dwqa-list-question div.filter-bar,
.home .dwqa-container .dwqa-list-question footer.dwqa-footer-meta,
.home .dwqa-container .dwqa-list-question div.archive-question-footer {
  display: none; }
.home .dwqa-container .dwqa-list-question .dwqa-question {
  padding-right: 0; }
  .home .dwqa-container .dwqa-list-question .dwqa-question:nth-of-type(n+4) {
    display: none; }

.dwqa-search .dwqa-search-form {
  line-height: 0; }
  .dwqa-search .dwqa-search-form .dwqa-search-input {
    line-height: 2em;
    border: none;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    background: none;
    box-shadow: none; }

/* Single question page */
.single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-vote {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  float: left;
  margin-right: 2rem; }
  .single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-vote::after {
    content: 'Was this comment helpful? Rate it.';
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-vote a {
    height: 12px; }
    .single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-vote a::before {
      top: 0; }
  .single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-vote div {
    line-height: 2em; }
.single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-question .dwqa-current-status {
  float: right; }
.single-dwqa-question .dwqa-container .dwqa-single-question .avatar {
  border-radius: 50%; }
.single-dwqa-question .dwqa-container .dwqa-single-question .dwqa-tags::before {
  content: 'Tags: '; }
.single-dwqa-question .dwqa-container .dwqa-single-question div.dwqa-category::before {
  content: 'Category:  '; }
.single-dwqa-question .dwqa-container .dwqa-single-question div.dwqa-category a.dwqa-category-name {
  display: inline-block; }
.single-dwqa-question .dwqa-container .dwqa-single-question h3.dwqa-headline span {
  font-size: 1em;
  display: inline;
  border: none; }
.single-dwqa-question .dwqa-container .dwqa-single-question div#dwqa-answers div.dwqa-list-answers {
  padding-left: 3rem; }
  .single-dwqa-question .dwqa-container .dwqa-single-question div#dwqa-answers div.dwqa-list-answers div.dwqa-vote {
    top: 5px; }

/* Submit question page */
@media only screen and (min-width: 30em) {
  /* In question list page*/
  /* Single question page */
  /* Submit question page */ }
@media only screen and (min-width: 60em) {
  /* In question list page*/
  /* Single question page */
  /* Submit question page */ }
