<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
    font-weight: 600;
    font-size: 18px;
}

.margin-top-2em {
    padding: 2em;
}

.profile-user-info p{
    margin-bottom: 5px;
}

p.name {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 0;
}

p.nick {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

p.register {
    font-size: 13px;
    line-height: 15px;
    color: #4D5356;
}

p.zustatek {
    background: #A1AB20;
    border-radius: 5px;
    color: white;
    display: inline-block;
    padding: 3px 20px;
    font-weight: bold;
    margin: 0;
}

p.blokace {
    color: #4D5356;
    font-weight: 700;
    font-size: 13px;
    padding-top: 8px ;
}

img.profile_avatar {
    float: left;
    margin-right: 25px;
}

nav.profile-nav {
    padding: 20px;
    min-width: 300px;
    margin-top: 30px;

}

a.profile-link {
    width: 250px;
    padding: 10px 30px;
    text-align: center;
    background-color: #2C2C2C;
    color: white;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

a.profile-link-admin {
    width: 250px;
    padding: 10px 30px;
    text-align: center;
    background-color: #BC1F24;
    color: white;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.rounded_tabs {
    border-radius: 5px;
    overflow: hidden;
}

.form-control {
    border:0
}</pre></body></html>