h1 {
    color:#0000FF;
}

h2 {
    color:#0000FF;
}

table {
    border-collapse: collapse;
}

table th, table td {
    padding: 5px;
}
.domain-content {
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.table-content{
    width: 90% !important;
    margin: 0 auto;
}