/** custom css for SimpleBlog **/
.list-of-posts {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 4px;
}

.list-of-posts a {
    color: #2c9ffd;
    text-decoration: none;
}

.list-of-posts a:hover {
    text-decoration: underline;
}

.tip-badge {
    border:2px solid #75c9f8;
    border-radius:2rem;
    background:#f4fdff;
    padding:.75rem 1.25rem;
    box-shadow:0 2px 6px rgba(0,0,0,.06);
    overflow:visible;
    margin-bottom: 16px;
}

.tip-badge p {
    margin-bottom: 0px;
    margin-top: 0px;
}