/* Remove Tooltip */
.tooltip, .popover { display: none !important; }

#searchForm .phrases, #searchForm .only, #searchForm .form-limit { display: none; }
[name="searchword"], [name="Search"] { margin: 0 2px; }
[dir="rtl"] [name="searchword"], [dir="rtl"] [name="Search"] { float: right; }
[dir="ltr"] [name="searchword"], [dir="ltr"] [name="Search"] { float: left; }

/* Button */
.btn.jmodedit { display: none !important; }

/* List */
.list ul
{
	margin: 0;
	padding: 0;
}

.list li
{
	width: 100%;
	list-style-type: none;
}

[dir="rtl"] .list li { float: right; }
[dir="ltr"] .list li { float: left; }

.list li a
{
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}