html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fdfdfd;
    color: #010101
}

a,
.pseudo-a {
    color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    cursor: pointer
}

a:hover,
.pseudo-a:hover {
    color: #32325d
}

.pseudo-a {
    position: relative
}

.trade-block {
    width: 100%;
    padding: 0px 10px 34px 10px
}

.trade-block button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: transparent;
    text-decoration: none;
    cursor: pointer
}

.trade-block button:focus {
    outline: none;
    background-color: initial
}

.trade-block.white .trade-square {
    background-color: #f1f5f9
}

.trade-block.white .trade-square:hover {
    background: #cdf
}

.trade-block.white .trade-square.add {
    background: none;
    border-color: #bdbfbe;
    color: #bdbfbe
}

.trade-meta {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.trade-meta .user {
    color: #fff;
    font-style: italic;
    margin-right: 3px
}

.trade-title {
    text-align: right;
    width: 45%;
    width: 42%
}

.trade-data {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.trade-part {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.trade-center {
    flex-basis: 10%;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.trade-center i {
    color: #f299c2;
    color: #6772e5;
    color: #010101;
    font-size: 30px
}

.trade-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.left .trade-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    margin-left: auto
}

.left .trade-grid .trade-child {
    margin-right: 6px
}

.right .trade-grid {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-right: auto
}

.right .trade-grid .trade-child {
    margin-left: 6px
}

.trade-grid .trade-child {
    margin-bottom: 22px;
    position: relative;
    max-width: 120px;
    min-width: 50px;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.trade-grid .trade-child:before {
    content: "";
    display: block;
    padding-top: 100%
}

.trade-grid.children-4,
.trade-grid.children-5,
.trade-grid.children-6 {
    flex-wrap: wrap
}

.trade-grid.children-4 .trade-child,
.trade-grid.children-5 .trade-child,
.trade-grid.children-6 .trade-child {
    flex-basis: calc(50% - 8px);
    margin: 12px 4px !important
}

.trade-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.trade-square {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #fdfdfd;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.trade-square .trade-origin {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 24px;
    height: 24px
}

.trade-square .trade-gmax {
    position: absolute;
    left: 5px;
    top: 5px
}

.trade-square .trade-held-item {
    position: absolute;
    right: 5px;
    bottom: 5px
}

.trade-square.add {
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    background: none;
    border: 2px dashed #fdfdfd;
    color: #fdfdfd;
    text-transform: lowercase;
    cursor: pointer;
    -webkit-transition: color .2s, border .2s;
    transition: color .2s, border .2s
}

.trade-square.add:hover {
    border-color: #010101;
    color: #010101
}

.trade-square.add i {
    color: inherit
}

.trade-square.shiny {
    border: 6px solid #92b3e1
}

.trade-square .sprite {
    z-index: 1
}

.trade-square .sprite img {
    display: block;
    max-width: 100%
}

.trade-square.selected {
    border: 4px solid #010101
}

.trade-square.selectable {
    cursor: pointer
}

.trade-square.banned {
    background: red !important
}

.trade-square.home-only {
    background: #fbeeba !important
}

.trade-square-stripe {
    display: none;
    position: absolute;
    width: 100%;
    background: #838ed1;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    height: 45px;
    z-index: 0;
    bottom: -20px;
    bottom: -10px
}

.trade-caption {
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    align-items: baseline;
    width: 100%;
    margin-top: 5px;
    padding-right: 0;
    white-space: nowrap
}

.trade-caption.remove {
    margin-top: -20px;
    font-size: 10px;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.trade-caption.remove i {
    font-size: 12px;
    position: relative;
    top: 3px;
    margin-left: 2px;
    font-weight: 600
}

.trade-caption .lv {
    font-size: 10px
}

.trade-caption .lv span {
    font-weight: 700;
    font-size: 13px
}

.fa-venus {
    color: #f299c2
}

.fa-mars {
    color: #7dabf8
}

.stripes {
    position: fixed;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
    z-index: -1
}

.stripe-outer {
    position: absolute;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 120%;
    height: 100%;
    left: -3%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #a596ff
}

.stripe-inner {
    position: absolute;
    width: 94%;
    height: 100%;
    left: 7%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #b5aaff
}

.bg-icon {
    position: absolute;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    color: #c0b6ff;
    width: 42%;
    bottom: -27%;
    left: 2%
}

.stripes.white {
    background: #f7f7f7
}

.stripes.white .stripe-outer {
    background: #f7f7f7
}

.stripes.white .stripe-inner {
    background: #fff
}

.stripes.white .bg-icon {
    color: #f7f7f7
}

.inverse .stripes {
    background: #b5aaff
}

.inverse .stripes .stripe-outer {
    background: #a596ff
}

.inverse .stripes .stripe-inner {
    background: #fdfdfd;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.inverse .stripes .bg-icon {
    color: #f1f5f9
}

.ui.segment,
.ui.table {
    border-radius: 4px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, .1), 0 -1px 2px 0 rgba(50, 50, 93, .06)
}

.ui.table {
    overflow: hidden
}

.ui.attached.header,
.ui.attached.segment,
.ui.attached.table {
    border: none
}

.ui.attached.header.top,
.ui.attached.segment.top,
.ui.attached.table.top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, .1), 0 -1px 2px 0 rgba(50, 50, 93, .06)
}

.ui.attached.header.bottom,
.ui.attached.segment.bottom,
.ui.attached.table.bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, .1), 0 -1px 2px 0 rgba(50, 50, 93, .06)
}

.origin-mark {
    width: 24px;
    height: 24px
}

.ui.segment.footer {
    padding: 2em 0em
}

main {
    -webkit-box-flex: 1;
    flex: 1
}

.ui.footer {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 0
}

.footer .nook {
    height: 1em;
    vertical-align: middle
}

.discord-banner {
    display: inline-block;
    position: relative;
    margin-top: 16px;
    margin-bottom: 30px;
    margin-left: 15px
}

.discord-banner a {
    color: inherit
}

.discord-banner i {
    font-size: 11px;
    position: relative;
    left: 5px;
    top: 2px;
    margin-right: 3px;
    font-weight: 600
}

.discord-banner .discord-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    top: -6px;
    left: -15px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    color: #010101
}

.discord-banner:hover .banner {
    background: #f1f5f9;
    background: rgba(0, 0, 140, .08)
}

.banner {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #b5aaff;
    padding: 0 12px 1px 25px;
    border-radius: 15px;
    width: auto;
    margin: 0 7px 0px 7px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px 1px 12px;
    margin: 0 7px 0px 20px
}

.banner.floating {
    background: none;
    color: #010101;
    text-shadow: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.banner.floating .accent {
    font-weight: bold
}

.ui.segment>.title {
    font-size: 24px;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 300
}

.filter-visual>.title {
    position: relative;
    left: 14px;
    top: 3px
}

.filter-visual>.title .secondary {
    font-size: 14px
}

.ui.segment.filter-visual {
    position: relative;
    background: #b5aaff;
    background: #a596ff;
    padding: 0
}

.ui.segment.filter-visual .title {
    color: #fff;
    padding: 14px 14px 28px 14px
}

.ui.segment.filter-visual .bg-accents {
    z-index: 0
}

.ui.segment.filter-visual .bg-accents .bg-icon {
    color: #c0b6ff;
    color: rgba(255, 255, 255, .15);
    width: 223px;
    height: 200px;
    bottom: -60px;
    left: 12px
}

.ui.segment.filter-visual .bg-accents .bg-pikachu {
    width: 207px;
    max-width: 40%;
    top: -2px;
    right: -16px;
    position: absolute
}

.ui.segment.filter-visual .swap {
    font-size: 12px;
    opacity: .6;
    text-transform: lowercase
}

#filter_swap {
    cursor: pointer
}

.ui.fluid.button,
.ui.attached.button,
.ui.placeholder.segment .button {
    display: -webkit-box;
    display: flex
}

.ui.accordion>.title {
    padding: .5em 0;
    border-radius: 4px
}

.ui.accordion>.title:hover {
    background-color: #f1f5f9
}

.ui.button {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: inline-flex;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
    padding: 8px 21px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #f1f5f9
}

.ui.button:hover,
.ui.button:focus,
.ui.button:active {
    background-color: #e9edf1;
    color: inherit
}

.ui.button.positive {
    background-color: #8de9d2;
    color: #010101
}

.ui.button.positive:hover,
.ui.button.positive:focus,
.ui.button.positive:active {
    background-color: #43d0ad;
    color: #010101
}

.ui.button i {
    margin-left: 4px
}

.ui.modal>.header {
    background: #fdfdfd;
    border: none
}

.ui.modal>.content {
    background: #b5aaff
}

.ui.modal>.actions {
    background: #b5aaff;
    border: none
}

.ui.icon.header i {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 3em;
    margin: 0 auto .5rem;
    opacity: 1
}

.ui.navbar {
    flex-shrink: 0
}

.ui.navbar.menu {
    border-radius: 0
}

.ui.inline.loader {
    margin-top: 20px
}

.ui.definition.table tr td.definition,
.ui.definition.table tr td:first-child:not(.ignored) {
    background: #c0b6ff
}

.ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, .07)
}

.ui.definition.table td:nth-child(2) {
    border-left: none;
    min-width: 100px
}

.ui.inverted.popup {
    background-color: #010101
}

.ui.inverted.popup .ui.table {
    margin: 0 !important;
    padding: 0 !important
}

.ui.inverted.popup .ui.table .header {
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.ui.inverted.popup .ui.table,
.ui.inverted.popup .ui.table td {
    background: none !important;
    border: none !important;
    color: #fff !important
}

.ui.inverted.popup .origin-mark {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.ui.inverted.popup .ui.table td {
    padding: .3em 0
}

.ui.inverted.popup .ui.table td:nth-child(2) {
    text-align: right
}

.ui.table:not(.unstackable) tr {
    padding-top: 0 !important
}

.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu,
.ui.selection.dropdown:focus {
    border-color: #8de9d2 !important
}

.rich-cell {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.rich-cell.right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.ui.selection.dropdown {
    min-width: auto !important
}

.trade-by {
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    position: relative;
    top: -2px
}

.user {
    font-style: normal;
    border-bottom: 1px solid #e6edf4
}

.bullet {
    font-style: normal;
    margin: 0 5px
}

.gift {
    color: #f27d90;
    width: 32px;
    height: auto;
    margin-bottom: 5px
}

.gift-label {
    font-weight: bold;
    font-size: 16px
}

#user-menu .username {
    margin-left: 6px
}

.trade-link {
    display: block;
    margin-bottom: 10px
}

.trade-link:hover .user {
    color: #23b893
}

.trade-link .ui.header .content {
    display: -webkit-box;
    display: flex;
    vertical-align: top;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.trade-link .ui.header .sub.header {
    position: relative
}

.trade-link .trade-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.trade-link .trade-button .trade-button-label {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #dbe6f0
}

.trade-link .trade-button i {
    font-size: 12px;
    margin-left: 7px;
    top: 0px;
    position: relative
}

.clear-btn.clear-btn {
    background-color: #fdfdfd;
    color: #010101;
    position: absolute;
    left: calc(50% - 42px);
    bottom: 12px;
    font-size: 12px;
    padding: 0 10px;
    height: 26px;
    border-radius: 3px
}

.clear-btn.clear-btn i {
    height: 12px;
    font-size: 16px;
    margin-left: 4px;
    margin-top: -3px
}

.btn-small.btn-small {
    font-size: 12px;
    padding: 0 10px;
    height: 26px;
    border-radius: 3px
}

.btn-small.btn-small i {
    font-size: 16px;
    left: 4px
}

.iv-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.iv-block .iv-form.iv-form.iv-form.iv-form.iv-form {
    flex-shrink: 0;
    margin-top: 15px;
    text-align: right
}

.iv-block .iv-form.iv-form.iv-form.iv-form.iv-form .set-6-iv {
    margin: 0
}

.iv-block .iv-form.iv-form.iv-form.iv-form.iv-form label {
    width: 110px;
    text-align: right;
    margin-right: 16px
}

.iv-block .iv-form.iv-form.iv-form.iv-form.iv-form .ui.selection.dropdown {
    width: 140px
}

.iv-block .iv-container {
    width: 100%;
    min-height: 150px;
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-bottom: 10px
}

.iv-block .iv-container .iv-ranking {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.iv-block .iv-container .iv-ranking .dropdown {
    width: 140px
}

.iv-block .iv-container.disabled {
    opacity: .5
}

.ui.label.iv-label {
    margin-left: 20px;
    font-weight: 300;
    background: #f1f5f9
}

.ui.message.single-p .header+p {
    margin-top: .5em
}

.contact-notice {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 20px;
    padding-left: 80px
}

.contact-notice i {
    color: #a494ff;
    position: absolute;
    left: 25px;
    font-size: 38px
}

.contact-details {
    margin-bottom: 20px
}

.progress-container {
    height: 90px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.MuiCircularProgress-root {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff
}

.MuiCircularProgress-static {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms
}

.MuiCircularProgress-indeterminate {
    -webkit-animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
    animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite
}

.MuiCircularProgress-colorPrimary {
    color: #1976d2
}

.MuiCircularProgress-colorSecondary {
    color: #dc004e
}

.MuiCircularProgress-svg {
    display: block
}

.MuiCircularProgress-circle {
    stroke: currentColor
}

.MuiCircularProgress-circleStatic {
    -webkit-transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms
}

.MuiCircularProgress-circleIndeterminate {
    -webkit-animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
    animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
    stroke-dasharray: 80px, 200px;
    stroke-dashoffset: 0px
}

@-webkit-keyframes MuiCircularProgress-keyframes-circular-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes MuiCircularProgress-keyframes-circular-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes MuiCircularProgress-keyframes-circular-dash {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

@keyframes MuiCircularProgress-keyframes-circular-dash {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

.MuiCircularProgress-circleDisableShrink {
    -webkit-animation: none;
    animation: none
}

.announcement {
    position: relative
}

.announcement a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline
}

.announcement .poke {
    position: absolute;
    top: -15px;
    width: 70px;
    left: -15px
}

.announcement .poke img {
    max-width: 100%
}

.announcement .text-bubble {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    padding: 20px 1em;
    margin-bottom: 25px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    background: url("") #fff;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.announcement .text-bubble a {
    color: #51a371
}

.announcement .text-bubble .text {
    margin-left: 50px
}

@media only screen and (min-width : 601px) {
    .announcement .poke {
        display: block;
        top: -30px;
        width: 100px;
        left: 48px
    }

    .announcement .text-bubble .text {
        margin-left: 140px
    }
}

@media only screen and (min-width : 993px) {
    .announcement .text-bubble {
        margin-bottom: 50px
    }

    .announcement .text-bubble .text {
        margin-left: 140px
    }
}

@media only screen and (min-width : 1201px) {
    .announcement .text-bubble .text {
        margin-left: 140px
    }
}

.has-bg+.ui.segment.segment {
    box-shadow: none
}

.trade-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: .4;
    background-size: 46%;
    background-position: 97% 101%
}

.charmander {
    overflow: hidden;
    background-color: #fbeeba;
    opacity: .5
}

.charmander img {
    width: 184px;
    max-width: 40%;
    top: -10px;
    right: -3px;
    position: absolute
}

@media only screen and (min-width : 601px) {
    .charmander img {
        width: 196px;
        max-width: 40%;
        top: -10px;
        right: 34px;
        position: absolute
    }
}

.bulbasaur {
    background: url(../img/0001_000.png) no-repeat;
    background-color: #77ac98;
    opacity: .4;
    background-size: 46%;
    background-position: 97% 101%
}

.pikachu {
    background: url(../img/0025_000.png) no-repeat;
    background-color: #f7de82;
    opacity: .6;
    background-size: 46%;
    background-position: 97% 101%
}

.espurr {
    background: url(../img/0677_000.png) no-repeat;
    background-color: #a1a3ba;
    opacity: 1;
    background-size: 46%;
    background-position: 97% 73%
}

.sawsbuck-spring {
    background-color: #573c21;
    opacity: .8;
    background-size: 46%;
    background-position: 97% 101%
}

.bernie-block.bernie-block .pseudo-a,
.bernie-block.bernie-block a {
    color: #d24c2f
}

.bernie-block.bernie-block .pseudo-a:hover,
.bernie-block.bernie-block a:hover {
    color: #010101
}

.bernie-block.bernie-block .bernie-black-a {
    color: #010101
}

.bernie-block.bernie-block .bernie-black-a:hover {
    color: #d24c2f
}

.bernie-block.bernie-block .trade-square {
    background: #fff
}

.bernie-block.bernie-block .trade-square:hover {
    background: #fff
}

.bernie-block.bernie-block .trade-square .sprite {
    padding: 4px
}

.bernie-block.bernie-block .ui.header .sub.header {
    color: #010101
}

.bernie-block.bernie-block .trade-button-label {
    color: #010101;
    border-bottom: 1px solid #010101
}

.bernie-block.bernie-block .trade-button-label:hover {
    color: #d24c2f
}

.bernie-block.bernie-block .support-label {
    text-align: center;
    width: 75px;
    line-height: initial;
    font-size: 18px;
    font-size: 17px;
    font-weight: 600
}

.bernie-block.bernie-block .please {
    margin-top: 4px
}

.bernie-block.bernie-block .credit {
    position: relative;
    color: #444;
    font-style: italic;
    opacity: 1;
    font-size: 14px;
    width: 100%;
    text-align: right;
    top: 0px
}

.medium-and-up {
    display: none
}

@media only screen and (min-width : 601px) {
    .medium-and-up {
        display: unset
    }

    .discord-banner {
        left: 50px
    }

    .trade-square {
        border-radius: 10px
    }

    .trade-square.add {
        font-size: inherit;
        line-height: inherit
    }

    .trade-center i {
        font-size: 48px
    }

    .footer {
        font-size: 13px
    }

    .footer .byline {
        font-size: 16px
    }

    .trade-caption {
        padding-right: 2px
    }

    .trade-caption.remove {
        padding-right: 5px
    }

    .trade-grid .trade-child {
        margin-bottom: 0px
    }

    .left .trade-grid .trade-child {
        margin-right: 10px
    }

    .right .trade-grid .trade-child {
        margin-left: 10px
    }

    .discord-banner {
        margin-left: 20px
    }

    .trade-grid .trade-child:first-child {
        margin-right: 0;
        margin-left: 0
    }

    .clear-btn.clear-btn {
        top: 20px;
        right: 20px;
        left: initial;
        bottom: initial
    }

    .iv-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: initial;
        align-items: initial
    }

    .iv-block .iv-container {
        width: 43%;
        min-height: 0
    }
}

@media only screen and (min-width : 1201px) {

    .trade-grid.trade-grid.children-4,
    .trade-grid.trade-grid.children-5,
    .trade-grid.trade-grid.children-6 {
        flex-wrap: nowrap
    }
}

.ui.menu {
    margin-top: 0
}

.ui.menu .item img.logo {
    margin-right: 1em
}

#lang-indicator {
    background: #fdfdfd !important;
    color: #010101 !important
}

.login-button {
    width: 100%;
    max-width: 400px
}

.copy-button {
    border: 0;
    padding: 0;
    background: none;
    color: rgba(0, 0, 0, .3) !important;
    cursor: pointer;
    outline: 0
}

.copy-button:hover,
.copy-button:active {
    color: rgba(0, 0, 0, .85) !important
}