table {
    width: 100%;
    border-collapse: collapse;
	border: 1px solid black !important;
}
th, td {
	border: 1px solid #0c0d0e !important;
    padding-right: 2px;
    text-align: left;
}
th {
	background-color: #263238 !important;
    color: white !important;
    cursor: pointer;
    position: relative;
	font-size: 25px !important;
}
#title {
    display: flex;
    justify-content: center;
}

.sort-icon {
    margin-left: 8px;
    font-size: 14px;
    color: #666;
}