.menuzord-menu>li>a {
    border-radius: 5px !important;
}

.ar-container {
    width: 100%;
    height: 100%;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */

@keyframes marquee {
    0% {
        top: 8em
    }
    100% {
        top: -11em
    }
}

/* Make it look pretty */

.microsoft .marquee {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before,
.microsoft::before,
.microsoft:after,
.microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
}

.microsoft:after,
.microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before,
.microsoft::before {
    top: 0;
}

/* Style the links */

.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a,
.microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover,
.microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */

.toggle {
    display: block;
    margin: 2em auto;
}

.holder {
    height: 550px;
    overflow: hidden;
}

.holder .mask {
    position: relative;
    left: 0px;
    height: 550px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 0px 0px;
}

.holder ul li a {
    color: darkred;
    text-decoration: none;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#canvas {
    margin: 0 auto;
    display: block;
    width: 100% !important;
}

#csoon {
    background-color: #164792 !important;
    position: relative;
}

#csc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
}

#csc-overlay h1 {
    margin: 0 !important;
}

.csc-ghost-text {
    z-index: 9999;
    text-shadow: 5px 0px 10px black;
}