.cemx-app {
    max-width: 600px;
    margin: auto;
    font-family: inherit;
}

.cemx-form {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.cemx-form input,
.cemx-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

#post {
    width: 100%;
    padding: 12px;
    background: black;
    color: white;
    border-radius: 8px;
    border: none;
}

.cemx-feed {
    margin-top: 20px;
}

.cemx-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cemx-alias {
    font-weight: bold;
}

.cemx-delete {
    color: red;
    cursor: pointer;
    font-size: 12px;
}