﻿body {
    font-family: sans-serif;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#toolbar button {
    margin-right: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

#editor h2, #editor h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#editor p {
    margin-bottom: 10px;
}

#editor:focus {
    outline: none;
    border-color: #666 !important;
}

.post-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.date {
    color: #888;
    font-size: 0.9em;
}