.bulletin-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
    font-size: 9pt;
}

.bulletin-table td, .bulletin-table th {
    border: 1px solid silver;
    padding: 2px 10px;
}

.bulletin-table th {
    background-color: silver;
}

.bulletin-text-search
{
    display:table;
    width:100%;
}

.bulletin-text-search input {
    border: 1px solid #e0e0e0;
    display: table-cell;
    width:100%;
}

.bulletin-text-search label {
    display: table-cell;
    width: 100px;
    font-size: 8pt;
    font-weight: bold;
}

.bulletin-text-search button {
    padding:2px 10px;
    font:inherit;
}

.bulletin-table th.col-created {
    width: 90px;
}

.bulletin-table th.col-number {
    width:90px;
}

.bulletin-table th.col-title {
    /*width:90px;*/
}


.bulletin-table th.col-download {
    width:40px;
}

.bulletin-table tr:nth-child(even) {
    background: #FBFBFB
}

.bulletin-table tr:nth-child(odd) {
    background: #f4f4ff
}

