/* CSS Document */

#taxonomy-overview-vocabularies { /* Lets set a top margin to 30px which matches the height of all views */
	margin-top:30px;
}
table#taxonomy td {
	width:100px;
}
.views-table-container {
overflow: auto;
    width: 100%;
	display:block;
}

.page-admin-structure-taxonomy  ul.action-links li a:before {
	font-family:FontAwesome;
	content:'\f0fe';
	display:inline;
	margin-right:5px;
}
