@media screen and (max-width: 979px) {
	.l-downloads-container {
      display: block !important;
      height: 100% !important;  
  	}
  	.ld-launcher-btn {
      padding: 12px !important;
      margin-bottom: 2px !important;
      border-bottom-left-radius: unset !important;
      margin-left: unset !important;
      border-right: unset !important;
  	}
   	.ld-desktop-btn {
      padding: 12px !important;
      margin-bottom: 2px !important;
      border-bottom-left-radius: unset !important;
      margin-left: unset !important;
      border-right: unset !important;
  	}
    .ld-mobile-btn {
      padding: 12px !important;
      margin-bottom: 0x !important;
      border-bottom-left-radius: 8px !important;
      border-bottom-right-radius: 8px !important;
      margin-left: unset !important;
      border-right: unset !important; 
  	}
}




.luna-instructions-main {
   border: 1px solid #22242b;
   border-radius: 8px;
   background: #1d1f25; 
}

.l-downloads-container {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: -9px;
  border: 1px solid #22242b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.l-downloads-instructions {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 800;
  padding-top: 10px;
  text-decoration: underline;
  font-size: 20px !important;
  line-height: 32px;
  text-underline-position: under;
  margin-bottom: 0px;
  /*color: #f5f5f5d4;*/
  color: #fff;
}

.ldi-important-label {
  color: #f72805;
  font-size: 28px !important;
  line-height: 40px;
}

.l-download-instructions-extra-container {
  margin-bottom: 20px; 
}

.l-download-instructions-extra-head {
  display: block !important;
  text-decoration: underline !important;
  font-size: 15px !imporant;
  color: #00adef;
}

.l-download-instructions-extra-container a {
   color: #00adef !important;
   text-decoration: underline;
   font-size: 18px;
   padding: 0px 12px;
}

.l-downloads-instructions span {
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
}

.l-downloads-playnow-container {
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.l-downloads-playnow-container img {
  display: block;
  width: auto;
  height: 104px;
  margin-left: 5px;
}
  
.l-downloads-playnow-label {
  font-size: 24px !important;
  font-weight: 600;
  color: #d8eaf0;
  letter-spacing: 1px;
  margin-left: 8px;
  margin-bottom: 48px;
  text-align: center;
}

.l-downloads-container label {
  display: block; 
}

.l-downloads-divider {
  width: 3px;
  background: #22242b; 
}

.l-downloads-container .ld-launcher-btn {
  background: #333333;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  border-right: 2px #000;
  border-bottom-left-radius: 8px;
  margin-bottom: -1px;
  margin-left: -2px;
}

.l-downloads-container .ld-launcher-btn img {
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
}

.l-downloads-container .ld-launcher-btn a {
  display: inline-grid;
  justify-content: center;
  width: 100%;
  color: #989da0;
  font-size: 14px;
  font-weight: 600;
}

.l-downloads-container .ld-desktop-btn {
  background: #333333;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  border-right: 2px #000;
  margin-bottom: -1px;
}

.l-downloads-container .ld-desktop-btn img {
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
}

.l-downloads-container .ld-desktop-btn a {
  display: inline-grid;
  justify-content: center;
  width: 100%;
  color: #989da0;
  font-size: 14px;
  font-weight: 600;
}

.l-downloads-container .ld-mobile-btn {
  background: #333333;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  border-bottom-right-radius: 8px;
  margin-bottom: -1px;
  margin-right: -2px;
}

.l-downloads-container .ld-mobile-btn img {
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.3);
}

.l-downloads-container .ld-mobile-btn a {
  display: inline-grid;
  justify-content: center;
  width: 100%;
  color: #989da0;
  font-size: 14px;
  font-weight: 600;
}

.ld-launcher-btn:hover {
  //background: -webkit-gradient(linear, left top, left bottom, from(#252424), to(#3c3939));
  //background: -moz-linear-gradient(top, #252424, #3c3939);
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1d21), to(#386177));
  background: -moz-linear-gradient(top, #252424, #3c3939);
}

.ld-desktop-btn:hover {
  //background: -webkit-gradient(linear, left top, left bottom, from(#252424), to(#3c3939));
  //background: -moz-linear-gradient(top, #252424, #3c3939);
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1d21), to(#386177));
  background: -moz-linear-gradient(top, #252424, #3c3939);
}

.ld-mobile-btn:hover {
  //background: -webkit-gradient(linear, left top, left bottom, from(#252424), to(#3c3939));
  //background: -moz-linear-gradient(top, #252424, #3c3939);
   background: -webkit-gradient(linear, left top, left bottom, from(#1b1d21), to(#386177));
   background: -moz-linear-gradient(top, #252424, #3c3939);
}