.user-profile-moderator-tools {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #3a3a3a;
  display: flex;
  padding: 2px;
}
.user-profile-moderator-tools .btn {
  background-color: #111;
  margin: 2px;
  color: #ccc;
  border: none;
  border-radius: 0;
}
.user-profile-header {
  color: #bdbdbd;
  padding: 30px 30px 0;
  position: relative;
  background: #3a3a3a;
  margin: -30px -30px 20px;
}
.user-profile-header a {
  color: #fff;
}
.user-profile-header a:hover {
  color: #fff
}
.user-profile-header .social-accounts {
  position: absolute;
  top: 18px;
  right: 10px;
}
.user-profile-counters {
  line-height: 1.8;
}
.user-profile-header .flexbox-container {
  align-items: center;
}
.user-profile-header .side-two {
  padding-left: 50px;
  border-left: 1px solid #111;
}
.user-profile-header .side-one {
  flex-basis: 50%;
  position: relative;
}
.user-profile-header .side-one div:first-child {
  padding-right: 25px;
}
.user-profile-header-info .avatar{
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.user-profile-header .dl-horizontal {
  margin: 0;
}

.user-profile-nickname {
  font: normal 3rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  color: #eee;
  display: inline-block;
  margin-bottom: 5px;
}

.user-acc-list .item {
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.user-acc-list .item a {
  text-decoration: none;
}

.user-comments-history .rating {
  text-align: right;
  color: #ccc;
}
.user-comments-history .rating.positive {
  color: #0AAF15;
}
.user-comments-history .rating.negative {
  color: #CC0000;
}
.user-comments-history .activity-item {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 20px 0 30px 0;
}
.user-comments-history .activity-item.compact-view {
  padding: 10px 0 10px 0;
}
.user-comments-history .comment-header {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  align-items: baseline;
}
.user-comments-history .comment-link{
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: 10px;
}
.user-comments-history .comment-row {
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  padding: 20px;
  margin-bottom: 12px;
  min-height: auto;
  background: #fff;
  border: none;
}
.user-comments-history .comment-row .inner {
  padding: 0 20px 0 0;
  word-break: break-word;
  font: normal 1.4rem/1.7 Arial, sans-serif;
}
.user-comments-history .dummy {
  width: 176px;
  height: 100px;
  background: #fcfcfc;
  text-align: center;
}
.user-comments-history .dummy .glyphicon {
  color: #ccc;
  font-size: 5rem;
  line-height: 1.5;
  vertical-align: middle;
}

.user-data-profile .avatar {
  margin-bottom: 10px;
}
.user-data-profile .social-acc-container {
  display: flex;
  margin: 0 -4px;
}
.user-data-profile .social-acc-container .icon-google::before {
  color: inherit;
}
.user-data-profile .social-acc-container .btn {
  margin: 0 4px;
  border-radius: 0 !important;
  color: #aaa;
  font-weight: bold;
  font-family:  Arial, sans-serif;
  flex-basis: 100%;
}
.user-data-profile .social-acc-container .btn i {
  font-size: 1.8rem;
}
.user-data-profile .social-acc-container .active,
.social-accounts .btn:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.user-data-profile .social-acc-container .vk,
.social-accounts .btn-vk:hover {
  background-color: #57799D;
  border-color: #57799D;
}
.user-data-profile .social-acc-container .facebook,
.social-accounts .btn-facebook:hover {
  background-color: #3C599B;
  border-color: #3C599B;
}
.user-data-profile .social-acc-container .google,
.social-accounts .btn-google:hover {
  background-color: #db4437;
  border-color: #db4437;
  color: #fff
}
.user-data-profile .social-acc-container .mail_ru,
.social-accounts .btn-mail_ru:hover {
  background-color: #168de2;
  border-color: #168de2;
}
.user-data-profile .social-acc-container .yandex,
.social-accounts .btn-yandex:hover {
  background-color: #f00;
  border-color: #f00;
}
.user-data-profile .social-acc-container .ok,
.social-accounts .btn-ok:hover {
  background-color: #f58220;
  border-color: #f58220;
}

#userSocialAccounts .block {
  position: relative;
  width: 42px;
}

#userSocialAccounts .block:hover .btn-default {
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 0;
}

#userSocialAccounts .block:hover .btn-default.add-service {
  position: static;
}

#userSocialAccounts .block .form-control {
  width: 120px;
  vertical-align: middle;
  padding: 0;
  border: none;
  margin: 0 5px;
  height: 22px;
  display: none;
}

#userSocialAccounts .block:hover .form-control {
  display: inline-block;
}

#userSocialAccounts .submittedList {
  margin-bottom: 5px;
}

.user-games-set .heading .active {
  color: #444;
  cursor: default;
  text-decoration: none;
  outline: none;
}
.user-games-set .heading .active:after {
  content: "\f0a3";
  font-family: 'icomoon';
  line-height: 1;
  margin-left: 3px;
}
.user-games-set .item {
  padding: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  background-color: #fff;
  margin: 0 0 12px 0;
  position: relative;
}
.user-games-set .item a {
  position: static;
}
.user-games-set .item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-games-set .item:hover {
  background-color: #f7f7f7;
}
.user-games-set .item .text-center > .btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
}
.user-games-set .heading {
  padding: 0 0 10px 0;
  color: #aaa;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
}
.user-games-set .user-level .glyphicon {
  position: relative;
  margin: 0 -15px 0 0;
}
.user-games-set .boxart {
  margin-right: 10px;
  flex-shrink: 0;
}
.user-games-set .flexbox-container {
  align-items: center;
}
.user-games-set > .flexbox-container > div:nth-child(2) {
  margin: 0 5px 0 auto;
  flex-basis: 15%;
  text-align: center;
}
.user-games-set >  .flexbox-container > div:nth-child(3) {
  flex-basis: 14%;
  text-align: center;
}
.game-rating-button .value {
  display: none;
}
.game-rating-button .value.active {
  display: inline-flex;
  background-color: #c7c7c7;
  border-radius: 100%;
  width: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: bold;
  text-indent: -1px;
  margin-left: 4px;
}
.user-events-stream {
  padding-top: 20px;
}
.user-events-stream .time-stamp {
  font-size: 1.1rem;
}
.user-events-stream .meta .link {
  color: #337ab7;
}
.user-events-stream .media-body {
  overflow: visible;
}
.user-events-stream .events-author {
  color: #666;
  font-weight: bold;
}

.user-events-stream .events-author:hover {
  color: var(--main-color);
}

.user-events-stream .events-item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.2)
}
.user-events-stream .events-item:last-child {
  border-bottom: none
}

.user-events-stream .avatar-image {
  margin-right: 10px;
  border-radius: 100%;
}

.user-events-stream .events-content {
  color: #555;
}

.user-events-stream .event-body {
  margin: 10px 0 0 0;
}

.user-events-stream .event-preview {
  color: #555;
}

.user-events-stream .event-preview a:hover {
  text-decoration: underline;
}

.user-events-stream .event-image {
  float: right;
  margin-left: 20px;
  width: 33%;
  min-width: 176px;
}

.user-events-stream .events-content .event-body-link {
  color: #444;
  display: block;

}

.user-events-stream .events-content .event-body-link:hover {
  text-decoration: none
}

.user-events-stream .quote {
  background: #eee;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.user-events-stream .quote:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  top: -10px;
  left: 50px;
}

.user-events-stream .quote blockquote {
  font-size: inherit;
  border: 1px solid #ccc;
  margin: 0;
}

.user-events-stream .media-title {
  font: bold 2rem/1 "Arial Narrow", Arial, sans-serif;
  margin: 0 0 5px 0;
}

.user-events-stream .quote .quote-link {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444
}

.user-events-stream .quote .quote-link:hover {
  color: var(--main-color)
}

.user-events-stream .events-content .attachment {
  background: url(../img/ui/picture-attachment.png) no-repeat 0 0;
  width: 80px;
  height: 60px;
  display: inline-block;
  margin: 0 0 0 15px;
}

.user-events-stream time.text-muted {
  color: #aaa;
}
.user-events-stream .comments-content .inner blockquote {
  margin-right: 20px
}
.feed-setting-form .header {
  background: #eee;
  padding: 7px 10px 7px 10px;
  font: normal 16px/1 Arial, sans-serif;
  color: #444;
}
.feed-setting-form .header label {
  font: bold 1.1rem/1 Arial, sans-serif;
  margin: 2px 0 0 0;
}

.feed-setting-form .header input {
  margin: 0 0 0 3px;
}

.feed-setting-form ul {
  margin: 0 0 10px 20px;
}

.feed-setting-form .title:first-letter {
  text-transform: uppercase;
}

.feed-setting-form .checkbox {
  margin: 3px 0;
}

.feed-setting-form .checkbox label {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.feed-setting-form .checkbox input {
  margin-top: 2px
}

.events-item .unread {
  color: #222;
}

.user-teaser-table col:first-child {
  width: 50%
}

.user-friends-list .item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  color: #777;
  font: normal 1.2rem/1.5 Arial, sans-serif;
  margin: 0 0 10px 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.user-friends-list .avatar {
  margin-right: 20px;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.user-friends-list .item > div:last-child{
  margin-left: auto;
}
.user-friends-list .item .header {
  font: bold 1.5rem Arial, sans-serif;
  margin: 5px 0;
}
.user-friends-list .item .actions {
  margin-top: 5px;
}
.user-friends-list .item .btn {
  margin-right: 5px;
}

.media-announce-item {
  margin: 0 0 10px;
  padding: 10px;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  position: relative;
}

.media-announce-item .game-rating-points {
  margin: 0 20px;
}
.media-announce-item .media-title a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-title a, .title a, .author-info a {
  color: #444;
}

.media-title a:hover, .title a:hover, .author-info a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.media-announce-item .media-title {
  font: bold 2rem/1 "Arial Narrow", Arial, sans-serif;
  margin: 0 0 5px 0;
}

.media-announce-item .media-title strong {
  color: var(--main-color);
  font: bold 1.4rem/1 Arial, sans-serif
}

.media-announce-text {
  font: normal 1.4rem/1.5 Arial, sans-serif;
  margin-bottom: 7px;
  color: #444;
}
.media-announce-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.announce-footer, .announce-footer a,
.announce-footer .module-item-counters,
.announce-footer .module-item-counters a {
  color: #999;
  font: normal 1.2rem/1 Arial, sans-serif;
}

.media-announce-content {
  padding: 10px 10px 10px 20px;
  flex-basis: 85%;
  display: flex;
  flex-direction: column;
}
.media-announce-content .announce-footer {
  margin-top: auto;
  display: flex;
}
.media-announce-content .meta-data a {
  position: relative;
  z-index: 2;
}
.media-announce-content .meta-data a:hover, .media-announce-content .meta-data a:hover *{
  color: var(--main-color);
}
.announce-footer .module-item-counters{
  margin-left: auto;
}
.media-announce-image {
  position: relative;
}
.announce-flow {
  margin-bottom: 0;
}
.media-announce-image img {
  background: #eee;
}
.media-announce-image > a {
  position: relative;
  display: block;
}
.media.col-sm-4 {
  margin-top: 0;
}

.progress-custom {
  position: relative;
  border-radius: 0;
  margin-bottom: 13px;
  height: 5px;
}
.progress-bar-custom {
  background: #0f73b8;
  box-shadow: none;
}
.progress-custom a {
  position: absolute;
  display: block;
  width: 100%;
  color: #888;
  line-height: 21px
}
.progress-custom a:hover {
  color: #444;
}

.comments-rating-progress {
  margin-top: 20px
}
.comments-rating-progress .progress {
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.comments-rating-progress .item {
  color: #fff;
  position: relative;
}
.comments-rating-progress .item.positive {
  background: none;
  color: #444;
  border-bottom: 5px solid green;
}
.comments-rating-progress .item.negative {
  background: none;
  color: #444;
  border-bottom: 5px solid red;
}
.comments-rating-progress .value {
  position: absolute;
  font-size: 12px;
  z-index: 1;
  top: -3px;
}
.comments-rating-progress .negative .value {
  left: 5px;
}
.comments-rating-progress .positive .value {
  right: 5px;
  text-align: right;
}
.comments-rating-progress .progress {
  margin-bottom: 5px
}
.comments-rating-progress .description {
  font: normal 12px/1 Arial, sans-serif;
  text-align: center;
}
.user-profile-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  flex-direction: row-reverse;
  margin: 20px -30px 0;
  background-color: #333;
}

.user-profile-header-bar .user-interaction {
  display: flex;
  justify-content: center;
  flex-basis: 360px;
}
.user-profile-header-bar .btn {
  margin: 0 4px;
  display: flex;
  align-items: center;
  background-color: #2a2a2a;
  border: 1px solid #242424;
  color: #ddd;
}
.user-profile-header-bar .btn:hover {
  background-color: #1d1d1d;
  color: #fff;
}
.user-profile-header-bar .user-interaction .badge {
 margin-left: 6px;
  background-color: transparent;
  color: #fff;
  border-left: 1px solid #ccc;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0 0 0 6px;
  line-height: 1.4;
  position: static;
}
.user-profile-header-bar .user-interaction .btn.active {
  background-color: #656565;
  border-color: #6b6b6b;
  color: #fff;
  opacity: 1;
}
.user-profile-sidebar .user-interaction .invite-friendship,
.user-profile-sidebar .user-interaction .separate-friendship {
  margin: 0 0 0 5px
}

.user-interaction .icomoon,
.user-interaction .glyphicon {
  font-size: 1.6rem;
  margin-right: 5px;
}

.user-interaction .invite-friendship .icon-:before {
  content: "\e904";
}

.user-interaction .invite-friendship.active .icon-:before,
.user-interaction .separate-friendship .icon-:before {
  content: "\e903";
}

.user-profile-sidebar.profile-nav {
  margin: 0;
  padding-left: 0;
  position: relative;
  max-width: 850px;
  flex-grow: 1;
}
.user-profile-navigation > ul {
  justify-content: normal;
}
.user-profile-sidebar.profile-nav .user-profile-navigation .item > a {
  padding: 16px 14px 11px;
}
.user-profile-sidebar.profile-nav .item {
  flex-grow: unset;
}
.user-profile-navigation .current > a {
  color: #fff;
}
.user-album-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.user-album-list .module-item {
  flex-basis: 20%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.userProfile-subNavigation {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .user-album-list .module-item {
    flex-basis: 25%;
  }
}
@media (max-width: 599px) {
  .user-album-list .module-item {
    flex-basis: 50%;
  }
}
.user-album-list .module-item > a {
  margin: 0 5px 60px 5px;
  display: block;
  text-decoration: none;
}
.user-album-list .cover {
  padding: 15px;
  background-color: #fff;
  display: block;
  box-shadow: 2px 2px 0 #ccc;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #aaa;
}
.user-album-list .module-item .title {
  display: block;
  font: bold 1.2rem/1 Arial, sans-serif;
  margin: 10px 0 5px 5px;
  white-space: nowrap;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-album-list .module-item .quant {
  margin: 0 0 0 5px;
  display: block;
  color: #aaa;
  font: normal 1.2rem/1 Arial, sans-serif;
}

.comments-content .inner blockquote {
  font-weight: normal;
  margin: 10px 0;
  font-size: 100%;
  border-radius: 0;
  background: #eaeaea;
  border-left: 5px solid #d4d4d4;
}


.achievments .item {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 2px;
  background: none;
}
.achievments .text-mutedx2 a {
  color: #777;
}
.achievments .award-2 {
  background-image: url(../img/ui/18x18_pg.png);
}
.achievments .award-4 {
  background-image: url(../img/ui/18x18_newuser.png);
}
.achievments .award-6 {
  background-image: url(../img/ui/18x18_cake.png);
}
.achievments .award-7 {
  background-image: url(../img/ui/18x18_banned.png);
}
.achievments .award-8 {
  background-image: url(../img/ui/award-13.png);
}
.achievments .award-9 {
  background-image: url(../img/ui/18x18_file.png);
}
.achievments .award-10 {
  background-image: url(../img/ui/award-activity.png);
}
.achievments .award-11 {
  background-image: url(../img/ui/18x18_moder.png);
}
.achievments .award-12 {
  background-image: url(../img/ui/award-helloween.png);
}
.achievments .award-13 {
  background-image: url(../img/ui/13.gif);
}
.achievments .award-14 {
  background-image: url(../img/ui/award-winner.png);
}
.achievments .award-15 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 28 28'%3E%3Cpath d='M0.25 23.047l12-22q0.266-0.484 0.734-0.766t1.016-0.281 1.016 0.281 0.734 0.766l12 22q0.547 0.984-0.031 1.969-0.266 0.453-0.727 0.719t-0.992 0.266h-24q-0.531 0-0.992-0.266t-0.727-0.719q-0.578-0.984-0.031-1.969zM11.75 8.5l0.266 7.141q0 0.156 0.156 0.258t0.375 0.102h2.891q0.219 0 0.367-0.102t0.164-0.258l0.281-7.172q0-0.187-0.156-0.297-0.203-0.172-0.375-0.172h-3.437q-0.172 0-0.375 0.172-0.156 0.109-0.156 0.328zM12 21.484q0 0.219 0.148 0.367t0.352 0.148h3q0.203 0 0.352-0.148t0.148-0.367v-2.969q0-0.219-0.148-0.367t-0.352-0.148h-3q-0.203 0-0.352 0.148t-0.148 0.367v2.969z'%3E%3C/path%3E%3C/svg%3E");
}
.achievments .award-17 {
  background-image: url(../img/ui/award-flash.png);
}
.achievments .award-18 {
  background-image: url(../img/ui/18x18_text.png);
}
.achievments .award-19 {
  background-image: url(../img/ui/award-video.png);
}
.achievments .award-20 {
  background-image: url(../img/ui/18x18_cheat.png);
}
.achievments .award-21 {
  background-image: url(../img/ui/18x18_star.png);
}
.achievments .award-22 {
  background-image: url(../img/ui/18x18_pix.png);
}
.achievments .award-23, .achievments .award-24,
.achievments .award-25, .achievments .award-26 {
  background-image: url(../img/ui/award-newyear.png);
}
.achievments .award-28 {
  background-image: url(../img/ui/award-social.png);
}
.achievments .award-29 {
  background-image: url(../img/ui/18x18_speed.png);
}
.achievments .award-30 {
  background-image: url(../img/ui/18x18_wiki.png);
}
.achievments .award-31 {
  background-image: url('https://i.playground.ru/e/17GO5uh4YReMRxsP80-shw.png');
}
.achievments .award-32 {
  background-image: url('https://i.playground.ru/e/tD1VkU_qwx7ktCDo1IBimA.png');
}

.modal-open .modal.in.service-connection-modal {
  align-items: normal;
}
.service-connection-modal .modal-dialog {
  width: 980px
}
.service-connection-modal .user-games-set {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -6px 0;
  justify-content: center;
}

.service-connection-modal .user-games-set .item {
  margin: 20px 6px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}
.service-connection-modal .user-friends-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.service-connection-modal .user-friends-list .item {
  margin: 0 6px 20px;
  box-shadow: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  background-color: #eee;
  flex-basis: calc(50% - 12px);
  flex-shrink: 0;
}
.service-connection-modal .user-games-set .item:hover:hover {
  background-color: transparent;
}

.service-connection-modal .user-friends-list .user-block a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.service-connection-modal .user-block div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-connection-modal .nick{
  margin: 20px 0 10px 10px;
  font-weight: bold;
  font-size: 2rem;
}
.service-connection-modal .user-block .nick {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  color: #b31919
}
.service-connection-modal  .steam-avatar {
  width: 110px;
  height: 110px;

}
.service-connection-modal .avatar {
  margin: 0 10px 0 0;
}
.service-connection-modal .user-block .btn {
  margin-left: 5px;
}
.service-connection-modal .user-games-set > .flexbox-container > div:nth-child(2),
.service-connection-modal .user-friends-list .item .btn {
  margin-right: 0;
}
.service-connection-modal img {
  margin-bottom: 5px;
}
.service-connection-modal .user-games-set .item a::before {
  content: none;
}
.service-connection-modal .user-friends-list .item > div:last-child {
  margin: 0;
  flex-grow: 1;
}
.service-connection-modal .avatar-holder {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 14px 0 0;
}
.content-block.service-connection .btn {
  margin-bottom: 10px;
}
.service-connection-modal .well {
  font-size: 1.4rem;
  font-weight: bold;
}
.content-block.service-connection p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.content-block.service-connection .item {
  margin-bottom: 50px ;
}
.content-block.service-connection .item:last-child {
  margin-bottom: 0;
}
.content-block.service-connection .header {
  text-transform: uppercase;
  font: bold 1.6rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 10px;
  color: #666;
}
.service-connection-modal .user-games-set .game-title {
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 5px;
}
.service-connection-modal .user-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ccc;
  padding: 5px 10px;
}
.post-flow-container figure img {
  width: 250px;
  max-width: none;
  height: auto;
}
.type-page-post-list .post-flow-container .post-content {
  flex-basis: auto;
  width: 100%;
}
.post-flow-container .post.old {
  background-color: #f5f5f5;
}
.post-flow-container .post.old:hover {
  background-color: #fff;
}
.post-flow-container .post.old .post-title a {
  color: #777
}
.post-flow-container .post.old:hover .post-title a {
  color: #b31919
}
.post-flow-container .post.old img {
  filter: brightness(0.7);
}
.post-flow-container .post.old:hover img {
  filter: none;
}
.content-column .notice-item {
  padding-top: 12px;
}
.content-column .notice-item a {
  color: #337ab7;
}
.content-column .notice-item a:hover {
  color: #b31919;
}
.content-column .notice-content {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.content-column .notice-item .btn {
  padding: 4px 10px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.user-profile-sidebar.profile-nav.sticked {
  max-width: none;
}
@media (max-width: 960px) {
  .user-profile-header .side-one {
    text-align: center;
  }
  .user-profile-header .side-one div:first-child {
    padding-right: 0;
  }
  .user-profile-header .flexbox-container {
    flex-direction: column;
    justify-content: center;
  }
  .user-events-stream .events-content {
    padding: 0;
    margin-top: 10px;
  }
  .media-announce-image {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  .user-friends-list .item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .user-friends-list .item > div:last-child,
  .user-friends-list .avatar {
    margin: 0;
  }
  .media-announce-item {
    flex-direction: column;
    box-shadow: none;
  }
  .media-announce-content {
    flex-basis: initial;
    padding: 15px 0 40px;
  }
  .user-events-stream .event-body img {
    float: none !important;
    margin-left: 0;
  }
  .user-events-stream .event-image {
    margin-bottom: 10px;
    width: auto;
    float: none;
    margin-left: 0;
    display: block;
  }
  .user-events-stream .events-content .col-md-3 {
    text-align: left;
  }
  .user-comments-history .comment-header {
    flex-wrap: wrap;
  }
  .user-comments-history .comment-link {
    order: 0
  }
  .user-comments-history .comment-object {
    order: 1
  }
  .user-profile-header .side-two {
    padding: 20px 0 0 0;
    border: none;
  }
  .post-flow-container figure img {
    width: 150px;
    height: 150px
  }
  .user-profile-header {
    padding-bottom: 0;
    margin: 0 0 20px 0;
  }
  .user-profile-header-bar {
    display: block;
    padding: 6px;
    background-color: #343434;
  }
  .user-profile-header-bar .btn-dark {
    background-color: #222;
  }
  .user-profile-moderator-tools {
    position: static;
    flex-wrap: wrap;
  }
  .user-profile-sidebar .content {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .user-profile-sidebar.profile-nav .user-profile-navigation .item > a {
    padding: 6px 8px;
    margin: 10px 6px 0;
  }
  .user-profile-navigation > ul {
    justify-content: center;
  }
}
