.basecamp-bug-reporter-frame {
    display: block;
    width: 300px;
    height: 100%;
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    background: #333;
    border: 0;
    transition: top 0.2s;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    z-index: 9998;
}

.basecamp-bug-reporter-close-button {
    cursor: pointer;
    outline: none;
    display: block;
    background: #333;
    color: #fff;
    position: fixed;
    top: -100%;
    right: 10px;
    overflow: hidden;
    border: 0;
    z-index: 9999;
}
