.qa .invisible,
.qa .template {
    display: none;
}

.qa .qa-item {
    border-bottom: 1px solid #dcdcdc;
}

.qa .qa-item:not(:first-child) {
    margin-top: 15px;
}

.qa .qa-item {
    padding-bottom: 15px;
}

.qa .qa-item table {
    width: 100%;
    border-collapse: collapse;
}

.qa .qa-item table td {
    padding: 2px 5px;
}

.qa .qa-item .question,
.qa .qa-item .answer {
    padding: 5px;
    vertical-align: top;
}

.qa .qa-item .answer {
    background: #dcdcdc;
}

.qa .qa-item .label {
    font-weight: bold;
    width: 40px;
}

.ask-question {
    padding: 10px;
    background: #efefef;
}

.qa .head {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.qa .ask-question input {
    padding: 5px;
    margin: 5px 0;
}

.qa .ask-question input.question-content {
    width: 95%;
}

.qa .ask-question input.contact  {
    width: 30%;
}

.qa .ask-question .note {
    margin-top: 12px;
    font-size: 0.9em;
}

.qa .ask-question .submit {
    margin: 0.5em 0;
}

.qa .ask-question .question-form .message {
    opacity: 1;
    display: inline-block;
    margin-left: 10px;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}

.qa .ask-question .question-form .message.success {
    background: #61c365;
}

.qa .ask-question .question-form .message.error {
    background: #f36c6c;
}

.qa .answer, .qa .question {
    font-size: 0.9em;
    color: #131313;
}

.qa .show-hide {
    text-align: right;
    margin: 10px 0;
}

.qa .qa-item .likes {
    margin: 5px;
    font-size: 0.8em;
    color: #7b7b7b;
}

.qa .show-hide a, .qa .qa-item .likes a {
    color: #336699;
    text-decoration: underline;
}