html {
  background-color: #000000;
}

body {
  background-color: #000000;
}

#our_apps {
  /*margin-top: 8vw;*/
  margin-left: auto;
  margin-right: auto;
  width: 95vw;
  height: auto;
  padding: .5vw;
  padding-top: .2vh;
  padding-bottom: .2vh;
}

#our_content_menu {
  margin-left: auto;
  margin-right: auto;
  padding: 15vw;
  padding-top: .2vh;
  padding-bottom: .2vh;
}

.our_content_menu_content {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: .5vw;
  padding-top: .2vh;
  padding-bottom: .2vh;
}

.product_line {
  margin: auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 1vw;
  width: 60%;
  height: auto;
  display: block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3vw 1vw 0 0;
}

.product_line_image {
  margin: auto;
  width: auto;
  height: 8vw;
  display: block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3vw 1vw 0 0;
  position: relative;
}

.product_line_description {
  margin: auto;
  margin-top: 1vw;
  padding: 1vw;
  display: inline-block;
  vertical-align: middle;
  color: rgba(200, 200, 200, 1);
  font-size: 12px;
}

.product_rollthaiballs_line_image {
  background: url("our_games/rollthaiballs/line_big.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

.product_scrollrectitemsadapter8_line_image {
  height: 20vh;
  background: url("our_middleware/scrollrectitemsadapter8/line_small.jpg") 99% center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

.product_mediaplayer8_line_image {
  background: rgb(255, 255, 255, .2);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

.product_soq_line_image {
  background: url("our_middleware/soq/icon.png") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

.product_backgroundyt_line_image {
  height: 20vh;
  background: url("our_apps/background-yt/line_small.jpg") 99% center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

.product_intruderalertandprank_line_image {
  height: 20vh;
  background: url("our_whynotapps/intruder-alert-and-prank/line_small.jpg") 99% center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
}

@media (max-width: 800px) {
  .product_rollthaiballs_line_image {
    background-image: url("our_games/rollthaiballs/line_small.jpg")
  }
}

.subtitle {
  margin-top: -1.6vw;
  color: rgb(200, 200, 200);
  text-align: center;
  font-size: 16px;
}

@media (max-width: 800px) {
  .subtitle {
    margin-top: -2.3vw;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .subtitle {
    margin-top: -2.2vw;
  }
}

#amazon_badge {
  /*padding: 30px 30px 30px 30px;*/
}

#description {
  margin: auto;
  margin-top: .5vh;
  padding: 0;
  padding: 2vh 2vw 2vh 2vw;
  width: 80vw;
  max-width: 800px;
  font-size: 18px;
  line-height: 25px;
}

#apptitle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 400px;
  padding: 20px;
  overflow: hidden;
  border: none;
  font: normal 50px/1 "Times New Roman", Times, serif;
  color: rgba(255, 237, 221, 1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.disabled_link {
  pointer-events: none;
  cursor: default;
  color: #666666;
}

.trans_bgr_light {
  background: rgba(255, 255, 255, 0.1);
}

.hor_separator_full {
  height: 2px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hor_separator_med {
  height: 2px;
  width: 80%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hor_apps_separator {
  height: 3px;
  width: 30%;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}