/**
 * Typeset
 */


.ls-text {
	font-family: "Inter",Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.85;
}


/* Clearfix */
.ls-text:before,
.ls-text:after {
	content: "";
	display: table;
}

.ls-text:after {
	clear: both;
}

.ls-text {
	zoom: 1;
}


/* Links */
.ls-text a {
	text-decoration: underline;
}


/* Code */
.ls-text pre {
    font-size: 12px;
    line-height: 18px;
}


/* Headers */
.ls-text h4 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}

.ls-text h5 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}

.ls-text h6 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}


/* Images */
.ls-text img[align="right"] {
	margin: 4px 0 10px 25px;
}

.ls-text img[align="left"] {
	margin: 4px 25px 10px 0;
}

.ls-text img.image-center {
	display: block;
	margin: 0 auto;
}


/* Responsive */
.ls-text object,
.ls-text iframe,
.ls-text img {
    max-width: 100%;
    border: none;
}


/* Lists */
.ls-text ul,
.ls-text ol {
	padding: 0 0 0 40px;
}

.ls-text ul {
	list-style-type: disc;
}

.ls-text ol {
	list-style-type: decimal;
}

.ls-text dd {
	margin: 0 0 0 40px;
}


/* Tables */
/* TODO: Добавить класс table в jevix */
.ls-text table {
	border: 1px solid #eee;
	clear: both;
}

.ls-text table td,
.ls-text table th {
	padding: 5px 10px;
	border: 1px solid #eee;
}


/* User */
.ls-user {
	color: #d32f2f;
    font-weight: 400;
    display: inline-block;
}

.ls-text a.ls-user {
    text-decoration: none;
}

.ls-user:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;

    content: "\f2bd";
	margin-right: 3px;
}
