.bbv-widget-table a {
    text-decoration: none;
    color: #006699;
}

.bbv-widget-table tr > td, .bbv-widget-table tr > th {
    border: none;
}

.bbv-widget-table tr > td, table tr > th {
    border-bottom: 1px solid #ebebeb;
}

.bbv-widget-table .align-center {
    text-align: center;
}

.bbv-widget-table .align-left {
    text-align: left;
}

.bbv-widget-table .align-right {
    text-align: right;
}

.bbv-widget-table .seperator {
    padding: 0;
    width: 6px;
    text-align: center;
}

.bbv-widget-table .score {
    padding: 0;
}

.bbv-widget[data-type="table"] {
    max-width: 500px;
}

.bbv-widget[data-type="meetings"] {
    max-width: 1000px;
}

.bbv-widget-wrapper {
    border: 1px solid #ddd;
}

.bbv-widget-wrapper a,
.bbv-widget-wrapper .bbv-widget-copyright,
.bbv-widget-wrapper .bbv-widget-header,
.bbv-widget-wrapper .bbv-widget-content td,
.bbv-widget-wrapper .bbv-widget-content tr {
    font-family: Arial,sans-serif;
    font-size: 13px;
    white-space: nowrap;
}

.bbv-widget-content {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    overflow-x: auto;
}

.bbv-widget-content table {
    width: 100%;
}

.bbv-widget-header {
    background-color: #f7f7f7;
    padding: 8px;
}

.bbv-widget-copyright {
    background-color: #f7f7f7;
    padding: 8px;
}

.bbv-widget-copyright a {
    color: #666;
    text-decoration: none;
}
