.titan-framework-panel-wrap {
    width: 90%;
}
.phone-frame {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    display: none;
    overflow: auto;
    z-index: 999;
}
.phone-container {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 8.3%;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
#publish-btn{
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 375px;
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ff0000;
    border: #ff0000;
    transition: .5s;
    text-shadow: 0 -1px 1px #ff0000, 1px 0 1px #ff0000, 0 1px 1px #ff0000, -1px 0 1px #ff0000;
}
#publish-btn a{
    text-decoration: none;
    color: #fff;
}
.phone-frame a{
    text-decoration: none;
    color: #fff;
}
#publish-btn:hover{
    background-color: #ff0000;
}
.app-key-req span{
    font-style:italic;
    font-size: 10px
}
.app-key-req h2{
    margin-bottom: 0px;
}
.marvel-device.iphone6{
    margin: auto;
}

.app-key-req {
    width: 375px;
    margin-bottom: 8%;
}
.hidden-td{
    display: none;
}