.article > .content table > thead > tr > th, .article-content table > thead > tr > th {
	vertical-align: middle;
}
.article > .content table > thead > tr > th, .article-content table > thead > tr > th {
	padding: 3px;
	text-align: center;
}
.article > .content table th, .article-content table th, .article > .content table td, .article-content table td {
	text-align: center;
	vertical-align: middle;
}
.article > .content .datagrid-cell img, .article-content .datagrid-cell img {
	margin: 0;
}

.datagrid-cell.datagrid-cell-head, .datagrid-cell {
	text-align: center;
}

.text-grey {
	color: #ccc;
}

.tree-menu li {
	border-top: solid 1px #eee;
}
.tree-menu li > ul {
	background-color: #fff;
}
.tree-menu img {
	margin-right: 5px;
	width: 14px;
}

.margin-left-xs {
	margin-left: 5px;
}

.margin-right-sm {
	margin-right: 10px;
}

.margin-top-xs {
	margin-top: 5px;
}

.margin-top-sm {
	margin-top: 10px;
}

.tab-content .active div.tab-pane {
	display: none;
}

.tab-content .active div.active {
	display: block;
}

.cards-condensed .card {
	height: 191px;
}

.card {
	text-align: center;
}

.card > img {
	margin: 0 auto;
}

.match-item .team {
	height: 25px;
}

.match-item .team img {
	width: 25px;
	height: 25px;
}