#domainlist {
    width: 800px
}

#domainlist td>div {
    position: relative
}

#domainlist .column-expires {
    white-space: nowrap
}

#domainlist .column img {
    vertical-align: middle;
    padding-bottom: 2px
}

#domainlist .column div.warn {
    display: inline-block;
    background-color: #ffb265;
    border: 1px solid #ff8000;
    padding: 2px 4px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: normal;
    min-width: 200px;
    max-width: 400px;
    border-radius: 4px;
    vertical-align: top;
    position: absolute;
    top: 2px;
    z-index: 20
}

#domainlist .column div.error {
    display: inline-block;
    background-color: #f99;
    border: 1px solid #ff6e65;
    padding: 2px 4px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: normal;
    min-width: 200px;
    max-width: 400px;
    border-radius: 4px;
    vertical-align: top;
    position: absolute;
    top: 2px;
    z-index: 20
}

#domainlist .column div.hidden {
    display: none
}

.sortable, .datatable {
    border-left: none;
    border-bottom: 0
}

.sortable th, .fixedtable th, .datatable th {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0
}

.sortable td, .fixedtable td, .datatable td {
    border-right: 0
}

.tblActionBar {
    margin: 10px 0
}

.sni-template-container {
    padding: 10px
}

.section-heading {
    padding-top: 10px
}

.section-body {
    border-top: 0;
    padding: 10px 0;
    border-radius: 2px
}

#domainlist ul {
    list-style: none;
    padding-left: 0
}

#domainlist ul li {
    white-space: nowrap
}

.not-working i {
    color: red
}

.working i {
    color: green
}

.working {
    font-weight: bold
}