@media (max-width: 767px) {
    .navbar-header {
        height: 60px;
    }
    div.logo-container {
    	display: block !important;
    	position: fixed;
    	z-index: -1;
    	width: 260px;
    }
    table.ls-answers {
        border: none !important;
    }
    table.ls-answers tr {
    	margin-bottom: 30px;
    }
    table.ls-answers tr th.answertext {
        font-weight: bold;
    }
}

div.logo-container > img {
	max-height: 150px;
	padding: 2px 15px;
	width: auto;
}

body div.top-container {
    margin: 0 !important;
}

#navbar > ul.nav > li > a {
	border: 1px solid #328637;
	margin: 5px;
	border-radius: 10px;
	height: 50px;
	background-color: #dddddd;
	color: #328637;
	font-weight: bold;
}

.popover {
    z-index: 2100;
}
div.popover-content > div {
    white-space: pre-wrap;
}

.fruity li.disabled {
	background-color: inherit;
}

/*  Per trovare nuovi colori
    usa questo sito

https://colorpicker.me

*/

.color01 {
    background-color: #c2caf8 !important; /* light blue */
}
.color02 {
    background-color: #d0f5d8 !important; /* light green */
}
.color03 {
    background-color: #f6eefb !important; /* light violet */
}
.color04 {
    background-color: #f8f0c2 !important; /* light yellow */
}

.light-blue {
    background-color: #c2caf8 !important;
}
.light-green {
    background-color: #d0f5d8 !important;
}
.light-violet {
    background-color: #f6eefb !important;
}
.light-yellow {
    background-color: #f8f5d5 !important;
}
