header {
    background-color: #000;
}

.szechenyi {
    width: 200px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.nav-main .nav-link {
    border: none;
}


.w-90 {
    width: 80px !important;
}

.container-full {
    width: 100%;
}

.grey2 {
    background-color: #f1f1f1;
}

.footer {
    background-color: #d6d6d6;
}

.dropshadow {
    text-shadow: 2px 2px 2px #000;
}


@media (min-width: 263px) {

    .w-90 {
        width: 60px !important;
    }

}

@media (min-width: 576px) {

    .w-90 {
        width: 80px !important;
    }

}

h1.card-title{
    font-size: 23px;
}

/* http://online.gls-hungary.com/psmap/default.css */

#psitems-canvas {
    overflow: auto;
    width: 30%;
    height: 100%;
    width: 100%;
}
#left-canvas {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 30%;
    height: 100%;
}
#right-canvas {
    float: right;
    width: 70%;
    height: 100%;
}
#map-canvas {
    width: 100%;
    height: 100%;
}
#searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#searchinput.default {
    color: grey;
    font-style: italic
}
.psOver {
    background-color: infobackground;
}
.psSelected {
    font-weight: bold;
}

.grad {
    background-image: linear-gradient(to right, red,cornflowerblue,greenyellow);
}

/* eddig */