From Wikipedia, the free encyclopedia

/*  */

@media all and (max-width:720px) {

	.tocleft {

		display:none;

	}

}

.tocleft {

	float: left;

	clear: left;

	width: auto;

	margin-bottom: .5em;

	margin-right: 1em;

}



.tocleft-clear-both {

	clear: both;

}



.tocleft-clear-none {

	clear: none;

}