@charset "UTF-8";

/* CSS for wp_tml ( WordPress Plugin ) */

/* ---------- normal hader ---------- */

div.tml-flags
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

div.language-flag
{
	float: left;
	margin: 4px;
	border: solid 1px #999999;
}

/* ---------- clearfix ---------- */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Without MacIE Hacks \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hacks */