@layer reset, base, alight;

@layer reset{

}
/* WORKS */
.arc_stage .arc_intro_btn {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.arc_intro_btn {
    height: 190px;
    width: 100%;
    box-shadow: 5px 5px 5px #5d5a5a;
    border-radius: 0px !important;
    margin: .5em 0 0;
}

.ui-btn {
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
}
