@charset "utf-8";
/* CSS Document */
/* Ažurirano 28-11-2021 22:55 */

.user-page {
	overflow:hidden;
}

.user-page strong {
    font-weight: 700;
}
.user-page em {
    font-style: italic;
}
.user-page u {
    text-decoration: underline;
}
.user-page s {
    text-decoration: line-through;
}
.user-page p {
    margin: 0;
}

.user-page sub {
}

.user-page ol {
    list-style: decimal inside none;
}
.user-page ol + p {
    margin-top: 25px;
}
.user-page ol li {
	padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
		color: #393a3a;
		margin-bottom: 25px;
}
.user-page ul + p {
    margin-top: 25px;
}
.user-page ul li {
	padding-left: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
		color: #393a3a;
		margin-bottom: 25px;
		position:relative;
}
.user-page dl {
}
.user-page dl + p {
    margin-top: 25px;
}
.user-page dl li {
	padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
		color: #393a3a;
		margin-bottom: 25px;
}
.user-page blockquote {
}
.user-page a {
    color: #137d86;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.user-page a:hover {
    opacity: 0.7;
}
.user-page img {
    height: auto !important;
}
img[style*="left"] {
    padding-right: 30px;
}
img[style*="right"] {
    padding-left: 30px;
}