/*
    ttx.css

    (c) Zoom GmbH [www.zoom.de]
*/

@font-face {
        font-family: tius;
        src: url('/common/resources/fonts/tius.eot');
        src: url('/common/resources/fonts/tius.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
}

body {
        margin: 0;
        padding: 0;
        border: 0;
}

.ttx pre {
    margin: 0;

    color: white;
    background-color: black;

    font-family: tius, monospace;
    font-size: 15pt;
    line-height: 1.1em;
    
    /* transform: scaleX(1.3); */
    /* transform-origin: 0 0; */
    
    width: 24.6em;
} 

.ttx .hdr {
    background-color: gray;
        line-height: 2;
}    

.ttx .hdr a {
    color: black;
}    

.ttx b {
    font-weight: normal;
    display: inline-block;
    padding-bottom: 0.10em;
}

.ttx .r2 {
    display: inline-block;
}    

.ttx .r2 b {
    height: 2.30em;
}

.ttx b.h2 {
    height: 1.10em;
    transform: scaleY(2); 
    transform-origin: 0 0;
}
 
.ttx .f0     { color: #000; }
.ttx .f1     { color: #F00; }
.ttx .f2     { color: #0F0; }
.ttx .f3     { color: #FF0; }
.ttx .f4     { color: #00F; }
.ttx .f5     { color: #F0F; }
.ttx .f6     { color: #0FF; }
.ttx .f7     { color: #FFF; }

.ttx .b0     { background-color: #000; }
.ttx .b1     { background-color: #F00; }
.ttx .b2     { background-color: #0F0; }
.ttx .b3     { background-color: #FF0; }
.ttx .b4     { background-color: #00F; }
.ttx .b5     { background-color: #F0F; }
.ttx .b6     { background-color: #0FF; }
.ttx .b7     { background-color: #FFF; }

.ttx a {
    text-decoration: none;
    color: inherit;
}  

.ttx a:hover {
    text-decoration: underline;
}  

.ttx .title {
    color: black;
    background-color: white;
    width: 100%;
}    

.ttx .nav {
    color: black;
    background-color: white;
    width: 100%;
}


@media screen and (max-width: 30em) {
		.ttx pre { font-size: 11pt; }
	}
	
@media screen and (max-width: 25em) {
		.ttx pre { font-size: 9pt; }
	}