.posts-logo-container {
	display: flex;
	justify-content: left;
	padding-top: 25px;
}

.posts-logo {
	display: flex;
	position: fixed;
	border: 1px solid white;
	border-radius: 50%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	top: 4vh;
	z-index: 999;
}

.posts-header {
    border-bottom: 3px solid #202020;
}
.posts-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding-top: 120px;
    }

.posts-list #newDay {
    border-top: 1px solid #202020;
    padding: 8px 0 0 0;
}

    .posts-list #newDay .post { margin: 20px 0 70px 0; }
    
    .posts-list #newDay .post img { max-width: 100%; }
    
    .posts-list #newDay .date {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
    }

    .posts-list #newDay h2 {
        font-family: Georgia;
        font-size: 36px;
        letter-spacing: -1px;
        margin: 0;
    }
    
        .posts-list #newDay a.h2 {
            color: #0F6F9F;
            font-family: Georgia;
            font-size: 36px;
            font-weight: bold;
            text-decoration: underline;
            letter-spacing: -1px;
            line-height: 34px;
            margin: 0;
        }
        
          .posts-list #newDay a.h2.title {
            color: #202020;
          }
        
        .posts-list #newDay .quote {
            font-family: Georgia;
            font-size: 24px;
            line-height: 1.3em;
        }
            
    .posts-list #newDay .post img {
      max-width: 764px;
        border: 1px solid #8E8E8E;
        padding: 1px;
    }
    
    .posts-list #newDay .post code {
        font-size: 12px;
        background: #D9E5ED;
        font-family: 'Lucida Console', monospace;
        padding: 1px 4px;
    }
    
    .posts-list #newDay .post {
        font-family: Georgia;
        font-size: 14px;
        line-height: 1.6em;
    }
    
        .posts-list #newDay .post a {
            color: #0F6F9F;
            text-decoration: none;
        }
        
            .posts-list #newDay .post a:hover { color: #D00000; }
            
    /* this is for chat */
    .posts-list #newDay .post table {
        font-family: Georgia;
        font-size: 14px;
        margin: 0 0 10px 0;
        border-collapse: collapse;
    }

        .posts-list #newDay .post table tr td {
            padding: 0;
            vertical-align: top;
        }

        .posts-list #newDay .post table tr td.name {
            font-weight: bold;
            text-align: right;
            padding: 4px 15px;
        }

        .posts-list #newDay .post table tr td.words {
            width: 100%;
            text-align: left;
            padding: 4px 1px;
        }
    /* that was for chat */
        
    .posts-list #newDay .bottom {
        width: 100%;
        color: #444444;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 10px;
        line-height: 1.8;
        text-transform: uppercase;
    }
        
        .posts-list #newDay .bottom .notes,
        .posts-list #newDay .bottom .tags {
            text-transform: none !important;
            margin: 0 13px 0 0;
            float: left;
        }
    
        .posts-list #newDay .bottom a {
            color: #444444;
            text-transform: none;
            text-decoration: underline;
        }
    
            .posts-list #newDay .bottom a.time {
                text-decoration: underline;
                font-weight: bold;
                text-transform: uppercase;
            }
            
            .posts-list #newDay .bottom a:hover { text-decoration: underline; }
