/*
 * RP Debug related style sheet
 */
#rp_debug_bar
{
    position: relative;
    top:0px;
    left:0px;
    font-family: tahoma arial trebuchet ms;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: none;
    margin: 0px 0px 10px 0px;
    display: flex;
    background: black;
    overflow-x: scroll;
}

#rp_debug_bar > input[type=button] {
    width:auto;
    #width:0;
    overflow: visible;
    border-right: 2px;
}

.rp_debug_bar_label {
    white-space: nowrap;
    margin: 4px 2px 0px 10px;
}

.rp_debug_bar_filename {
    white-space: nowrap;
    padding: 4px 4px 0px 4px;
    color: black;
    background-color: white;
    border: 1px solid;
}

.download
{
    background-color:white;
    background-image:url(images/import_normal_16.png);
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    height:16px;
    width:20px;
    padding: 7px 0px 0px 0px;
    border: 1px solid black;
}
