.affix {
    top: 60px; /* Position where the element is fixed */
}

.header-fixed {
    margin-top: 60px;
}

#iframecontainer {width:375px; height: 667px; position: fixed; margin-top:10px; margin-left: 4px; background:#FFF; border: 1px solid #666; box-shadow: 2px 2px 4px #999;z-index: 999990;}
#iframecontainer iframe {width: 100%; height: 100%; position: absolute; border: none; }
#closeIframe{
    width:40px;
    height:40px;
    /*background-color:#e82d2e;*/
    background-color:#999;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    z-index: 999999;
    position:fixed;
    top:20px;
    left:330px;
    border-radius: 20px;
    text-align: center;
    display: block;
}
.editSignifier {
    border-left:2px solid #009688;
}
