.rxWindow {
   display: none;
   z-index: 1000;
}
.rxWindow,
.rxWindow .rxOverlay,
.rxWindow .rxIFrameCont {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.rxWindow .rxOverlay {
    background: #000000;
    opacity: 0.7;
}
.rxWindow .rxIFrameCont {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
    background-color: white;
}
.rxWindow .rxIFrameCont .rxIFrame {
    width: 100%;
    height: 100%;
}
.rxWindow .rxIFrameCont .rxIFrameContHeader {
    margin-top: -60px;
    height: 30px;
    width: 100%;
    background: white;
    position: absolute;
    /* border-bottom: 1px solid rgb(10, 133, 233); */
}
.rxWindow .rxIFrameCont .rxIFrameContHeader .rxIFHText {
    /* display: none; */
    float: left;
    line-height: 30px;
    padding-left: 22px;
    font-size: 17px;
    font-family: 'Open Sans', San-serif, Arial;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 0px 1px rgb(178, 177, 177);
}
.rxWindow .rxIFrameCont .rxIFrameContHeader .rxIFHClose {
    display: block;
    width: auto;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Open Sans', San-serif, Arial;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 0px 1px rgb(100, 100, 100);
    position: absolute;
    right: 10px;
    top: 65px;
    color: white;
    background-image: url(https://rixtrema.net/bionix/img/close.png);
    background-size: 70% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.rxFlipButton {
	z-index: 999;
    position: fixed;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	width: 200px;
	height: 50px;
	background: rgb(64, 160, 3);
	transform: rotate(90deg);
	left: -95px;
	top: 35%;
	text-align: center;
	padding: 8px 0px;
}
.rxFlipButton:before {
	content: 'Wealth Crash Test';
	font-size: 20px;
	font-family: 'Open Sans', San-serif, Arial;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgb(100, 100, 100);
	color: rgb(255, 255, 255);
}

.rxBionixButton01 {
    background: rgb(221,235,249);
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 9px -4px;
}