.right-to-left {
	direction: rtl !important;
	text-align: right !important;
}

.left-to-right {
	direction: ltr;
}

.bigger{
	font-size: 15px !important;
}

div.horizontal-rule{
	border-bottom: 1px solid #DEDEDE;
	height: 1px
}

div.horizontal-rule-botted{
	border-bottom: 1px dotted #DEDEDE;
	height: 1px
}