body{
    margin:0;
    padding: 0;
}
.pubble-preview-container{
height:100%;
width:100%;
position: absolute;
top:0;
bottom:0;
}

.pubble-preview-main{
    margin: 0 auto;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    height:100%;
}

.pubble-preview-main
.pubble-app.pubmd-streamcontainer-fixed{
    height:95%;
}

.pubble-preview-title{
    height: 50px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    background: #515151;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #222;
    font-size: 16px;
    color: #ffffff;

    background: repeating-linear-gradient(
        -45deg,
        #222222,
        #313131 80px,
        #313131 10px,
        #313131 100px
      ),
      linear-gradient(
        to bottom,
        transparent,
        transparent
      )
}

.pubble-preview-container
.pubble-app{
    max-width: 650px;
    margin: 0 auto;
    width: auto;
    float: none;
    margin-top: 60px;
    /* height: 699px; */
    overflow: hidden;
    }
.pubble-preview-container
.pubble-app.pubmd-status-ioh-useronline,
.pubble-preview-container
.pubble-app.pubmd-status-ioh-useroffline,
.pubble-preview-container
.pubble-app.pubmd-status-ooh
{
    max-width: 1050px;

}