/* Styles for view-themegenerator.php */
#ctmd-theme-generator {
    margin-top: 20px;
}

.ctmd-staged-theme-info {
    padding: 10px 15px;
    background-color: #f0f0f1;
    border: 1px solid #dcdcde;
    max-width: 400px;
    margin-bottom: 20px;
}

.ctmd-staged-theme-info span {
    font-family: monospace;
    background-color: #e5e5e5;
    padding: 2px 5px;
}

#ctmd-theme-generator .wp-list-table {
    max-width: 400px;
    margin-bottom: 20px;
}

.ctmd-color-swatch {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-right: 5px;
}

.ctmd-generator-actions form {
    display: inline-block;
    margin-right: 10px;
}
