.aat-draghandle-anchor { 
    cursor: move;
    display: block;
    margin-right: 10px;
}

.aat-draghandle-anchor span {
    margin-top: 15px;
    color: #ccc;
}

.aat-draghandle-anchor:hover span {
    color: #24282d;
}

.aat_repeatable_row {
    display: flex;
    margin-bottom: 10px;
}

.aat-repeatable-row-header {
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba( 0,0,0,0.04 );
}

.aat-repeatable-row-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.aat-repeatable-row-title,

.aat-repeatable-row-standard-fields {
    padding: 15px;
}

.dashicons-arrow-down,
.dashicons-arrow-up {
    color: #72777c;
}

.dashicons-arrow-down:hover,
.dashicons-arrow-up:hover {
    color: #24282d;
}

.affiliate-area-tabs-title {
    font-weight: bold;
    display: inline-block;
}

.default-tab {
    font-style: italic;
}

.description {
    display: block;
}

#affiliatewp-tabs th { padding-left: 10px; }

.affiliate-area-tabs-edit {
    font-size: 12px;
}

.form-table .aat-repeatable-row-standard-fields p {
    margin-bottom: 10px;
    margin-top: 0;
}

.aat-repeatable-row-standard-fields {
    padding-top: 0;
}

.form-table .aat-repeatable-row-standard-fields p:last-child {
    margin-bottom: 0;
}

.form-table .aat-repeatable-row-standard-fields .description {
    margin-bottom: 5px;
}

.aat-tab-number {
    font-style: italic;
    font-size: 12px;
    align-self: center;
    margin-left: auto;
    margin-right: 10px;
}

.aat-add-repeatable-row .aat-add-repeatable {
    margin-left: 30px;
    margin-top: 10px;
}