.translateX0105 {
    transform: translateX(105%)!important;
    -webkit-transform: translateX(105%)!important;
    position: absolute;
}

#content2{
    position: absolute;
    top: 20px; right: 20px; left: 20px; bottom: 20px;
    /* border:1px solid red; */
}

.topbar {
    position: relative;		
    height: 75px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo{
    position: absolute;
    top: -10px;
    float: left;
    width: 250px;
    margin: 0px;
    overflow: hidden;
}

.contentBox{
    position: relative;
    margin: 0 auto;
    display: block;
    width: 49%;
    height: 90%;
    text-align: center;
}

#content2Box1{
    float: left;
}

#content2Box2{
    float: right;
}

.contentBoxTextarea{
    border-radius: 12px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    margin-right: 1.5%;
    width: 90%;
    height: 90%;
    padding: 15px;
}

.contentBoxIframe{
    position: absolute;
    left: 0;
    margin-left: 1.5%;
    display: block;
    border-radius: 12px;
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    padding: 15px;
}

.textareaCode{
    overflow: auto;
    border: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #555;
}

#content2Submit {
    float:left;
    height: 40px;
    width: 64px;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 250px;
    background: #4CD964;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}

iframe {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
}