html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}


* {
    font-family: Tahoma,Geneva,sans-serif!important;
}

.bg-dark {
	background-color: #3c4b51!important;
}

body {
    font-size: 13px;
    color: #585858;
	background-color: #f9fcf7;
}

#wrapper {
    overflow: visible;
	height: v100;
}

a.navbar-link:hover {
	color: #18BC9C;
}

h3 {
    font-size: 18px;
    line-height: 22px;
}

h2 {
    font-size: 20px;
    line-height: 24px;
}

a {
    color: #688dad;
    text-decoration: none;
}

a:before {
    color: #688dad;
    text-decoration: none;
}

a.button.blue {
    background-color: #718ca4;
    border: 1px solid #516577;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
    display: block;
    margin: auto;
    text-align: center;
    max-width: 30%;
    margin-bottom: 10px;
}



.btn-secondary {
    color: #fff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}

.ptext-md {
	font-size: 16px;
    line-height: 20px;
}

#menu {
    text-align: left;
    font-size: 17px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

.menu-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-v ul li {
    position: relative;
    padding: 11px 0 8px 20px;
    padding-right: 17px;
}

.menu-v ul li a {
    text-decoration: none;
    color: #f0f0f0;
    border: none;
}

.title {
	margin-bottom: 1em;
}

.line {
    background: transparent url(../img/line.png) repeat-x;
    height: 2px;
    padding: 20px 0 0;
}


#changelog {
	padding-top: 1em;
}


footer {
	text-align: center;
	float: right;
	padding-top: 1em;
	overflow-x: visible;
	padding-bottom: 1em;
}

footer > a {
	text-align: center;
}

