@charset "UTF-8";strong.type {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

strong.type > span {
    height: 18px;
    padding-left: 22px;
}

strong.type > img {
    margin-right: 5px;
    max-height: 18px;
    max-width: 18px;
}

.item-page p {
    font-size: 14px;
}

h4 img {
    max-height: 28px;
    max-width: 28px;
    line-height: 28px;
    margin: 0 5px 0 3px;
    vertical-align: top;
}

.responsive-table {
    width: calc(100% - 125px);
}

.responsive-table table {
    width: 100% !important;
}

.responsive-table .dataTables_scrollBody {
    padding-bottom: 1px;
}

th.name,
td.name {
    min-width: 105px;
}

th.type,
td.type {
    min-width: 115px;
}

th.power,
td.power,
th.accuracy,
td.accuracy {
    min-width: 52px;
}

ul.table-of-contents {
    margin-top: 0;
    margin-bottom: 0;
}

ul.table-of-contents ul {
    list-style-type: circle;
}

ul.table-of-contents ul li a {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

ul.table-of-contents > li a strong {
    font-size: 18px;
}

ul.table-of-contents ul li span {
    height: 18px;
    padding-left: 22px;
}

ul.table-of-contents ul li img {
    margin-right: 5px;
}

ul.table-of-contents > ul > li {
    font-weight: 600;
}

.morty-image {
    max-width: 125px;
}

.morty_type_icon {
    vertical-align: middle;
    margin-left: 5px;
}

.guide h2,
.guide h3,
.guide h4,
.guide hr {
    clear: both;
}

.guide h3 .rock,
.guide h3 .paper,
.guide h3 .scissors {
    height: 18px;
}

.vignette {
    margin-top: -30px;
    float: right;
    max-width: 125px;
}

.vignette a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #686868 !important;
}

@media only screen and (max-width: 1024px) {
    .vignette {
        float: none;
    }
}

@media only screen and (min-width: 1024px) {
    #table-of-contents-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

