body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif, 'Roboto';
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
	text-align: center;
}
#szuk{
    padding: 2px;
}
#doreload{
    min-width: 20px;
    padding: 0px;
    margin: 5px;
}
#update{
    color: blue;
    font-size: 16px
}
#update a{
    color: mediumslateblue;
}
#nrlinia, #nrliniaa, #divinputa{
    width: 120px;
    font: "Roboto","Helvetica","Arial",sans-serif;
}
.star{
    font-size: 15px;
}
.ikonki{
    vertical-align: baseline;
    max-width:100%;
max-height:100%;

}