/* MOBILNI IZBORNIK */
.gf-menu-toggle {
    top: 31px;
    left: 22px;
}
.gf-menu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    margin-right: 1px;
    border: none;
    border: 1px solid transparent;
}

.gf-menu {
    margin: 0px auto;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    list-style: outside none none;
}

.sjena {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #eee;
    border-radius: 20%;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    display: block;

}


.okruglo{
    border-radius: 100%;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #efefef;
}


p.info, tr.info {
    background: #fff linear-gradient(to bottom, #7fd0ff, #57c1ff) repeat-x scroll 0 0;
    border-radius: 20px;
	border: 2px;
	border-color: #0264c3;
    color: #0264c3;
    padding: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}
p.info a {

    color: #fff;

}
p.success, tr.success {
    background: #fff linear-gradient(to bottom, #fff, #fff) repeat-x scroll 0 0;
    border-radius: 20px;
    color: #016BA5;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-color: #016BA5;
    box-shadow: 1px 1px 1px 1px rgba(0.075, 0.075, 0.075, 0.075) inset;
}