﻿#feed a{
    font-weight: 500;
}
#feed a:hover {
    text-decoration: underline !important;
}
.post {
    font-size: 1.04rem;
}
.post a {
    word-wrap: break-word;
    font-weight: 500;
}
.post {
    max-width: 800px;
}
.post-link {
    background-color: #f7f7f7;
}
.post-link:hover {
    background-color: #ddd;
    cursor: pointer;
}
.post ul li {
    margin-bottom: 5px;
}
.todo-container{
    margin: 10px 0;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}
ol.todo-items {
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ol.todo-items li {
    padding: 5px;
    color: #000;
}
ol.todo-items li:nth-child(even) {
    background: #f3f3f3;
}
.strike {
    text-decoration: line-through;
}
ol.todo-items li:hover {
    cursor: pointer;
    background: #e9e9e9;
}
ol.todo-items li a.todo-delete {
    display: none;
}
ol.todo-items li:hover a.todo-delete{
    display: inline;
}
