
.db-TestDataBanner-container {
    position: relative;
}

.db-TestDataBanner {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
    border-top: 1px solid #f5925e;
    border-radius: 4px 4px 0 0;
    text-align: center;
    line-height: 0;
    pointer-events: none;
}

.db-TestDataBanner-content {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    padding: 2px;
    background-color: #f5925e;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
}

#test-notification {
    background: #d4dae0 url("/resources/assets/images/teststrip.png") 50% 0 repeat-x;
    border-bottom: 1px solid #c7cfd7;
    -ms-box-shadow: 0 1px 0 #f8f9fa;
    -o-box-shadow: 0 1px 0 #f8f9fa;
    box-shadow: 0 1px 0 #f8f9fa;
    padding: 14px 10px 10px;
    font-size: 13px;
    text-align: center;
    color: #555;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.3);
    margin: 0 -10px -10px;
    width: 100%;
    color: #4f566b;
	font-weight: 400;
	font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
}

#test-notification strong {
    font-weight: 700;
    color: #333;
}