/* Enter Your Custom CSS Here */
li {list-style: none;}
ul {list-style-type:none;}
		

/*navigation*/	
.b li  {
    display: inline;
font-size: .8em;

}




/*tabella*/	
.tabella,
.riga,
.colonna2 { margin: 30; padding: 0; border: 0}
.colonna { margin: 30; padding: 0; border: 0}
.tabella { display: table; width: 100%}
.riga { clear: both; display: block; display: table-row; width: 100%}
.colonna {
	float: left;
	width: 50%;
	display: table-cell;
	text-align: left;
}
.colonna2 {
	float: right;
	width: 50%;
	display: table-cell;
	text-align: right;
}




/*cerca*/	

.cerca {
    width: 200px;
    height: 200px;
    background: #25FF00;
 
    margin: 0 auto;
}



/*content schede*/	
.site-branding, .site-content, .footer-widget, .site-info {
    max-width: 1000px;
    margin: 0px auto;
}



/*elenco alfabefico home*/	
.entry-content ul, .entry-content ol {
    margin-left: 15em;
  
}

/*elenco alfabefico schede*/	
ul.ap_pagination {
    display: none;
    padding: 6px 30px 0px;
    text-align: center;
    float: left;
    list-style: outside none none;
    z-index: 2;
    position: relative;
}