
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');


html,
body {
    height: 100%;
}

* { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Inconsolata", Arial, sans-serif;
	font-size: 18px;
	color: #1d1e1b;
}
a { color: #888; }
a:hover, a:hover i { color: #1d88ea; }
p { margin-bottom: 15px; }
i.fa { font-size: 19px; color: #aaa; margin-left: 4px; margin-right: 6px; }
h2 { margin-bottom: 30px; }
pre { background-color: transparent; border: 0; margin-top: -30px; margin-bottom: 35px; }
.list-inline li { position: relative; margin-right: 6px; }
.list-inline li:after {
	content: '';
	display: block;
	position: absolute;
	right: -9px;
	top: 5px;
	bottom: 4px;
	width: 2px;
	background-color: #bbb;
}
.list-inline li:last-child:after { display: none; }
.wrap { min-height: 100%; height: 100%; }
.wrap > .container { padding: 70px 15px 20px; }
.m-b-0 { margin-bottom: 0 !important; }
