label {
    color: white;
    font-weight: bold;
}

body {
    font-weight: bold;
}

table, tr, td {
 height: auto;
 width: auto;
 font-weight: bold;
}

.navbar-brand {
    padding-left: 10px;
    font-size: 20px;
}

.nav-link {
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h1 {
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

img {
    height: 327px;
    width: auto;
}

.profilkep {
    height: 50px;
    width: auto;
}


/*LSSD*/
.fs {
    background-color: #ffe599;
}

.ov {
    background-color: #ffd966;
}

.tp {
    background-color: #f6b26b;
}

.ka {
    background-color: #e69138;
}

.ha {
    background-color: #7f6000;
}

.öm {
    background-color: #513d00;
}

.ti {
    background-color: #3b2c00;
}

.he {
    background-color: #281f00;
}

.lssd {
    background-image: url('../media/lssd.jpg'), url('../media/lssd2.png'), url('../media/lssd3.png');
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-position: top center, center center, bottom center;
    background-attachment: fixed, scroll, scroll;
}
/*LSSD VÉGE*/
/*----------------------------------------------------------------------------------*/
/*LSPD*/
td.fk {
    background-color: #0026F9;
}

td.had {
    background-color: #4B89E4;
}

td.za {
    background-color: #70A9DA;
}

td.tiz {
    background-color: #3E87C3;
}

td.tö {
    background-color: #0D5591;
}

td.öm2 {
    background-color: #083861;
}

td.ja {
    background-color: #1C4784;
}

td.ka2 {
    background-color: #115AC8;
}

.lspd {
    background-image: url('../media/lspd.jpg'), url('../media/lspd2.png'), url('../media/lspd3.png');
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-position: top center, center center, bottom center;
    background-attachment: fixed, scroll, scroll;
}
/*LSPD VÉGE*/