.cbUserListsSearchButton{
	display: none !important;
}

.cbUserListSearch {
    display: block !important;
}



.container-fluid {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 769px) {
    .body > .container-fluid {
        padding: 20px;
        background-color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 20px;
        border: 1px solid rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    }
}


body {
    /*font-size: 13px; --Standardwert*/
	font-size: 100%;
    /*line-height: 18px; --Standardwert*/
    line-height: 24px;
    font-family: 'Ubuntu', 'UbuntuRegular', sans-serif;
}

/*
body.site.fluid {
	background-color: #FFFFFF;
}
.body .container-fluid {
	padding: 20px;
}

.body .container-fluid {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}*/