@media screen and (min-width: 1024px) {
    .redirects .type {
        width: 15%;
    }

    .redirects .status {
        width: 10%;
    }

    .redirects .count {
        width: 6%;
    }

    .redirects .accessed {
        width: 13%;
    }
}

table.note{
    width: 100%;
    margin: 20px 0px 20px 0px;
    border:1px solid #dfdfdf;
}

table.note tbody tr td {
    padding: 8px;
}

.tabs *,.tabs *::before,.tabs *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tabs {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tabs section {
    display: none;
    padding: 20px 40px 40px;
    border-top: 1px solid #abc;
}

.tabs input {
    display: none;
}

.tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
}

.tabs label:hover {
    color: #789;
    cursor: pointer;
}

.tabs input:checked + label {
    color: #0af;
    border: 1px solid #abc;
    border-top: 2px solid #0af;
    border-bottom: 1px solid #fff;
}

.tabs #tab1:checked ~ #posttypes-tags,
.tabs #tab2:checked ~ #taxonomies-tags {
    display: block;
}

.tabs h2 {
    margin: 0 0 10px;
}

.tabs table {
    margin: 10px 0 20px;
}

@media screen and (max-width: 800px) {
    .tabs label {
        font-size: 0;
    }

    .tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .tabs label {
        padding: 15px;
    }
}

td.icon {
    border-right: 1px solid #ddd;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    font-size: 6.5px!important;
}

.icon {
    position: relative;
    padding-left: 25px;
}

.icon img {
    position: static;
    width: 15px;
    height: 15px;
    padding-left: 0;
}
