/** Uses the Miso typeface by Mårten Nettelbladt
    <http://www.omkrets.se/typografi/>
    
    MISO is a free typeface. However, there is one important limitation:
    
    MISO MUST ALWAYS REMAIN COMPLETELY FREE
    
    You can use MISO for personal and commercial work.
    You can share MISO with your friends
    as long as you include this text file.
    
    You must not sell MISO.
    You must not charge someone else for using MISO.
    You must not bundle MISO with a sold product.
    
    Use it, share it, but keep it free.                                     **/

@font-face {
    font-family: 'MisoRegular';
	src: url('miso-regular.eot');
	src: local('Miso Regular'), local('Miso'),
	     url('miso-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'MisoBold';
	src: url('miso-bold.eot');
	src: local('Miso Bold'), local('Miso-Bold'),
	     url('miso-bold.ttf') format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
    background: #808080;
}

#display {
    font: 400%/1.25 "MisoRegular", sans-serif;
    margin: 1em;
    color: #d0d0d0;
}

/* #display:after {
    content: "\200B_";
    text-decoration: blink;
} */

#display > div {
    display: inline;
    white-space: pre-wrap;
}

strong {
    color: white;
    font-family: "MisoBold", sans-serif;
}

a {
    color: inherit;
}