﻿.forumTopic {}

    .metaInformation {
        font-style: italic;
        font-size: 12px;
        margin-bottom: 30px;
        }

.postListContainer { 
    margin-top: 40px; 
    border-top: 1px solid #A9A9A9;
    }
        
    .postItem { 
        border-bottom: 1px solid #A9A9A9;
        padding: 10px 0 30px 0;
        }
        
        .information { 
            font-style: italic; 
            font-size: 12px; 
            margin-bottom: 10px;   
            }
            
            .author { display: block; }

.replyContainer { 
    clear: both; 
    display: table;
    width: 100%;
    }
            
    .addNewPost { margin-top: 30px; }