#smaa_container {
    text-align: left;
}

.smaa_content {
    min-height: 0;
}
.smaa_content .wp-smiley {
    display: inline;
}

.smaa_question_table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    display: table;
    text-align: left;
    padding: 0;
}

.smaa_question_row {
    color: #1e1e1e;
    text-decoration: none;
    display: table-row;
    border-bottom: solid 1px #d8d7d7;
}

.smaa_question_cell {
    text-align: left;
    padding: 10px;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
.smaa_question {
    cursor: pointer;
    font-weight: bold;
}
.smaa_answer {
    padding: 10px;
    display: none;
}
.smaa_device_image {
    width: 95px;
    height: 95px;
    background-size: cover;
}
.smaa .article .article-text .author-avatar {
    border-radius: 0;
}
.smaa .article .article-content {
    min-height: 0;
}