
/* mobile phone screen*/
.avatar {
    vertical-align: bottom;
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 768px) {
    .row {
/*         width: 90%; */
        margin:auto;
    }
    .profile {
        text-align:center;
    }
    .wrapper{
        text-align:left;
    }
    .bio {
        text-align:center;
    }
/*     .tg-wrap { */
    .message .table-wrap {
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 768px) {
    .row {
/*         width: 90%; */
        margin:auto;
    }
    .column {
        float: left;
        width: 32%;
    }
    .timeline {
        float: right;
        width: 67%;
    }
}
/* desktop computer monitor */
/* @media only screen and (orientation: landscape) { */
@media only screen and (min-width:1920px) {
    .row {
/*         width: 90%; */
        margin:auto;
    }
    .column {
        float: left;
        width: 22%;
    }
    .timeline {
        float: right;
        width: 77%;
    }
    .avatar {
        vertical-align: bottom;
        width: 5vmax;
        height:5vmax;
    }
}
/*note: went from no paragraphs to paragraphs. looked like too much space between lines */
.postcell {
    border: 1px solid gray; 
    text-align: left;
    margin: 0.25em 0;
/*     background-color: #1a1a1a; */
    padding-bottom:1.25em;
}
.postcell .buttons {
    margin-left:3%;
}
.postcell .buttons a {
    text-decoration:none;
}
.reply {
    margin: 0.5em
}
.timestamp {
    text-align: right;
    margin: 0.5em
}
.hashtag {
/*    font-weight: bold;
    color:#e6f3ff;*/
    font-size: 0.75em;
    color: grey;
}
.profile {
    border: 1px solid gray; 
    vertical-align: middle;
    padding-left: 10px;
    padding-top:1%;
/*     background-color: #1a1a1a; */
}
.wrapper {
    display:inline-block;
}
.handle{
/*     font-size: large; */
    font-size:1.1em;
    font-weight: bold;
}
.email{
    text-align:left;
/*     font-size: x-small; */
    font-size:0.8em;
    text-decoration:none;
}
.bio {
    vertical-align: middle;
/*     font-size: small; */
    font-size: 0.9em;
    margin: 1em
}
.postcell .gallery {
    margin:auto;
    display: flex;
    align-items: center;
    width: 100%;
}
div.panel {
    margin: 2px;
    width: auto;
}
div.panel img {
    width: 100%;
    height: 100%;
    border: 1px solid grey;
}
div.panel img:hover {
    border: 1px solid white;
}
.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;
    color:grey;
}
.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;
}

/* CUSTOMIZE ELEMENTS WITHIN MESSAGES */

.message {
    margin-left:2em;
    margin-right:1em;
/*     white-space: pre-wrap; */
    word-wrap: break-word;
}
.message blockquote {
    padding:1%;
    border-left: 3px solid #91d94d;
}
.message cite {
    font-size:0.75em;
    text-align:right;
    display:block;
}
.message >  table {
    width:90%;
    margin:auto;
    margin-bottom:1%;
}
.message table, 
.message th, 
.message td, 
.message tr {
    border:1px solid white;
    border-collapse:collapse;
    padding:0.5em;
}
