.smilies {
    max-width: 29px;
    max-height: 29px;
    width: auto;
}

.ratings-expl ul {
    list-style: none;
    margin-top: 1.6em;
}

.ratings-expl li {
    margin-bottom: 1.2em;
}

.pagination {
    margin: 10px 0 !important;
}

.ratings-expl li img {
    margin-right: 0.5em;
    margin-top: -0.5em;
}

.ratings-stats {
    margin-right: 1em;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.42857143;
}

div.realign.ratings-stats {
    margin-top: 3.1em;
}

.ratings-stats .progress-bar {
    height: 12px;
}

.ratings-stats .progress {
    height: 12px;
    margin-bottom: 8px;
}

.compat-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.compat-list tbody tr {
    vertical-align: middle;
}

.compat-list tbody tr:nth-child(2n) {
    background-color: #eee;
}

.compat-list tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.compat-list th {
    text-align: center;
}

.compat-list th.category, .compat-list td.category {
    width: 8%;
}

.compat-list th.icon, .compat-list td.icon {
    width: 8.2%;
}

.compat-list td.icon img.icon {
}

.compat-list td.category img {
    margin-top: 1px;
    margin-bottom: 1px;
    max-height: 20px;
    height: 100%;
    width: auto;
}

.compat-list td.version {
    width: 8%;
}

.compat-list th.title, .compat-list td.title {
    width: auto;
}

.compat-list td.title {
    text-align: left;
    padding-left: 0.5em;
}

.compat-list th.rating, .compat-list td.rating {
    width: 9%;
}

.compat-list td.rating img {
    max-height: 33px;
    height: 100%;
    width: auto;
}

.compat-list td.rating img[title="Unknown"] {
    max-width: 27px;
    height: 33px;
}

.compat-list th.update, .compat-list td.update {
    width: 18%;
}

.ratings-expl h3 {
    margin-left: 35px;
}

a {
    text-decoration: none !important;
    color: #3992e6;
}

a:hover {
    text-decoration: underline !important;
    color: #16a689;
}

.rating-percent a,
.rating-percent a:hover {
    text-decoration: none !important;
    color: #3992e6;
}
.rating-percent a.active {
    text-decoration: none !important;
    color: #16a689;
}
.rating-percent a.active:hover {
    text-decoration: none !important;
    color: #bf3e32;
}

.pagination a:hover {
    text-decoration: none !important;
}

.pagination {
    margin: 12px 0;
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 12px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #294766;
}

.pagination>li>a,
.pagination>li>span  {
    background-color: #3380cc;
}

.progress-bar-info {
    background-color: #3380cc;
}

.progress-bar-success {
     background-color: #16a689;
 }

.progress-bar-caution {
    background-color: #d9d936;
}

.progress-bar-warning {
    background-color: #df8d12;
}

.progress-bar-danger {
    background-color: #bf3e32;
}

.progress-bar-unknown {
    background-color: #aaaaaa;
}

.icon-div {
    width: 90px !important;
    height: 90px !important;
    background: center no-repeat;
    background-size: cover;
    margin: 0 auto;
    border: 1px solid lightgray;
}

.track2 {
    width: 12px;
    background: #b7b7b7;
    margin-right: 2px;
    margin-left: 6px;
    border-radius: 8px;
    -webkit-transition:background 250ms linear;
    -moz-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track2:hover,
.track2.dragging {
    background: #9cadc0;
}

.handle2 {
    width: 12px;
    right: 0;
    background: #3d6997;
    border-radius: 8px;
}

#compat-body-scroll {
    max-height: 500px;
}

.source {
    width: 4.5%;
}

.source img {
    max-width: 40px;
    width: 100%;
    height: auto;
}