@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: #434343;
	margin-bottom: 25px;
}

.user-page ul {
    list-style: disc inside none;
}
.user-page ul + p {
    margin-top: 25px;
}
.user-page ul li {
	padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
	color: #434343;
	margin-bottom: 25px;
}

.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: #434343;
	margin-bottom: 25px;
}

.user-page blockquote {
}

.user-page a {
    color: #474747;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.user-page a:hover {
    opacity: 0.7;
}

.user-page img {
    height: auto !important;
}

img[style*="left"] {
    margin-right: 50px;
}

img[style*="right"] {
    margin-left: 50px;
}

@media screen and (max-width:600px) {
	img[style*="left"] {
		margin-right: 20px;
	}
	
	img[style*="right"] {
		margin-left: 20px;
	}
}