.embed-text-input {
    flex: 1 1 auto;
    margin-right: 10px;
}

.embed-text-input input {
    height: 36px;
}

#cnx_frame_wrap {
    width: 1024px;
    height: calc(70vh - 24px - 24px - 36px);
}

#cnx_frame {
    width: 100%;
    height: 100%;
}