.topbar {
    background: rgb(255, 255, 255);
    background: linear-gradient(#e6e6e6 0%,#ebebeb 35%,#e9e9e9 50%,#B4B4B4 100%);
    height: 72px;
    overflow: hidden;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.6) inset;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.topbar > .logo img {
    height: 65px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.topbar > .pageindicator img {
    height: 65px;
    float: left;
    margin-left: -6px;
    margin-top: 5px;
}

.topbar > .legacyiosbanner {
    height: 65px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
}

.legacyiosbanner {
    height: 50px;
    float: right;
}

.legacyiosbanner img {
    height: 50px;
    float: left;
}

.legacyiostext {
    margin-left: 5px;
    margin-right: 10px;
    color: #333333;
    float: left;
    margin-top: 5px;
}

.legacyiostitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.legacyioslink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #000000;
    margin-top: 3px;
    float: left;
}

.legacyioslinkspan img {
    height: 22px;
    margin-top: 4px;
    margin-left: 5px;
    position: relative;
}