.box {
    width: 20%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}
.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06D85F;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 10% auto;
    padding: 35px;
    padding-bottom: 55px;
    background: #fff;
    border-radius: 5px;
    width: 536px;
    position: relative;
    transition: all 1s ease-in-out;
    background-color: #1f1f27;
    z-index: 999999
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

/*
.popup .close {
position: absolute;
top: 0px;
right: 5px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
*/
.popup .close:hover {
    color: #06D85F;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1010;
    display: inline;
    background-image: url('../images/fancybox_sprite.png');
}
.popup .popupcontent {
    color: #ffffff;
    margin-left: 2%;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .headertitle {
    color: gold;
    margin-bottom: 10px;
}
.headertitle > h4 {
    font-weight: bold;
    font-size: 25px;
}
.popupsteps{
    margin-bottom: 8px;
    font-size: 15px;
}
.popupsteps table tr td > p{
    padding-bottom: 10px;
}
.popupsteps table tr td > h5 {
    color: deeppink;
    font-size: 15px;
    padding-bottom: 10px;
}
.popupsteps table tr td > p > em{
    font-style: italic;
    color: gold;
}
.popupsteps > em > p{
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
}
.popupsteps > li{
    list-style-type: disc;
    padding-bottom: 5px;
    font-style: italic;
    margin-left: 10px;
    font-size: 13px;
}
@media screen and (max-width:700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
}
.steps > p {
    vertical-align: top;
    height: 15px;
    text-align: left;
    color: deeppink;
}
table.popuptable p {
    margin: 5px 0px 5px 0px;
}
table.popuptable label {
    display: block;
}
table.popuptable em > p {
    font-style: italic;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
}
table.popuptable em {
    font-style: italic;
    color: gold;
}
table.popuptable ul li {
    list-style-type: disc;
    padding-bottom: 5px;
    font-style: italic;
    margin-left: 20px;
    font-size: 13px;
}
.inputfield {
    width: 205px;
    padding: 5px;
    line-height: 1em;
    border: 1px solid gray;
    margin-left: 20px;
    margin-bottom: 10px;
}
a.changePass {
    margin-left: 20px;
    padding: 2px 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #b7610c;
    text-decoration: none;
    color: white;
}
button.largebtnPopup {
    background: rgba(78, 149, 203, 1);
    background: -moz-linear-gradient(top, rgba(78, 149, 203, 1) 0%, rgba(96, 164, 212, 1) 47%, rgba(0, 101, 179, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78, 149, 203, 1)), color-stop(47%, rgba(96, 164, 212, 1)), color-stop(100%, rgba(0, 101, 179, 1)));
    background: -webkit-linear-gradient(top, rgba(78, 149, 203, 1) 0%, rgba(96, 164, 212, 1) 47%, rgba(0, 101, 179, 1) 100%);
    background: -o-linear-gradient(top, rgba(78, 149, 203, 1) 0%, rgba(96, 164, 212, 1) 47%, rgba(0, 101, 179, 1) 100%);
    background: -ms-linear-gradient(top, rgba(78, 149, 203, 1) 0%, rgba(96, 164, 212, 1) 47%, rgba(0, 101, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(78, 149, 203, 1) 0%, rgba(96, 164, 212, 1) 47%, rgba(0, 101, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e95cb', endColorstr='#0065b3', GradientType=0);
    cursor: pointer;
    border: 0px;
    font-weight: 700;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 8px 20px;
    margin-top: 0px;
    float: right;
}

.androidicon, .pcicon {
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 5px;
}
.pcicon {
    width: 55px;
    height: 55px;
    background: url('../images/laptop_iconwin.png') no-repeat;
    background-position: 50% 50%;
}
.androidicon {
    width: 42px;
    height: 55px;
    background: url('../images/android_icon.png') no-repeat;
    background-position: 50% 50%;
}
.barcodeicon.henrich {
    width: 55px;
    height: 55px;
    background: url('../images/henrich_qr2.jpg') no-repeat;
    float: right;
    background-size: 100%;
    margin-left: 5px;
}
.barcodeicon.alexandria {
    width: 55px;
    height: 55px;
    background: url('../images/alexandria_qr.png') no-repeat;
    float: right;
    background-size: 100%;
    margin-left: 5px;
}
.downloadpage table, tr, td, th {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border: 0px !important;
}
.minidownload_wrapper table td {
    vertical-align: middle;
}
.minidownload_wrapper {
    cursor: pointer;
    padding: 6px;
}
h2.graycolor {
    color: gray !important;
}
.popup_btn_blue {
    display: block;
    padding: 5px;
    text-align: center;
    margin: 10px 10px;
    background-color: #31b1f8;
    color: #fff;
}
.minidownload_wrapper tr > td > h1 {
    text-decoration: none;
    font-size: 22px!important;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
    font-weight: bold;
}
.minidownload_wrapper tr > td > h2 {
    font-size: 14px!important;
    color: #ffd700;
    text-decoration: none;
    font-weight: 400;
}