#mobile #switcher-icons {
    display: flex;
}

#mobile #switcher-icons .flex-control {
    float: left;
    margin-left: 10px;
    padding-left: 0px;
}

#mobile #switcher-icons .flex-control li:first-child {
    padding-right: 5px;
}

#mobile #switcher-icons .flex-control li {
    margin: 0 0px 0 0;
    display: inline-block;
    color: #747474 !important;
    line-height: 20px !important;
}

#mobile #switcher-icons .flex-control li a {
    text-indent: 0px !important;
    text-align: center;
    width: 50px;
    height: 0px;
    background-color: #999;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    color: white;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 40px;
}

#mobile #switcher-icons .flex-control li a .fa {
    padding-right: 0px;
}

#mobile #switcher-icons .flex-control li a.flex-active {
    text-indent: 0px !important;
    text-align: center;
    width: 50px;
    height: 0px;
    background-color: #003399 !important;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    color: white;
    font-size: 20px;
    line-height: 40px;
}

#mobile #panel_3d iframe {
    width: 100%;
    min-height: 280px;
}

#mobilepanel3dbuttons {
    width: 100%;
    margin: 10px 0px;
    text-align: right;
}

#mobilepanel3dbuttons #mobileFullscreenBtn {
    background: #003399;
    color: white;
    height: 35px;
    width: 50px;
    cursor: pointer;
    border: none;
    margin-right: 5px;
}

.mobileinneriframe .tp-cadview {
    height: auto;
}

.mobileinneriframe #mobile-ifCad3d {
    border: none;
    width: 100%;
    height: 180% !important;
    min-height: 264px !important;
}