.apn-toolbar {
    height: 34px;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #b1b2b7;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2147483646; /* 2^31-2 */
}

#atb-widget-iframe {
    position: fixed;
    z-index: 2147483647;  /* 2^31-1 */
    background-color: white;
    border: gray solid 1px;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.15);
}
