body {
  padding-top: 0px;
  background-color: rgb(250,250,250);
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
}

.logo {
    float: left;
    font-size: 42px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-pages {
    float: left;
    font-size: 28px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}

.logo-pages-inside {
    display: block;
    font-weight: 300;
    line-height: 1;
    margin-top: 10px;
}

.logo-pages-inside:hover {
    text-decoration: none;
}

.menu-container {
    background-color: white;
    width: 100%;
    border-bottom: 1px solid rgb(225,225,225);
    color: gray;
    height: auto;
    line-height: 1 !important;
    padding-bottom: 3px;
    padding-top: 3px;
}


/* qu search box overwrite */
.qa-search {
    margin-bottom: 20px;
    text-align: left;
}

.qa-search-button {
    padding: 5px 20px;
    width: 110px;
    border: 1px solid silver;
    border-radius: 3px;
}

.qa-search-field {
    padding: 5px;
    width: calc(100% - 120px);
    border: 1px solid silver;
    border-radius: 3px;
}



/* qa index page overwrite */
.qa-q-item-main { width: calc(100% - 100px); }
.qa-q-item-title {
    font-weight: 300;
    font-size: 16px;
}
.qa-q-item-who-points { display: none; }
.qa-q-item-stats .qa-voting { display: none; }

/* qa overwrite */
.qa-main { width:100%; padding: 0; }
.qa-q-list-item, .qa-a-list-item {
    background-color: white;
    border: 1px solid rgb(225,225,225);
    padding: 15px 15px 15px 15px;
    text-align: left;
}


.qa-a-count {
    background: white;
    border: 0px solid #d6ae64;
    text-align: center;
    width: 80px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0px 0;
    margin-right: 20px;
}


.qa-a-item-main {
    width: calc(100% - 80px);
}

.qa-part-q-view {
    background-color: white;
    border: 1px solid rgb(225,225,225);
    padding: 15px 15px 15px 15px;
}


/* title */
.qa-main-heading h1 {
    font-weight: 300;
    font-size: 20px;
    color: black;
    line-height: 1;
    margin: 0px;
    margin-bottom: 10px;
    text-align: left;
}

.qa-main-heading span {
    display: inline-block;
    background-color: rgba( 62, 176, 247,0.15);
    padding: 6px 12px;
}

.qa-q-view-main {
    text-align: left;
}

.qa-q-view-stats {
    display: none;
}

h2#a_list_title {
    font-size: 20px;
    text-align: center;
    margin: 30px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #333;
}
.qa-a-item-c-list { border-width: 0; }
.qa-c-list-item {
    border-top: 1px solid rgb(225,225,225);
    border-bottom: none;
    font-size: 12px;
    padding: 7px;
}

.qa-q-view-tag-item a, .qa-q-item-tag-item a {
    padding: 4px 10px;
    display: inline-block;
    background-color: rgb(240,240,240);
    color: gray;
    margin-right: 10px;
    font-size: 12px;
    color: gray !important;
    font-weight: 300;
}

.qa-a-list-item-selected {
    background-color: rgba( 62, 176, 247,0.1);
    border: 1px solid rgba( 62, 176, 247,0.2);
}

.qa-tag-link:hover {
    text-decoration: none;
    background-color: silver;
    color: black !important;
}

.qa-form-light-button { border-width: 0; }
.qa-q-view-main {
    width: 100%;
}


/* voting */
.qa-voting {
    width: 80px;
    text-align: center;
    float: left;
}

.qa-vote-count {
    float: none;
}

.qa-netvote-count-data, .qa-a-count-data {
    font-size: 32px;
    font-weight: 300;
}
.qa-netvote-count-pad, .qa-a-count-pad {
    color: silver;
    font-size: 12px;
    display: block;
    text-transform: uppercase;

}

.qa-suggest-next {
    text-align: center;
}

.info-panel {
    padding: 15px 15px 15px 15px;
    background-color: #ffffca;
    background-color: rgba(254,255,205, 0.6);
    border: 1px solid rgba(228,229,184, 1);
    text-align: left;
}


/* menu navigation */
.qa-nav-main-list, .qa-nav-user-list {
    text-transform: uppercase;
}

.qa-nav-main-item, .qa-nav-user-item {
      float: left;
      margin-right: 20px;
    background: white;
    padding: 2px;
    border-width: 0;
    font-size: 16px;
}

.qa-nav-main-item a, .qa-nav-user-item a {
  color: gray !important;
  text-decoration: none;
  background: white;
  border-width: 0;
}

.qa-nav-main-item a:hover, .qa-nav-user-item a:hover {
  color: rgb(40,70,100) !important;
  text-decoration: underline;
  background: white;
  border-width: 0;
}

.qa-nav-main-link, .qa-nav-user-link { padding: 8px 0px; font-size: 14px; }


.box-title {
    color: gray;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 300;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

/* todo */
.xxx-qa-nav-sub { display: none; }
.qa-nav-sub-link {
    background: none;
    color: #337ab7;
    font-weight: 300;
    padding: 5px 8px;
    display: block;
}

.qa-nav-sub-link:hover {
    background-color: rgba( 62, 176, 247,0.15);
}

.qa-nav-sub-selected {
    background-color: #337ab7;
    color: white;
}

.qa-nav-user-link {
    background-color: rgba(0,0,0,0) !important;
    padding-top: 20px;
}

.qa-nav-user-link:hover {
    background-color: rgba(0,0,0,0);
}


/* editor */
.qa-form-tall-table {
    background-color: #d9e3ea;
    width: 100%;
    background-color: white;
    border: 1px solid rgb(225,225,225);
    padding: 15px 15px 15px 15px;
    text-align: left;
}


.qa-widget-side {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(225,225,225);
    padding: 15px 15px 15px 15px;
    text-align: left;
}

.qa-widget-side h2 {
    font-weight: 300;
    color: gray;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0px;
    clear: both;
    margin: 0;
}


.qa-suggest-next a {
    border: none;
    color: #337ab7;
    padding: 0;
    background: transparent;
}

.qa-suggest-next a:hover {
    color: #337ab7;
    background: transparent;
    text-decoration: underline;
}


/* qa comment form overwrite */
.qa-c-form {
    border-top: 1px solid rgb(220,220,220);
    margin-top: 10px;
}

.qa-c-form h2 {
    font-size: 14px;
    font-weight: 300;
    padding-left: 7px;
    margin-bottom: 5px;
}

/* comment form */
.qa-form-tall-text {
    width: 100%;
    border: 1px solid silver;
    height: 100px;
}

.qa-form-tall-table {
    border: none;
}

.qa-form-tall-label {
    font-weight: normal;
}

.qa-form-tall-button {
    padding: 5px 20px;
    border: 1px solid silver;
    border-radius: 3px;
}

.qa-logged-in {
    display: block;
}

.qa-nav-cat-link {
    font-weight: normal;
}

.footer-container {
    background-color: #232f3e;
}

.qa-footer {
    background: transparent;
    min-height: 200px;
}

.qa-attribution {
    display: none;
}


.qa-category-link {
    color: #337ab7;
    font-weight: normal;
}

.qa-q-item-meta {
    margin-top: 26px;
    font-size: smaller;
}