/* ==UserStyle==
@name           2016M play button add-on for RLOT
@namespace      Quite accurate in my opinion
@version        1.2
@description    Play button style needs to be set on 201610 and you need this for it to work https://greasyfork.org/en/scripts/526259-2016-roblox-add-on-for-rlot
@author         By Goolbob2
@downloadURL https://update.greasyfork.org/scripts/543218/2016M%20play%20button%20add-on%20for%20RLOT.user.css
@updateURL https://update.greasyfork.org/scripts/543218/2016M%20play%20button%20add-on%20for%20RLOT.meta.css
==/UserStyle== */

@-moz-document domain("www.roblox.com") {
.game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel {
  width: 135px!important;
  bottom: 3px;
  left: -8px;
}
}

.light-theme .voting-panel .users-vote .vote-details .vote-container .vote-mask .segment, .dark-theme .voting-panel .users-vote .vote-details .vote-container .vote-mask .segment {
  display: none;
}

.game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel .users-vote .vote-details .vote-container {
  height: 5px!important;
  width: 135px!important;
  margin: 6px 0 0 -28px;
  top: 36px;
  position: relative;
}

.light-theme .voting-panel .users-vote .vote-details .vote-container .vote-percentage, .dark-theme .voting-panel .users-vote .vote-details .vote-container .vote-percentage {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.light-theme .voting-panel .users-vote .vote-details .vote-container .vote-background.has-votes, .dark-theme .voting-panel .users-vote .vote-details .vote-container .vote-background.has-votes {
  border-radius: 4px;
}

.gotham-font .voting-panel span, .builder-font .voting-panel span {
  font-size: 16px!important;
}

.voting-panel .users-vote .vote-details {
  bottom: 5px;
  position: relative;
}

.builder-font .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label {
  font-size: 16px!important;
  bottom: -2px;
  position: relative;
  padding-left: 4px!important;
  visibility: hidden;
  float: left;
  width: 45px;
}

.game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite {
  padding: 4px 0 0 6px;
}

.game-main-content.follow-button-enabled .favorite-follow-vote-share .social-media-share {
  float: unset!important;
}

#game-details-play-button-container {
  border-color: #B8B8B8!important;
}

.game-main-content #game-details-play-button-container .btn-common-play-game-lg, .game-main-content #game-details-play-button-container .btn-economy-robux-white-lg {
  height: 53px;
}

#game-details-play-button-container .btn-common-play-game-lg:not(.random-server-button) .icon-common-play {
  bottom: 2px;
  position: relative;
}

#game-detail-page .rbx-tab.active .text-lead {
  color: #555!important;
}

.game-description {
  padding-bottom: 13px!important;
  padding-top: 2px!important;
}

[data-internal-page-name="GameDetail"] #game-detail-page {
  top: -1px;
}

[data-internal-page-name="GameDetail"] .container-main .content::after {
  top: -1px;
}

.game-about-tab-container {
  margin-top: -1px;
}

.game-about-tab-container .container-header {
  margin: 4px 0 6px!important;
}

.create-server-banner.section-content.remove-panel {
  height: 70px!important;
}

.builder-font .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label:before {
  content: "216K+"; 
  visibility: visible!important;
}

.voting-panel .users-vote .vote-details {
  height: 20px;
  width: 85px;
}

.voting-panel .users-vote .vote-details .vote-numbers {
  height: 20px;
  width: 85px;
}

.voting-panel .users-vote .vote-details .vote-numbers .count-right, .voting-panel .users-vote .vote-details .vote-numbers .count-left {
text-align: revert!important;
line-height: 22px;
}

.voting-panel .users-vote .vote-details .vote-numbers .count-right {
right: 6px;
position: relative;
}


