.wc-token-removal-form {
    max-width: 800px;
}

.wc-token-removal-form .form-table th {
    width: 200px;
}

#search-results table {
    margin-top: 20px;
}

#removal-log {
    margin-top: 20px;
}

#log-content {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
}

.notice-warning {
    border-left-color: #ffb900;
}

.remove-token {
    background: #dc3232;
    color: white;
    border-color: #dc3232;
}

.remove-token:hover {
    background: #c02222;
    border-color: #c02222;
}
.w-100{
    max-width: 100%!important;
    width: 100%!important;
}
