/* No USB Slide(s) */
#no_usb_box {
    -webkit-transition: height .6s ease-in-out, min-height .6s ease-in-out;
    transition: height .6s ease-in-out, min-height .6s ease-in-out;
    /* Enable GPU for Animations, if possible */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#no_usb_box.expanded {
    height: 300px;
}
#no_usb_step_1 {
    pointer-events: all;
}
#no_usb_box.slide_box article > header > h2 {
    margin-top: 10px;
}
#no_usb_step_1 > h3 {
    font-size: 16px;
    line-height: 19.2px;
    background: transparent;
    margin: 10px 0 0;
    padding: 0;
}
#no_usb_step_1 > p {
    margin-top: 0;
}
#expand_usb_toggle {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
#expand_usb_toggle > span {
    position: relative;
    display: inline-block;
}
#expand_usb_toggle > .icn_arrow_down_down {
    top: -3px;
}
