.hashtag {
    color: #4ac1ff; /* same as visited urls*/
    font-weight: bold;
}
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
@media only screen and (min-width: 768px) {
    .column {
        float: left;
        width: 32%;
    }
    .timeline {
        float: right;
        width: 67%;
    }
}
@media only screen and (min-width: 1280px) {
    .avatar {
        vertical-align: middle;
        width: 4vw;
        height: 4vw;
    }
}
.column .profile {
    vertical-align: middle;
    padding-left: 10px;
    padding:1%;
}
.column .profile .handle{
    font-size: 1.1em;
    font-weight: bold;
}
.column .profile .email{
    font-size: 0.8em;
    text-align:left;
    text-decoration:none;
}
.column .profile .bio {
    font-size: 0.9em;
    vertical-align: middle;
    margin: 1em
}
.postcell {
    border: 1px solid gray; 
    text-align: left;
    margin: 1% 0
}
.message {
    margin: 1em 1em 1em 3em;
/*     white-space: pre-wrap; */
    word-wrap: break-word;
    padding-bottom:0.25em;
}
.message article > p {
    text-indent: 1em;
}
.message p {
    margin-bottom: -0.50em;
}
.message p + * {
    margin-top: 1em; 
}
.message table {
    width:90%;
}
.message table, .message th, .message tr, .message td {
    border:1px solid grey;
    border-collapse: collapse;
    padding:1%;
}
.message cite {
    text-align:right;
    display:block;
}
a.buttons {
    margin-left: 0.5em;
    margin-bottom:0.25em;
    font-size:2.5em;
    text-decoration:none;
}
.timestamp {
    text-align: right;
    margin: 0.5em
}
.gallery {
    margin:auto;
    display: flex;
    align-items: center;
    width: 100%;
}
div.panel {
    margin: 2px;
    width: auto
}
div.panel img {
    width: 100%;
    height: 100%;
}
div.panel img:hover {
    border: 1px solid #777;
    filter: invert(100%);
}
.postcell .avatar {
    margin-left:3%;
    margin-top:2%;
    height: 4em;
    width:auto;
    vertical-align:top;
}
.postcell .wrapper {
    margin-top:2%;
    display: inline-block;
}
.postcell .wrapper .last-updated,
.postcell .wrapper .post-count {
    font-size: 1em;
}
.postcell .short-bio{
    padding-left: 3%;
    padding-right: 2%;
    font-style: italic;
    word-wrap: break-word;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
