/**
 * WP Tutorials : Typewriter (WPTTYW)
 *
 * wpt-typewriter/typewriter-public.css
 */

.typewriter-container {
    min-height: 2em;
}

.typewriter-container .tw-cursor {
    display: inline-block;
    background-color: black;
    border: 1px solid white;
}

.typewriter-container .tw-cursor.tw-cursor-thin {
    width: 0.15em;
}

.typewriter-container .tw-cursor.tw-cursor-block {
    width: 0.80em;
}

.typewriter-container.big-type {
    font-size: 48pt;
}