body {
  font-family: 'Electrolize', sans-serif;
  background-color: #000000;
  background-image: url('/images/v2/game-background4.jpg');
  background-attachment: fixed;
  color: #eeeeee;
  text-shadow: 1.5px 1px 2px #000000;
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  font-size: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-item a {
  color: #ecae58 !important;
}

div {
  margin: 0px;
  padding: 0px;
  /**Throwing out any chance of unforseen margins/paddings**/
}
#content_wrapper {
  width: 794px;
  margin: 0 auto;
  /* margin-top: 45px; */
  margin-bottom: 1em;
  z-index: 1;
  padding-top: 75px;
}
.clear_both {
  display: block;
  clear: both;
}
.navmarker {
  position: relative;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

/*** GENERAL TEXT STYLES ***/

a {
  color: #daaa3f;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.problem {
  color: #fd4949;
  margin-top:8px;
  margin-bottom:8px;

  background: -moz-linear-gradient(
    left,
    rgba(22, 0, 0, 0) 0%,
    rgba(22, 0, 0, 0.02) 1%,
    rgba(22, 0, 0, 0.32) 20%,
    rgba(22, 0, 0, 0.5) 49%,
    rgba(20, 13, 13, 0.32) 84%,
    rgba(19, 19, 19, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(22, 0, 0, 0)),
    color-stop(1%, rgba(22, 0, 0, 0.02)),
    color-stop(20%, rgba(22, 0, 0, 0.32)),
    color-stop(49%, rgba(22, 0, 0, 0.5)),
    color-stop(84%, rgba(20, 13, 13, 0.32)),
    color-stop(100%, rgba(19, 19, 19, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(22, 0, 0, 0) 0%,
    rgba(22, 0, 0, 0.02) 1%,
    rgba(22, 0, 0, 0.32) 20%,
    rgba(22, 0, 0, 0.5) 49%,
    rgba(20, 13, 13, 0.32) 84%,
    rgba(19, 19, 19, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(22, 0, 0, 0) 0%,
    rgba(22, 0, 0, 0.02) 1%,
    rgba(22, 0, 0, 0.32) 20%,
    rgba(22, 0, 0, 0.5) 49%,
    rgba(20, 13, 13, 0.32) 84%,
    rgba(19, 19, 19, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(22, 0, 0, 0) 0%,
    rgba(22, 0, 0, 0.02) 1%,
    rgba(22, 0, 0, 0.32) 20%,
    rgba(22, 0, 0, 0.5) 49%,
    rgba(20, 13, 13, 0.32) 84%,
    rgba(19, 19, 19, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(22, 0, 0, 0) 0%,
    rgba(22, 0, 0, 0.02) 1%,
    rgba(22, 0, 0, 0.32) 20%,
    rgba(22, 0, 0, 0.5) 49%,
    rgba(20, 13, 13, 0.32) 84%,
    rgba(19, 19, 19, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00160000', endColorstr='#00131313',GradientType=1 ); /* IE6-9 */

  padding: 5px;
  border-top: solid 2.5px #ff0000;
  border-bottom: solid 2.5px #ff0000;
}
.fineprint {
  font-size: 13px;
  margin-left: 20px;
}

#noJavaScript {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
  width: 700px;
}

.center-contents {
    text-align: center;
}

.paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
}

/****INDEX****/
#index_main_wrapper {
  width: 640px;
  height: 385px;
  margin: 0 auto;
  margin-top: 50px;
  background-image: url('/images/main-backing.png');
  padding: 70px 20px 65px 40px;
}
#index_main_content {
  width: 640px;
  height: 385px;
}
/**playNow btn**/
#index_main_playNow {
  width: 244px;
  height: 65px;
  margin: -526px 13px 13px 563px;
  background-image: url('/images/play-now-button.png');
  background-position: center;
  background-repeat: no-repeat;
}
#index_main_playNow:hover {
  background-size: 100% 100%;
}
#index_main_playNow:active {
  background-size: 192px 51px;
}
#index_main_playNow_link {
  display: block;
  width: 100%;
  height: 100%;
}
#voidspaceLink {
  display: block;
  float: left;
  margin-left: 107px;
  height: 52px;
  width: 300px;
}
/**Social**/
.socialLink {
  width: 98px;
  height: 74px;
  margin: 5px 4px 5px -10px;
  background-position: center;
  background-repeat: no-repeat;
}

#index_main_social_facebook {
  margin-top: 38px;
  background-image: url('/images/facebook-button.png');
}
#index_main_social_facebook:hover {
  background-size: 100% 100%;
}
#index_main_social_facebook:active {
  background-size: 77px 58px;
}

#index_main_social_reddit {
  background-image: url('/images/reddit-button.png');
}
#index_main_social_reddit:hover {
  background-size: 100% 100%;
}
#index_main_social_reddit:active {
  background-size: 77px 58px;
}

#index_main_social_twitter {
  background-image: url('/images/twitter-button.png');
}
#index_main_social_twitter:hover {
  background-size: 100% 100%;
}
#index_main_social_twitter:active {
  background-size: 77px 58px;
}

#index_main_social_googlePlus {
  background-image: url('/images/google-plus-button.png');
}
#index_main_social_googlePlus:hover {
  background-size: 100% 100%;
}
#index_main_social_googlePlus:active {
  background-size: 77px 58px;
}

#index_main_social_youTube {
  background-image: url('/images/youtube-button.png');
}
#index_main_social_youTube:hover {
  background-size: 100% 100%;
}
#index_main_social_youTube:active {
  background-size: 77px 58px;
}

.index_main_social_link {
  display: block;
  width: 100%;
  height: 100%;
}
/**Extra videos**/
.extra_videos {
  width: 221px;
  height: 133px;
  padding: 24px 33px 69px 26px;
  background-image: url('/images/extra-video-backing.png');
  background-repeat: no-repeat;
}
.extra_videos:hover {
  cursor: pointer;
}
#index_extra_video_1 {
  margin-top: 13px;
  margin-left: 85px;
}
#index_extra_video_2 {
  margin-top: -226px;
  margin-left: 455px;
}
.extra_videos_content {
  padding-top: 2px; /*give something for margins to add on to*/
  width: 220px;
  height: 130px;
  background-size: 100% 100%;
}
#index_extra_video_1_content {
  background-image: url('/images/video1.png');
}
#index_extra_video_2_content {
  background-image: url('/images/video2.png');
}
.extra_vidoes_label {
  margin-top: 33px;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.extra_videos_caption {
  margin-top: 86px;
  height: 38px;
  width: 214px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Electrolize', 'Geneva', sans-serif;
  font-size: 0.8em;
  padding: 3px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/**Email**/
#index_email {
  width: 700px;
  height: 160px;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 21px;
  background-image: url('/images/email-window.png');
  background-repeat: no-repeat;
}
#index_email_submit {
  width: 121px;
  height: 54px;
  margin: -116px 0px 0px 587px;
  background-image: url('/images/email-submit-button.png');
  background-repeat: no-repeat;
  background-position: left center;
}
#index_email_submit:hover {
  cursor: pointer;
  background-size: 100% 100%;
}
#index_email_submit:active {
  cursor: pointer;
  background-size: 95px 42px;
}
#index_email_label {
  width: 100%;
  text-align: center;
  font-size: 18.5px;
  line-height: 19px;
  font-family: 'Electrolize', 'Geneva', sans-serif;
}
.email {
  width: 478px;
  height: 36px;
  margin-top: 30px;
  margin-left: 60px;
  border: none;
  border-radius: 0px;
  padding: 2px 2px 2px 1px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2em;
}
/**Info**/
.index_info {
  width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
.index_info_header {
  width: 700px;
  height: 28px;
  padding-top: 20px;
  font-size: 1.35em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  background-image: url('/images/info-category-title-bar.png');
}
.index_info_top {
  width: 700px;
  height: 158px;
  padding-top: 12px;
  background-image: url('/images/info-category-body-part1.png');
}
.index_info_body {
  width: 700px;
  min-height: 120px;
  background-image: url('/images/info-category-body-part2.png');
  overflow: hidden;
}
.info_topBanner {
  width: 660px;
  height: 150px;
  margin: 0 auto;
  background-position: top left, 10px 10px;
  background-size: 660px 150px, 640px 130px;
  background-repeat: no-repeat;
}
.index_info_text {
  width: 660px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: visible;
  font-family: 'Electrolize', 'Geneva', sans-serif;
  line-height: 16px;
}
.index_info_text ol,
.index_info_text ul,
.index_info_text p {
  margin-bottom: 0px;
  -webkit-margin-after: 0px;
}
.index_info_cutoff {
  width: 660px;
  margin: 0 auto;
}
.index_info_footer_noscript {
  width: 700px;
  height: 39px;
  background-image: url('/images/info-category-body-part3.png');
}
.index_info_footer {
  display: none;
  width: 700px;
  height: 46px;
  margin-top: -20px;
  padding-top: 24px;
  background-image: url('/images/info-category-footer-bar.png');
  background-repeat: no-repeat;
}
.index_info_footer_details {
  width: 260px;
  height: 32px;
  margin: -2px 0px 0px 440px;
  padding-top: 19px;
  background-image: url('/images/more-details-button-backing.png');
  background-size: 238px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.index_info_footer_details:hover {
  background-size: 100% 100%;
  cursor: pointer;
}
.index_info_footer_details:active {
  background-size: 218px 44px;
  cursor: pointer;
}
/***Info specific info boxes***/
#info_1 {
  margin-top: 60px;
}
/**Generic infoBoxes (already expanded)**/
.infoBoxes {
  max-width: 700px;
  width: 100%;
  margin: 40px 0px;
}
.infoBoxes_header {
  width: 100%;
  height: 53px;
  background-color: red;
  padding-top: 20px;
  line-height: 26px;
  text-align: center;
  background: url('/images/info-category-title-bar.png') no-repeat center/cover;
  color: #e0b487;
  text-transform: uppercase;
}
.infoBoxes_body {
  width: 100%;
  font-family: 'Electrolize', 'Geneva', sans-serif;
  min-height: 100px;
  background: url('/images/info-category-body-part2.png') center;
}
.infoBoxes_indented {
  padding: 7px;
}
.infoBoxes_text {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .infoBoxes_text {
    padding: 10px;
  }
}

.infoBoxes_footer {
  width: 100%;
  height: 67px;
  background: url('/images/info-category-body-part3.png') center/cover;
}

/**subBoxes and subHeaders**/
.subBoxes {
  margin-left: -10px;
  width: 680px;
  min-height: 300px;
}

.subHeaders {
  margin-left: 30px;
  margin-bottom: 25px;
  width: 90%;
}

.subHeader_lights_on {
  /*For any fixed light*/
  margin-top: -22px;
  margin-left: -17px;
  width: 84px;
  height: 104px;
  background-image: url('/images/Pledge-light-on.png');
  background-repeat: no-repeat;
  background-position: cover;
}
.subHeader_mains {
  display: block;
  margin-top: -75px;
  margin-left: 50px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
}
.subHeader_subs {
  display: block;
  margin-top: 5px;
  margin-left: 50px;
  font-size: 14px;
  font-weight: 700;
}
.subHeader_sub_infos {
  color: #dddddd;
  display: block;
  font-size: 14px;
  margin-top: -12px;
  margin-left: 250px;
}

@media screen and (max-width: 480px) {
  .subHeader_sub_infos {
    margin: 0px;
    margin-top: 15px;
  }
}

.subBox_contents {
  min-height: 50px;
  margin-top: -10px;
  width: 100%;
}

select {
  margin: 10px 0px;
}

.subBox_content_sides {
  /* float: left; */
  background: linear-gradient(#1e2323b9, #1d272c);
  border: 1px solid #0dc9e6;
  padding: 10px;
  /* min-width: 100%; */
  /* min-height: 340px; */
  margin: 10px 15px 50px 5px;
}

@media screen and (max-width: 600px) {
  .subBox_content_sides {
    margin: 30px 0px;
  }
}

#subBox_content_side_footer_1 {
  top: 20px;
  max-width: 300px;
}

.subBox_content_sides_text {
  margin-top: 5px;
  margin-left: 10px;
  /* width: 210px; */
  /* height: 165px; */
  padding-left: 11px;
  position: relative;
}
.subBox_content_side_footers {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 65px;
  background: #0dc9e6;
  position: relative;
  top: 40px !important;
  transform: skew(20deg);
  cursor: pointer;
  transition: 200ms ease;
  max-width: 300px;
}

.subBox_content_side_footers::before {
  content: 'PLEDGE';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  transform: skew(-20deg);
}

.subBox_content_side_footers:hover {
  filter: brightness(1.3);
}

.pledgeLink {
  display: block;
  width: 100%;
  height: 100%;
  background: red;
  z-index: 1000;
}

#pledgesContainer {
  text-align: center;
}

/**Med-Btn**/
.med_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 33px;
  padding: 20px 5px;
  background-image: url(/images/medium-bottom-button-backing.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px #ffffffff;
  text-decoration: none;
  cursor: pointer;
}
.med_btn:visited {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .med_btn {
    width: 100%;
    padding: 11px 5px;
    margin: 10px 0px;
  }
}

.med_btn:hover {
  filter: brightness(1.5);
}
.med_btn:active {
  filter: brightness(0.5);
}
.med_btn_title {
  display: block;
  margin: 0px;
  padding: 0px;
}
/**badgeBoxes**/
.badgeBoxes {
  width: 225px;
  height: 60px;
  background: url('/images/badge-info-backing.png') no-repeat center/contain;
  display: inline-block;
  margin-left: -15px;
}

.badgeInLine_First {
  margin-left: 23px;
}

@media screen and (max-width: 710px) {
  .badgeInLine_First,
  .badgeInLine {
    display: block !important;
    margin: 15px auto;
  }
}

.badgeLeft {
  margin-left: 10px;
}
.badgeRight {
  margin-left: 480px;
}

.badgeInRow {
  margin-top: -90px;
}
.badgeBox_headers {
  display: block;
  font-family: 'Electrolize', 'Geneva', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 0px 0px 10px;
  white-space: nowrap;
  padding-top: 2px;
  color: #ffffff;
}
.badgeBox_contents {
  display: block;
  margin-top: 8px;
  padding-right: 10px;
  text-align: right;
  color: #cccccc;
}

/**Popups**/
#popups {
  display: none;
}
.popupWrapperBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 47;
  background-color: rgba(0, 0, 0, 0.8);
}

.popupWrapper {
  position: fixed;
  top: 50%;
  /**/
  margin-top: -100px;
  /**/
  height: 200px;
  min-height: 200px;
  width: 100%;
}
.popup {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.popup_header {
  width: 100%;
  height: 53px;
  padding-top: 20px;
  /* font-size: 1.35em; */
  /* font-weight: bold; */
  /* letter-spacing: 1px; */
  line-height: 26px;
  text-align: center;
  background-image: url(/images/info-category-title-bar.png);
  background-position: center;
  color: #e0b487;
  text-transform: uppercase;
}
.popup_body {
  width: 100%;
  min-height: 100px;
  padding-top: 1em;
  background-image: url('/images/info-category-body-part2.png');
  background-position: center;
}
.popup_text {
  width: 100%;
  padding-left: 30px;
  /**/
  max-height: 100px;
  min-height: 100px;
  margin: 0 auto;
  margin-top: 0px;
  padding-bottom: 5px;
  word-break: normal;
  overflow-y: auto;
  font-family: 'Electrolize', 'Geneva', sans-serif;
  line-height: 16px;
}
.popup_footer {
  width: 100%;
  height: 67px;
  background-image: url(/images/info-category-body-part3.png);
  background-position: center;
  margin-top: -14px;
}
.popup_footer_okay {
  width: 260px;
  height: 35px;
  margin-left: auto;
  padding-top: 15px;
  background-image: url('/images/medium-bottom-button-backing.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px #ffffffff;
}
.popup_footer_okay:hover {
  /* background-size: 100% 100%; */
  filter: brightness(1.5);
  cursor: pointer;
}
.popup_footer_okay:active {
  filter: brightness(0.5);
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .popup_footer_okay {
    margin: auto;
  }
  .popup_text {
    text-align: center;
    padding: 0px;
  }
}

/**Chat**/
#chat_tab {
  margin-left: 10px;
  margin-right: 10px;
}

/**WormHole**/
#wormholes {
  display: none;
  z-index: -1;
  margin-top: 0px;
  position: absolute;
}
.wormhole {
  display: block;
  opacity: 0.8;
  -webkit-transition: 1s;
  -webkit-transform: perspective(500) rotateY(65deg);
  -webkit-transform: translateZ(-1);
  transition: 1s;
  transform: perspective(500) rotateY(65deg);
  transform: translateZ(-1);
}
#wormhole1 {
  margin-top: 90px;
}
#wormhole2 {
  margin-top: 500px;
}
/****MAIN****/
#main_socialShare {
  width: 368px;
  height: 80px;
  margin: 0 auto;
}
.main_socialLink {
  width: 98px;
  height: 74px;
  margin: 5px 4px 5px -10px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
#main_social_facebook {
  background-image: url('/images/facebook-button.png');
}
#main_social_facebook:hover {
  background-size: 100% 100%;
}
#main_social_facebook:active {
  background-size: 77px 58px;
}

#main_social_reddit {
  background-image: url('/images/reddit-button.png');
}
#main_social_reddit:hover {
  background-size: 100% 100%;
}
#main_social_reddit:active {
  background-size: 77px 58px;
}

#main_social_twitter {
  background-image: url('/images/twitter-button.png');
}
#main_social_twitter:hover {
  background-size: 100% 100%;
}
#main_social_twitter:active {
  background-size: 77px 58px;
}

#main_social_googlePlus {
  background-image: url('/images/google-plus-button.png');
}
#main_social_googlePlus:hover {
  background-size: 100% 100%;
}
#main_social_googlePlus:active {
  background-size: 77px 58px;
}

#main_social_youTube {
  background-image: url('/images/youtube-button.png');
}
#main_social_youTube:hover {
  background-size: 100% 100%;
}
#main_social_youTube:active {
  background-size: 77px 58px;
}

.main_social_link {
  display: block;
  width: 100%;
  height: 100%;
}

.bigpricetext {
  display: inline;
  font-size: 52px;
}

.bigpricetext-glowing {
  display: inline;
  font-size: 52px;
  text-shadow: 1.5px 1px 2px #000000, 0px 0px 8px rgba(255, 255, 255, 1);
}

/* CUSTOM SERVER GAME LIST TABLE */
.csTable {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.csTable-title {
  display: table-caption;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  padding: 15px;
  padding-left: 0px;
  max-width: 300px !important;
  text-wrap: wrap;
}

.csTable-header {
  display: table-row;
  font-size: 20px;
  font-weight: bold;
}

.csTable-row {
  color: #cccccc;
  display: table-row;
}

.csTable-header-cell-first {
  border-bottom: solid #ffffff 3px;
  display: table-cell;
  padding-left: 3px;
  padding-right: 10px;
  border-bottom: solid #ffffff 3px;
  text-align: left;
}
.csTable-header-cell {
  border-bottom: solid #ffffff 3px;
  padding-top: 5px;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.csTable-cell-first {
  display: table-cell;
  padding-left: 3px;
  padding-right: 5px;
  border-bottom: solid #ffffff 1px;
  text-align: left;
}
.csTable-cell {
  padding-top: 5px;
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: solid #ffffff 1px;
  text-align: center;
}

.page-footer {
  font-family: 'Electrolize', 'Geneva', sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

  border-top: ridge 3px #cccccc;
  background: #1e1e1e; /* Old browsers */
  background: -moz-linear-gradient(top, #1e1e1e 0%, #45484d 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e1e1e),
    color-stop(100%, #45484d)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1e1e1e 0%,
    #45484d 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #1e1e1e 0%,
    #45484d 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e1e1e 0%, #45484d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e1e1e 0%, #45484d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
}

/** Checkmarks **/
.checkmark-container {
  position: relative;
}
.bigcheckmark {
  background-image: url('/images/big-checkmark.png');
  width: 200px;
  height: 200px;
  position: absolute;
  top: -70px;
  left: -80px;
}

.rewardlist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.rewardlistitem a {
  color: #cccccc;
  position: relative;
}

.rewardlistitem-achieved {
  color: #ffffff;
  padding-left: 0px;
  padding-bottom: 2px;
  position: relative;
  text-shadow: 1.5px 1px 2px #000000, 0px 0px 8px rgba(255, 255, 255, 1);
}
.rewardlistitem-achieved a {
  position: relative;
}
.smallchk {
  background-image: url('/images/small-checkmark.png');
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  left: -13px;
}

.rewardlistitem {
  color: #bbbbbb;
  padding-left: 0px;
}

/**Media queries**/
@media screen and (max-width: 480px) {
  #index_info_body {
    min-height: 305px;
  }
}

.content-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(159, 207, 227, 0.3);

  padding: 8px;
}

/*********************************
        Chat room styles
        */
#chat_messages {
  overflow-y: scroll;
  font-family: 'Electrolize', 'Geneva', sans-serif;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
}
.chat_form_input {
  display: table-cell;
  width: 100%;
}

.chat_form_submit {
  display: table-cell;
  width: 0px;
}
.chat_form_input input {
  width: 100%;
}

/* AUTHENTICATION INPUTS */

.email_address_container,
.password_container,
.character_name_container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.email_address_input_parent input,
.password_container input,
.character_name_container input{
  margin: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  border: none;
}

.email_address_container div:first-child,
.password_container div:first-child,
.character_name_container div:first-child {
  margin-right: 30px;
}

#checkemail,
#checkpassword,
#checkcharacter {
  color: #fd4949;
}

#checkemail img,
#checkpassword img,
#checkcharacter img {
  width: 40px;
  position: absolute;
  top: 0px;
  right: -35px;
}

.email_address_input_parent,
.password_input_parent,
.character_name_input_parent {
  position: relative;
}

@media screen and (max-width: 700px) {
  .email_address_container,
  .password_container,
  .character_name_container {
    flex-direction: column;
    justify-content center;
  }

  .g-signin2 {
    display: flex;
    justify-content: center;
  }

.email_address_container div:first-child,
.password_container div:first-child,
.character_name_container div:first-child {
  margin-right: 0px;
}

  .email_address_container div:nth-child(2),
  .password_container div:nth-child(2),
  .character_name_container div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}


/* GAMELIST */

.enter-game-container {
    text-align: center;
}

.enter-game-container .med_btn {
    width: 100%;
    padding: 11px 5px;
    margin: 10px 0px;
}

.enter-game-container .back-button {
    width: 120px;
}


.platform-button img {
    max-width: 165px;
}
