body {
    margin: 0px;
    font: normal 14px Roboto, Arial, sans-serif;
	background: #ecf0f4;
}

.uc-feb-header {
    width: 100%;
    background-color: #0f1938;
    padding-top: 15px;
    padding-bottom: 10px;
    /* margin-bottom: 1px; */
}

.table-header {
    font-weight: bold;
}

.uc-feb-html-table-filter {
    width: 99%;
    padding: 4px;
    border: 1px solid #666666;
    border-radius: 3px;
    box-sizing: border-box;
    font-size:11px !important;
}

.uc-feb-html-table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
}

.uc-feb-html-table td {
    padding: 5px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.uc-feb-html-table th {
    font-weight: normal;
    padding: 5px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
}

.uc-feb-html-table .ucfht-header {
    font-weight: normal;
    color: #ffffff;
    background-color: #5a5a6a;
}

.uc-feb-html-table .ucfht-header-light { 
    font-weight: normal;
    color: #ffffff;
    background-color: #777777;
}

.uc-feb-html-table .ucfht-cell-stripe {
    background-color: #e1e4e9;
}