body {
    font-family:Tahoma,Helvetica,sans-serif;
}
.wrap {
    width:100%;
    margin:0 auto;
}
.center{
    margin:auto;
    width:68%;
    padding:10px;
}
.highlight, h1 {
    color:#fff;
    padding:10px;
    background:#0404B4;
    text-decoration:none;
    -webkit-border-radius:0.3em;
    -moz-border-radius:0.3em;
    border-radius:0.3em;
}
.breaker {
    margin-top:5em;
}
.footer {
    position:absolute;
    bottom:10px;
    right:10px;
    color:#aaa;
	font-size:0.8em;
}
.text-center {
    text-align: center;
}
.strong {
    font-size:1.3em;
    font-weight:400;
}
.midcenter {
	overflow:hidden;
	text-align:center;
}

@media screen and (max-width:872px) {
	pre {
		font-size:72% !important;
	}
}
@media screen and (max-width:640px) {
	pre {
		font-size:36% !important;
	}
}