.tab-content {
    display: none;
    padding: 20px 0;
}
.usfw-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.usfw-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.form-table th {
    width: 250px;
}
.template-textarea {
    width: 100%;
    min-height: 100px;
}
.log-status-sent {
    color: #46b450;
    font-weight: bold;
}
.log-status-failed {
    color: #dc3232;
    font-weight: bold;
}
.log-status-queued {
    color: #ffb900;
    font-weight: bold;
}
.logs-table {
    width: 100%;
    border-collapse: collapse;
}
.logs-table th, .logs-table td {
    padding: 10px;
    border-bottom: 1px solid #ccd0d4;
    text-align: left;
}
.logs-table th {
    background: #f9f9f9;
}
/* Placeholder List */
.placeholder-list {
    background: #f0f0f1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 13px;
}
.placeholder-list code {
    background: #fff;
    margin: 0 5px 5px 0;
    display: inline-block;
}
