/* Markus 'nehegeb' Kramer. All Rights Reserved. */

html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }

a {
	background-color: transparent;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
	cursor: default;
}
a:active,
a:hover {
	outline: 0;
    color: rgba(255, 255, 255, 1);
}

.project-listing {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #38444f;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
}

.visitor-ip {
	padding: 5px 10px;
	text-align: center;
}
