﻿/* FLOATING CAPT DEF PANELS */

div.floatingPanel {
    font-size: small;
    position: absolute;
    margin: 10px auto 0 auto;
    padding: 8px;
    background: #f4f9f9;
    border: 5px solid #bdcbd4;
    color: #5c7697;
    z-index: 1000;
    display: none;
}

#BCSelectionsPanel {
    width: 430px;
}

table.floatingpaneltable {
    border-collapse: collapse;
    width: 100%;
}

    table.floatingpaneltable td {
        border: 1px dotted lightgray;
        padding: 4px;
    }

    table.floatingpaneltable tr:first-child td {
        border-top: 0;
    }

    table.floatingpaneltable tr:last-child td {
        border-bottom: 0;
    }

    table.floatingpaneltable tr td:first-child {
        border-left: 0;
    }

    table.floatingpaneltable tr td:last-child {
        border-right: 0;
    }
