.kd-ideas-navbar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 260px;
    border-radius: .5rem;
    border: 2px solid #0151D380;
    background-color: #0151D360;
    color: white;
}

.kd-ideas-navbar-item span {
    font-size: 2rem;
    font-weight: 500;
}

.kd-ideas-navbar-item.active {
    background-color: #0151D3;
}

.kd-ideas-table th, .kd-ideas-table td {
    text-align: center;
}

.kd-ideas-table {
    width: 100%;
}

.kd-ideas-table thead tr {
    background: #0056b3;
}

.kd-ideas-table thead tr th {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding: 7px 5px 7px 10px;
}

.kd-ideas-table tbody tr {
    border-top: 1px solid #e2e5ea;
}

.kd-ideas-table tbody tr:hover, .kd-ideas-table tbody tr:nth-child(even):hover {
    background-color: #e0f0ff;
}

.kd-ideas-table tbody tr:nth-child(even) {
    background-color: #f5f5f7;
}

.kd-ideas-table tbody tr td {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding: 5px 5px 5px 10px;
}

.kd-ideas-table tbody tr td:first-child {
    text-transform: uppercase;
    color: #0151D3;
}

.kd-ideas-table tbody tr td a {
    color: #0056b3;
}

.kd-ideas-table tbody tr td a:hover {
    text-decoration: underline;
}

.kd-ideas-table thead th:first-child, .kd-ideas-table thead th:nth-child(2), .kd-ideas-table tbody td:first-child, .kd-ideas-table tbody td:nth-child(2) {
    text-align: left;
    padding-left: 5px;
}

.kd-ideas-table thead th:first-child {
    padding-left: 5px;
}