.nav-tab-wrapper .nav-tab {
    margin-left: 0;
}
.form-table th {
    width: 200px;
    padding-left: 10px;
}
.postbox {
    margin-bottom: 20px;
}
.postbox .inside {
    padding: 15px;
}
.wp-list-table th, .wp-list-table td {
    vertical-align: middle;
}
.button .dashicons {
    margin-top: 3px;
}
code {
    background: #f1f1f1;
    padding: 2px 5px;
    border-radius: 3px;
}

/* TripAdvisor specific admin styles */
.nav-tab .dashicons.dashicons-location-alt {
    color: #00a680;
}

.cf-tripadvisor-trust-score {
    color: #00a680;
    font-weight: bold;
}

.cf-review-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
