/* 
* TinyMce geformateerde opmaak in deze container....
*
* 
*
*
*/

.formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6  {
  background: none;
  color: #DF45BF;
  font-weight: strong;
  padding: 5px 0;
  margin:10px 0 10px 0;
}

.formatted h1 {
  font-size: 14px;
}

.formatted h2 {
  font-size: 13px;
}

#forum_container .formatted h2 {
  background: none;
  color: #DF45BF;
  font-weight: strong;
  padding: 5px 0;
  margin:10px 0 10px 0;
  font-size: 13px;
  border: 0;
}

.formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  font-size: 12px;
}

.formatted ul, .formatted ol {
  margin: 5px 10px;
}

.formatted ul li, .formatted ol li  {
 margin: 3px 20px;
}

.formatted ol li {
  list-style-type: decimal;
}

.formatted ul li {
  list-style-type: disc;
}

.formatted .img {
  max-width: 500px;
}
