.nav-tab-wrapper {
    margin-bottom: 20px;
}

.tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccd0d4;
    border-top: none;
}

.license-status {
    margin-left: 10px;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.license-status.valid {
    background: #46b450;
    color: #fff;
}

.license-status.invalid {
    background: #dc3232;
    color: #fff;
} 