.com_content #component .wietextdet
{
	text-align: justify;
}

@media only screen and (max-width : 768px) {
	.com_content #component .wietextdet
	{
		text-align: left;
	}

}

#message {
	max-width:1356px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ---- EN FORMS Custon Top right ---- */

#topright ul
{
    list-style-type: none;
	margin-bottom: 0px;
}

#topright .menu li
{
    display: inline;
	margin-left:5px;
}

/* ------ */
button.dt-button, div.dt-button, a.dt-button
{
	line-height: 20px;
	padding: 4px 12px;
}

.capitalizetextdet.heading_tab
{
    text-transform: lowercase;
      
}

.capitalizetextdet.heading_tab::first-letter {
    text-transform: uppercase;  
}

.mymooilysie ol { counter-reset: item }
.mymooilysie li { display: block; }
.mymooilysie li:before 
{ 
  content: counters(item, ".") " "; 
  counter-increment: item;
  padding-right: 20px;
}
