.elka {
	width: 585px;
	background: white;
	padding: 5px;
}

.subtitle {
	font-weight: bold;
	letter-spacing: -1.5px;
	line-height: 32px;
	position: relative;
	top: 0px;
	font-size: 27px;
	font-family: Lato, sans-serif;
	color: rgb(0, 0, 0);
}

.title {
	font-weight: bold;
	color: rgb(183, 0, 2);
	position: relative;
	top: -2px;
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 42px;
	margin-left: 0px;
	font-family: Lato, sans-serif;
}

.author {
	color: #777777;
	font-size: 11px;
	line-height: 1.2;
	float: right;
}

.place {
	text-transform: uppercase;
	position: relative;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 15px;
	font-size: 11px;
	top: -1px;
	font-weight: bold;
	background-color: rgb(136, 136, 136);
	letter-spacing: 0.5px;
	color: #FFF;
	font-family: Lato, sans-serif;
}

.description {
	line-height: 18px;
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.more {
	color: #B70002;
}

.o-scroll {
	overflow-x: scroll;
}

textarea {
	resize: none;
}

.under {
	margin-top: auto;
}

textarea.form-control {
	min-height: 7.5rem !important;
}

.comment {
	color: #4F7CA6;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	width: 35rem;
	margin-top: 0.4rem;
	align-self: center;
}

.comment-marker {
	width: 1rem;
	align-self: center;
}

.comment-number-wrapper {
	align-self: center;
}

.comment-number {
	color: #A6A6A6;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 1px;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 5px;
}

.comment-number-info {
	align-self: center;
	color: #A6A6A6;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}

.elka ul {
	list-style: none;
	padding: 0;
	margin-left: 1.5rem;
	padding-top: 0.6rem;
}

.elka ul li {
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url('/kropkaczerwona.png');
	font-size: 100%;
}

.dragover {
	outline: 1px solid #1890ff;
	outline-offset: 4px;
}