@import url('https://fonts.googleapis.com/css?family=Roboto%20Slab');
html {
    background-color:rgb(32, 32, 32);
}
body {
    font-family:'Roboto Slab',serif;
    color:rgb(222, 222, 222);
    margin:0;
    padding-top:10px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}
a {
    color:rgb(95, 139, 235);
}
h1 {
    border-bottom-color:rgba(222, 222, 222, 0.8);
    border-bottom-style:solid;
    border-bottom-width:3px;
}
h2 {
    border-bottom-color:rgba(222, 222, 222, 0.6);
    border-bottom-style:solid;
    border-bottom-width:2px;
}
ul.telegram-channels-list li {
    margin-top:10px;
}
ul.telegram-channels-list li:first-child {
    margin-top:0;
}
ul.articles-list li {
    margin-top:10px;
}
ul.articles-list li:first-child {
    margin-top:0;
}
ul.sites-list li {
    margin-top:10px;
}
ul.sites-list li:first-child {
    margin-top:0;
}
.thumbnail {
    height: auto;
    width: 300px;
}
@media only screen and (min-width:1024px) {
	body {
        max-width:1280px;
		padding-left:50px;
		padding-right:50px;
	}
}
@media only screen and (min-width:1280px) {
    html {
        display:table;
        margin:auto;
    }
    body {
        width:1280px;
        display:table-cell;
    }
}