table.styled {
    border-collapse: collapse;
    width: 100%;
}


table.styled tr.header {
    background-color: #f8f9fb;
    height: 61px;
    font-size: 12px;
}

table.styled th {
    text-align: left;
    color: #6d7074;
}

table.styled th:nth-child(1) {
	padding-left: 33px;
}

.followers-page-wrapper .container table td:last-child {
    text-align: right;
}

table.styled tr:not(.header) {
    border-bottom: 1px solid #dbdbdb;
    height: 94px;
}

table.styled tr td {
    color: #2d3842;
}

table.styled tr td:first-child {
	padding-left: 33px;
}

table.styled tr td.dim {
    color: #b8bcbe;
    font-size: 15px;
    font-weight: 500;
}
