 .upgradetext {
	 color:#00971f;
	 font-weight: bold;
 }
 
  .upgradeRR2 {
	position: relative;  
    margin-top: 0;
	margin-bottom:20px;
	background-color: #BBBBBB;
	padding: 10px;
	display: block;
    z-index: 50;
    font-size: 16px;
    text-align: center;
  }
  
   /* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size: 14px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
}

/* mobile version */

  .upgradeRR2-mobile {
	position: relative;  
    margin-left: 0px;
    margin-top: 25%;
	margin-bottom:20px;
	background-color: #BBBBBB;
	font-size: 16px;
	padding: 10px;
	display: block;
    z-index: 50;
    text-align: center;
    height: auto;
  }
 
 .downloads-secondary .upgradeRR2-mobile {
	 margin-top: 20px;
 }
   /* Popup container */
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup2 .popuptext2 {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size: 14px;
}


/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup2 .show2 {
  visibility: visible;
}

@media (max-width:1070px) {
	
	.upgradeRR2 {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .mobile-buy-and-try .upgradeRR2 {
	  margin-top: 200px !important;
  }

}


@media (max-width:774px) {
	.upgradeRR2-mobile {
		margin-top: 70%;
		}
}		
		
@media (max-width:480px) {
	.upgradeRR2-mobile {
		margin-top: 60%;
		}	
}			
