/**
 * @file
 * Visual styles for Bartik's node component.
 */

.node__content {
	font-size: 0.925em;
	margin-top: 10px;
	padding: 0 6px;/*    text-align: justify;*/
}
/* View mode teaser styles. */
.node--view-mode-teaser {
	/*      border-bottom: 1px dotted #ccc;*/
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.node--view-mode-teaser h2 {
	margin-top: 0;
	padding-top: 6px;
}
.node--view-mode-teaser h2 a {
	color: #181818;
}
.node--view-mode-teaser.node--sticky {
	background: #fff;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e3e3e3;
	padding: 0 0 5px 0;
	border-radius: 25px 0 0 0;
}
.node--view-mode-teaser .node__content {
	clear: none;
	font-size: 1em;
	line-height: 1.6;
}
/* Node metadata styles. */
.node__meta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.857em;
	color: #68696b;
	margin-bottom: -5px;
}
.node__meta .field--name-user-picture img {
	float: left; /* LTR */
	margin: 1px 20px 0 0; /* LTR */
}
[dir="rtl"] .node__meta .field--name-user-picture img {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
/* Node links styles. */
.node__links {
	text-align: right; /* LTR */
	font-size: 0.93em;
	margin-bottom: 10px;
}
[dir="rtl"] .node__links {
	text-align: left;
}
/* Unpublished node styles. */
.node--unpublished {
	padding: 0px;
}
.node--unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}
