#smaa_container {
    text-align: left;
}

#smaa-filters {
    margin-bottom: 15px;
}

.is-table-row {
    display: table;
}
.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

/*
Medium screen and up
 */
@media (min-width: 768px) {
    #smaa-filters {
        margin-bottom: 0px;
    }
}

#smaa-filters div[class^="col-"] {
    text-align: center;
    margin-bottom: 15px;
}

#smaa-filters div[class^="col-"]:nth-child(2) {
    text-align: center;
}

#smaa-filters div[class^="col-"] a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #a5a7a9;
}

#smaa-popular-container {
    display: none;
}

.smaa-metainfo {
    height: 70px;
}

.device-name.smaa {
    height: 15px !important;
    padding: 0 !important;
}

.smaa .device-modelname {
    height: auto !important;
}

.smaa-changelog {
    position: relative;
    display: inline-block;
}

.smaa-bottom-ad .gb-header {
    background: white;
}

.smaa-changelog .smaa-changelog-text {
    visibility: hidden;
    width: auto;
    min-width: 150px;

    background: white;
    border: 1px solid #a5aaae;
    color: #000;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    cursor: pointer;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 9;
    top: 60%;
    left: 130%;
    margin-left: -95px;

    white-space: nowrap;
}

.smaa-changelog:hover .smaa-changelog-text {
    visibility: visible;
}

.device-link:last-child {
    padding-bottom: 10px !important;
}

#smaa-filters div[class^="col-"] a:hover {
    color: #444546;
}

#smaa-filters div[class^="col-"] a.selected {
    border-bottom: 3px solid #26a3d9;
    padding-bottom: 6px;
    color: #26a3d9;
}

#smaa-filters div[class^="col-"] a.selected:hover {
    color: #26a3d9;
}

.smaa h1.underlined,
.smaa h2.underlined,
.smaa h3.underlined{
    text-align: center;
    margin: 20px auto;
}
.smaa h1.underlined:after,
.smaa h2.underlined:after,
.smaa h3.underlined:after{
    background-color: black;
     content: "";
     display: block;
     text-align: center;

    height: 5px;
    width: 200px;
    margin: 15px auto 0;
 }

.smaa .underlined.title {
    font-size: 40px;
}
.smaa .underlined.blue {
    color: #26a3d9;
}
.smaa .underlined.blue:after {
    background-color: #26a3d9;
}

.smaa-changelog p,
.smaa-about p {
    margin: 0;
}

.smaa-about h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.smaa-info h2 {
    margin-top: 5px;
}

.smaa-apk-info .smaa-changelog h3 {
    margin-top: 15px;
}

.smaa-apk-info {
    margin-top: 20px;
}

.smaa.full-section.white {
    background-color: white;
}

.smaa.sammobile-jumbotron {
    margin-bottom: 0;
}

.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 .article-text:empty,
.smaa_question_cell .smaa-expand-container:empty,
.smaa_question_cell .smaa-text-container:empty {
    display: none;
}

.smaa_question {
    cursor: pointer;
    font-weight: bold;
}

.smaa_answer {
    padding: 10px;
    display: none;
}

.smaa_device_image {
    width: 95px;
    height: 95px;
    background-size: cover;
}

.smaa .smaa-text-container {
    overflow: hidden;
}

.smaa .smaa-text-container li {
    display: list-item;
    list-style: disc;
    margin: 1em 0;
    padding: 0 0 0 10px;
}

.smaa .smaa-text-container ul {
    padding: 0 0 0 40px;
}

.smaa .smaa-bottom-fade:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 90%);
    width: 100%;
    height: 4em;
}

.smaa .smaa-about .max-height {
    max-height: 480px;
    overflow: hidden;
}

.smaa-read-more {
    background: url("../img/double-down.png");
    width: 60px;
    height: 60px;
    display: block;
    margin: 5px auto 15px;
    text-decoration: none;
    background-size: cover;
}

.smaa-rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.smaa-read-more img {
    display: none;
    margin: 0 auto 30px auto;
    border: 0;
    outline: 0;
    border-top: solid 10px #fff;
}

.smaa .article .article-text .author-avatar {
    border-radius: 0;
    display: block !important;
}

.smaa .article .article-content {
    min-height: 0;
}

.smaa .article .article-content .article-text p:last-child {
    margin: 0;
}

.apk-version-list {
    width: auto;
    vertical-align: top;
}

@media (max-width: 520px) {
    .smaa_question_row {
        display: block;
    }

    .apk-version-list {
        display: block;
    }
}

.smaa_question_row .max-height {
    max-height: 39px;
    overflow: hidden;
}

.smaa_question_row .smaa-text-container {
    position: relative;
}

.smaa_question_row .smaa-read-more {
    background: none !important;
}

.smaa_question_row .smaa-bottom-fade:after {
    height: 2em;
}

.smaa_question_row ul {
    list-style: disc;
    padding: 0 25px;
}


.smaa_question_row ul li {
    list-style: disc;
    padding-left: 0px;
}

.apk-version-list img {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.apk-version-list .meta {
    display: block;
    margin: 0 10px 0 0;
}

.apk-version-list .meta .article-meta {
    margin-left: 50px;
}

.smaa_question_row .article-text {
    display: inline-block;
    vertical-align: inherit;
    font-size: small;
}

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

.smaa-table-header {
    font-weight: bold;
}

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

a.smaa-table-row:hover {
    background: #eff0f1 !important;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    text-decoration: none;
    color: #2b2b2b;
}

.smaa-table-cell {
    text-align: left;
    padding: 10px;
    /*white-space: nowrap;*/
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}