<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profil_flex{
display: flex;
flex-wrap: wrap;
}
.relaname {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.relaname a{
    text-transform: uppercase;
    text-align: center;
}
.relas{
width: 48%;
height: 330px;
margin: 5px;
}

.relas_td img{
width: 100px;
    height: auto;
}

.relas_innerbox{
height: 300px;
    overflow: auto
}
.relation{
height: 200px;
overflow: auto;
}

.relakat{
    background: #010313;
    color: #BAB5B5;
    border-bottom: 1px solid #BAB5B5;
    padding: 8px;
    font-weight: bold;
    font-family: antonio; 
    font-size: 18px;
}

.rela_facts{

color: #333;
font-size: 11px;
text-decoration: none;
display: inline;
text-transform: uppercase;
font-weight: 600;
}  
		
		</pre></body></html>