.obrazekPrehled {
    width: 50px;
}

.backgroundWhite {
    background-color: White;
}

.tpProdejnaMesto,
.smallFont {
    font-size: 10px;
}

.form-control {
    font-size: 13px;
}

.cursorPointer {
    cursor: pointer;
}

.cursorPointer:HOVER {
    color: Black;
}

.menuCeniky {
    color: #ffc30d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
}

.menuCeniky:HOVER {
    color: Black;
    text-decoration: 	none;
}