body {
	padding-bottom: 20px;
	background-color: rgb(44,44,44);
}

header li:not(:hover) a, header .navbar-header a {
	color: white !important;
}

h5 {
	padding-bottom: 3px;
}

.footer {
	display: none;
	bottom: 0;
	left: 0px;
	right: 0;
}

img.xr-wide {
    max-width: 90%;
}

.wrap h2 {
	width: 100% !imporant;
	position: relative !important;
	margin-bottom: 10px;
}

.table-important td {
	font-size: 16px !important;
	line-height: 30px !important;
}

* {
	font-family: 'Open Sans', sans-serif;
}

p small {
	color: black;
}

p tiny {
	color: silver;
	font-size:
}

.wrap ul {
	list-style-type:none;
	padding: 0;
	padding-left: 10px;
}

.wrap li {
	padding-bottom: 7px;
}

a:hover {
	text-decoration: underline;
}

a {
	text-transform: lowercase;
	color: blue;
	text-decoration: none;
}

.tt {
    font-family: monospace !important;
}

@media(min-width: 900px) {
	.wrap {
	    left: 50%;
	    position: absolute;
	    width: 900px;
	    top: 60px;
	    margin-left: -450px;
        border-radius: 10px;
	}
    .visible-mobile {
        display: none;
    }
}
@media(max-width: 899px) {
	.wrap {
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 60px;
        border-radius: 0;
	}

    .hidden-mobile {
        display: none;
    }
}

.wrap {
    padding-top: 10px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    background: white;
    min-height: 400px;
    margin-bottom: 30px;
    padding-bottom: 35px;
    box-shadow: 0px 0px 10px #999;
}

.prev_link, .next_link {
    display: block;
    float: left;
}

.header {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.header h1 {
    margin-bottom: 10px;
}

@media(min-width: 900px) {
    .header h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media(max-width: 899px) {
    .header h1 {
        font-size: 30px;
        line-height: 50px;
    }
}
.ad {
    text-align: center;
}
