@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;
    font-family: "PT Sans", sans-serif;
    color: #c0bfbf;
    font-size: 17px;
}

.user-page p + p {
    margin-top: 30px;
}

.user-page small {
    display: block;
    font-size: 16px;
    color: #e3b208;
    margin-bottom: 15px;
}
.user-page ol, .user-page ul, .user-page dl
{
	padding: 0 40px;
	margin: 17px 0;
}

.user-page ol {
    list-style: decimal inside none;
}

.user-page ol li {
    font-size: 17px;
    line-height: 1.4;
    color: #c0bfbf;
    margin-bottom: 10px;
	font-family: "PT Sans",sans-serif;
}

.user-page ul {
    list-style: disc inside none;
}
.user-page ul + p {
    margin-top: 30px;
}

.user-page ol + p {
    margin-top: 30px;
}

.user-page ul li {
    font-size: 17px;
    line-height: 1.4;
    color: #c0bfbf;
    margin-bottom: 10px;
	font-family: "PT Sans",sans-serif;
}

.user-page dl {
}

.user-page dl + p {
    margin-top: 30px;
}

.user-page dl li {
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.4;
    color: #c0bfbf;
    margin-bottom: 10px;
}

.user-page blockquote {
}

.user-page a {
    color: #e3b208;
    text-decoration: none;
    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;
    }
}
