input[readonly] {
    color: black;
}

.content figure {
    margin-left: 0;
    text-indent: 0;
}

.sql-select {
    color: forestgreen;
    font-weight: bold;
}

.sql-where {
    color: #ff0061;
    font-weight: bold;
}

.sql-from {
    color: #2f62fd;
    font-weight: bold;
}

.sql-order-by {
    color: #5e01aa;
    font-weight: bold;
}

.select.like-select {
    width: 553px;
    margin-top: 0.3rem;
}
