#emulator-console {
  width: 788px;
  height: 428px;
  background-image: url(/themes/gamebuino/images/emulator-console.png);
  position: relative;
  display: inline-block;
}

#emulator {
  position: absolute;
  top: 80px;
  left: 232px;
}

#emulator-start {
  position: absolute;
  width: 320px;
  height: 256px;
}

#emulator-start > div {
  padding-top: 20px;
  text-align: center;
  display: block;
  margin: 0 auto 0 auto;
}

#emulator-start a {
  position: relative;
  bottom: 100px;
  text-shadow: 4px 4px black;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#emulator-start a:hover {
  text-decoration: underline;
  color: white;
}

.community-categories a {
  color: #222;
  text-decoration: none;
}

.topic-list {
  width: 100%;
}

.topic-list thead {
  border: none;
}

.topic-list thead th {
  color: #919191;
  font-weight: 400;
}

.topic-list tbody {
  background: #fff;
  vertical-align: initial;
}

.topic-list thead th.smalltd,
.topic-list tbody td.smalltd {
  white-space: nowrap;
  width: 1px !important;
  text-align: center;
}

.topic-list tbody td.smalltd {
  font-size: 0.9em;
}

.topic-list .posters {
  white-space: nowrap;
  width: 152px;
  text-align: right;
}

.topic-list tbody tr {
  border: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.topic-list tbody tr:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.topic-list th,
.topic-list td {
  padding: 12px 5px;
}

.topic-list tbody td,
.topic-list tbody td a {
  color: #858585;
}

.topic-list tbody td a:hover {
  text-decoration: none;
}

.topic-list .main-link {
  padding-left: 15px;
  font-size: 1.143em;
}

.topic-list .main-link a {
  color: #222;
  display: block;
  text-decoration: none;
}

.topic-list .main-link a .unread {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cf8e44;
  margin-right: 5px;
}

.category-square {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
}

.topic-content .topic-reply {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: none;
  margin-top: 30px;
  position: relative;
}

.topic-content .topic-reply .anchor {
  position: absolute;
  top: -150px;
}

.topic-content .topic-reply .original-post {
  display: none;
}

.topic-content .topic-reply .original-post .space {
  float: left;
  width: 45px;
  height: 1px;
}

.topic-content .topic-reply .original-post .originalcontent {
  float: left;
  width: calc(100% - 45px);
}

.topic-content .topic-reply .new {
  display: none;
}

.topic-content .topic-reply.new {
  border-top-color: #cf8e44;
  background-color: #faf4ec;
}

.topic-content .topic-reply.new .new {
  display: inline;
  color: #cf8e44;
}

.topic-content .topic-reply.active-0 {
  opacity: 0.6;
}

.topic-content .topic-reply .topic-avatar {
  float: left;
  width: 45px;
  padding: 12px 0;
  margin-left: -8px;
}

.topic-content .topic-reply .topic-body {
  padding: 12px;
  float: left;
  width: calc(100% - 45px);
}

.topic-content .topic-reply .topic-body .username {
  float: left;
  font-weight: 700;
  font-size: 17px;
}

.topic-content .topic-reply .topic-body .username a {
  color: inherit;
}

.topic-content .topic-reply .topic-body .username a:hover {
  text-decoration: none;
}

.topic-content .topic-reply .topic-body .date {
  float: right;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #919191;
}

.topic-content .topic-reply .topic-body .date a {
  color: #919191;
}

.topic-content .topic-reply .topic-body .in-reply-to {
  float: right;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #919191;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}

.topic-content .topic-reply .topic-body .content img {
  max-width: 100%;
  height: auto !important;
}

.topic-content .topic-reply .social {
  font-size: 18px;
}

.topic-content .topic-reply .social a {
  margin-right: 0px;
}

.topic-content .topic-reply .social a span {
  font-size: 14px;
}

.topic-content .topic-reply .social a:hover {
  text-decoration: none;
}

.topic-content .topic-reply .social a.has-voted {
  color: #cf8e44;
}

.topic-content .topic-reply .post-preview {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.topic-content .topic-reply .post-preview::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(white));
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.reply-infos-form {
  display: none;
}

.topic-body .replies {
  display: none;
}

.btn-discussion {
  white-space: nowrap;
}

.btn-discussion a {
  padding: 10px 16px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .community-news .btn,
  .community-creations .btn {
    margin-top: 6px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .community-news .thumb,
  .community-creations .thumb {
    padding-top: 50%;
  }

  .community-news h2,
  .community-creations h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .community-news .margeur-25,
  .community-creations .margeur-25 {
    margin-top: 0 !important;
  }

  .btn-discussion {
    padding-right: 16px;
  }

  .btn-discussion a {
    padding: 10px 8px 10px 16px;
  }

  .topic-list th {
    font-size: 0.8em;
  }

  .topic-list h1 {
    font-size: 34px !important;
  }

  .topic-list .posters {
    width: 70px;
  }

  .topic-list .posters img {
    width: 20px;
    height: 20px;
  }

  .topic-list .posters a {
    display: inline-block;
    margin-left: -15px;
  }

  .topic-list .main-link {
    font-size: 0.9em;
  }

  .topic-list tbody td.smalltd {
    font-size: 0.8em;
  }

  .topic-content .topic-reply .topic-avatar {
    margin-left: 7px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .topic-body .username {
    margin-left: 45px;
    margin-bottom: 25px;
  }

  .topic-content .topic-reply .topic-body {
    width: 100%;
  }
}

#new-forum-infobox {
  background-color: white;
  border: 8px solid orange;
  -webkit-box-shadow: 0 8px 12px 8px #0002;
          box-shadow: 0 8px 12px 8px #0002;
}

