.tx-apps table tbody tr {
	border-bottom: 1px solid #cdcdcd;
}

.tx-apps table td,
.tx-apps table th {
	padding: 10px 5px;
	text-align: left;
}
.tx-apps table .titleCol {
	width: 30%;
}
.tx-apps table .internalLinkCol {
	width: 17%;
}
.tx-apps table .externalLinkCol {
	width: 17%;
}
.tx-apps table .descriptionCol {
	width: 36%;
}

.tx-apps .appRow {
	margin-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}

.tx-apps .appRow.omega {
	margin-bottom: 10px;
	border-bottom: none;
}

.tx-apps .titleRow {
	text-align: center;
}
.tx-apps .internalLinkRow {
	margin-top: 10px;
}
.tx-apps .externalLinkRow {
	margin-top: 10px;
}
.tx-apps .descriptionRow {
	margin-top: 10px;
}
