﻿body {
   background-color:#03E85B;
   font-family: sans-serif;
   font-size:.85em;
}

.Main {
 
    margin-left: 400px;
    width: 300px;
}

.MainThreads {
    margin-left: 150px;
    width: 1100px;
}

.box {
    background-color: #FFFFFF;
    border-top: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: none;
    width: 400px;
    height:100px;
}

.box:last-of-type {
    background-color: #ffffff;
    border-bottom: 2px solid gray;
    width: 400px;
}

.thread {
 
    width: 450px;
}

.threadsidesonly {
    background-color: #FFFFFF;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    width: 850px;
    height:auto;
}

.threadsidesandtop {
    background-color: #FFFFFF;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gray;
    width: 850px;
    height:auto;
}

.threadsidesandbottom {
    background-color: #FFFFFF;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    width: 850px;
    height: auto;
}

.threadsidestopandbottom {
    background-color: #FFFFFF;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    width: 850px;
    height: auto;
}

.Title {
    background-color: #98AFC7;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.imagecls
{
    max-width:100%;
    height:auto;
}

.imageclass {
    width:130px;
    height:100%;
    float:left;
}

.post {
    width: 600px;
    clear:left;
    margin-left: 5px;
    height: 100%;
}
/*
.threadsidesandtop > div
{
     margin: 5px 5px 5px 5px;
}

.threadsidesonly > div
{
     margin: 5px 5px 5px 5px;
}

.threadsidesandbottom
{
     margin: 5px 5px 5px 5px;
}

.threadsidestopandbottom
{
     margin: 5px 5px 5px 5px;
}

    */

.HashTagDiv {
    display: inline-block;
    padding-right: 25px;
}

.HashTagDivRow{
    width:450px;
}

.TextDiv {
    width: 400px;
    height: 290px;
    margin-bottom: 50px;
}

.TextA {
    width: 400px;
    height: 150px;
}

.ReplyForm {
    width:500px;
    height:auto;    
    left: 20px;
}

.PostDiv {
 
    width: 420px;
    margin-left: 10px;
}