﻿
.xchitchat-signin {
  display:none;
}
.xchitchat-signin.signin-active {
  display:block;
}

.chitchat-postinfo {
  text-align:center;  
  margin:0px;
  margin:0px;
  padding:0px;  
  width:100%;  
}
.chitchat-postinfo .chitchat-member {
  font-size:.85em;
  line-height:1em;
}
.chitchat-postinfo .chitchat-createdon {
  font-size:.7em;
}
.chitchat-postinfo .chitchat-memberpic { 
  margin-top: 0px;
  padding:0px;
  text-align:center;
}
.chitchat-postinfo .chitchat-memberpic > img {  
  display: block;
  max-width: 100%;
  height: auto;    
  text-align:center;
  margin:auto;   
}

.chitchat-message {
  white-space:pre-wrap;
  word-wrap:break-word;     
}
.chitchat-post-thumbnail {
  margin-top: 0px;
  padding:10px;
  text-align:center;
}
.chitchat-post-thumbnail img {  
  display: block;
  max-width: 100%;
  height: auto;    
  text-align:center;
  margin:auto;   
}
.chitchat-post-showlarge {
  font-size:.85em;
  font-style:italic;
}

.chitchat-topicList {
   
}
.chitchat-topicList .chitchat-post-thumbnail {
  margin-top: -0px;
  padding: 10px;
  text-align:center;
  float:right;
  width:auto;
  margin-left:15px;
  overflow:hidden;
}
.chitchat-topicList .chitchat-post-thumbnail img{
  display: block;
  max-width:150px;
  max-height:85px;
  height: auto;    
  text-align:center;
  margin:auto;  
}
.chitchat-topicList .chitchat-subject {
  font-size:1.25em;
  line-height:1.25em;
  font-weight:bold;
}
.chitchat-topicList .chitchat-message {  
  width:100%;  
}
.chitchat-topicList .chitchat-topicinfo {
  margin-top:15px;
  font-style:italic;
}
.chitchat-link:hover {
  cursor:pointer;
}

.chitchat-reply-thumbnail-edit {  
  padding:0px;
  text-align:center;
  max-width:150px;   
}
.chitchat-reply-thumbnail {
  margin-top: 0px;
  padding:10px;
  text-align:center;
  float:right;
  margin-top:-10px;
  margin-right:-10px;
  margin-bottom:-10px;      
}

.chitchat-reply-thumbnail-edit img,
.chitchat-reply-thumbnail img {  
  display: block;
  max-width: 100%;
  max-width:125px;
  max-height:125px;
  height: auto;    
  text-align:center;
  margin:auto;   
}
.chitchat-reply-showlarge {
  font-size:.85em;
  font-style:italic;
}

.chitchat-edit-reply-link {
  padding-left:15px;
  padding-top:3px;
  font-style:italic;
  display:block;  
  clear:left;
  font-size:.8em;
}