.brokercheck.is-simple.is-bottom-right {
    right: 2rem;
    bottom: 0;
    margin-bottom: -.5rem;
    padding-bottom: .5rem;
    animation: 0.8s 1s cubic-bezier(0.19, 1, 0.22, 1) both animSlideUp;
}
.brokercheck.is-simple {
    background: #fff;
    margin: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    transition: all .2s ease;
}
.brokercheck {
    position: fixed;
    z-index: 9;
}
*, *::before, *::after {
    box-sizing: border-box;
}

div {
    display: block;
}

.brokercheck--inner {
    position: relative;
    overflow: hidden;
}

.brokercheck--link {
    display: block;
    text-decoration: none;
    border: none;
}
a {
    color: #f16c13;
}
a, area, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    text-decoration: none;
}
a, button {
    color: inherit;
    transition: .3s;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.brokercheck.is-simple .brokercheck--logo {
    position: relative;
    width: 10rem;
    height: auto;
}
*, *::before, *::after {
    box-sizing: border-box;
}

div {
    display: block;
}

.brokercheck.is-simple .brokercheck--logo img {
    display: block;
    width: 100%;
}
img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto !important;
    border: 0;
    margin: 0 auto;
}
*, *::before, *::after {
    box-sizing: border-box;
}