.subtitle {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 1em;
}
.subtitle i{
    margin-right: 5px;
}

.tags {
    font-size: 0.9rem;
    margin-top: 1rem;
}

.tags a {
    background-color: #e0f7fa;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 0.85rem;
    color: #00796b;
}

#divbodyholder {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
