body {
	background:url(https://cdn.ninja/x2k/Delta_Game.webp) no-repeat fixed bottom left/250px, #F0F0F0 url(https://cdn.ninja/x2k/Alpha_Game.webp) no-repeat fixed bottom right/250px;
	margin: 0px;
	font-family: Arial;
}

.header {
	    height: 45px;
    background: rgba(249, 249, 249, 0.86);
	position:fixed;
	top:0px;
	width:100%;
	z-index: 999;
}

.header #somewhere {
	float: right;
	padding: 3px 20px;
}

.header #somewhere .navbar-expand {
	    display: flex;
}

.header #somewhere .navbar {
	padding: 0px 10px;
}

.header #somewhere .navbar-nav  {
	margin: 6px 10px;
}


.header #somewhere .navbar-collapse {
	    display: flex;
}

.header #somewhere a {
	padding: 0px 10px;
}
.header #logo {
    float: left;
    margin: 5px 20px;
}

.header #logo h2 {
	float: right;
    margin: 8px 0px 0px 14px;
    color: #3351b1;
    font-weight: 400;
    font-size: 34px;
    font-family: sans-serif;
}

.header #logo a img {
	max-width: 66px;
    max-height: 66px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 100px;
}

.content {
	width: 1200px;
    margin: 80px auto;
	overflow: hidden;
}

.right_block {
	float: right;
    width: 250px;
}

.right_block .block_r {
	    background: rgba(251, 251, 251, 0.92);
		margin-bottom: 10px;
}

.right_block .block_r .block_head {
	font-size: 22px;
    text-align: center;
    padding: 11px;
    background: rgb(243, 243, 243);
}

.right_block .block_r .block_c {
	padding: 5px;
}

.right_block .block_r .block_c p {
    margin: 2px;
    border-bottom: 1px solid rgba(208, 217, 232, 0.78);
    padding: 4px;
}

.main_c {
    max-width: 950px;
}

.main_c p#add {
	width: 200px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0px auto;
	cursor: pointer;
}

.main_c .post {
    max-width: 900px;
    margin: 20px 0px;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    overflow: hidden;
}
.main_c .post img {
    max-width: 850px;
}

.main_c .post h2.post_head {
	margin: 0px;
    font-weight: 400;
    font-size: 22px;
    padding: 10px;
    color: #ed723c;
}

.main_c .post a.post_head  {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #5287b9;
}

a:hover {
    text-decoration: underline;
    color: #78b7f3;
}

.updown {
	opacity: 0;
	position: fixed;
    bottom: 10px;
    right: 10px;
}

.updown img {
	width: 60px;
    opacity: 0.8;
	cursor: pointer;
}

.footer {
	text-align: center;
    padding: 10px;
	font-size: 12px;
}
.post .post_content p {
	margin: 0px;
}
.post .date {
	text-align: right;
    font-size: 12px;
    padding: 0px 10px;
}

.post .autor {    
	text-align: left;
    float: left;
}

.post .post_content .additional {
	    text-align: center;
    color: #3251ad;
    border: 1px solid;
    width: 193px;
    padding: 5px;
    border-radius: 3px;
    margin: 5px auto;
	cursor: pointer;
}

.userprofile img.userprofileimage {
	border-radius: 100px;
    width: 150px;
    height: 150px;
    padding: 10px;
}
.userprofile .userstate {
	margin: 14px 28px;
}
.userprofile .userstate h3 {
	margin: 0px 0px 20px 0px;
}

.userprofile .userstate p {
	margin: 0px 0px 0px 20px;
    font-size: 12px;
}