.main-menu-anchor[data-menu="info"]:after {
	font-family:'Glyphicons Regular';
	content:"\E388";
	margin-left:4px;
	vertical-align:middle;
}

.common-table.collect-style {
	border-top:solid 2px orange;
}

.common-table.score-table th,
.common-table.score-table td {
	text-align:center;
}


.kords-entity-main-panel-top-zone { /* edtech-entity-main-panel-top-zone */
	height:200px;
	background:#F8FAFC;
	margin-bottom:20px;
	text-align:center;
	display:table;
	width:100vw;
	position:relative;
	left:calc(-50vw + 50% - 12px);
}

@media (max-width: 800px) {
	.kords-entity-main-panel-top-zone {
		margin-bottom:0px;
	}
}

.kords-entity-main-panel-top-zone .inner {
	display:table-cell;
	vertical-align:middle;
}


.kords-entity-main-panel-top-zone .main-label {
	font-size:34px;
	letter-spacing:-4px;
}

.kords-entity-main-panel-top-zone .sub-label {
	font-size:24px;
	color:#aaa;
}


@media (min-width:801px) {



	html, body {
		font-size:15px;
	}

	table {
		font-size:11pt;
	}

	.main-menu-anchor[data-depth="0"] {
		font-size: 17px;
		padding-left:20px;
		padding-right:20px;
	}

	.main-menu-anchor {
		font-size:15px;
	}

	.main-menu-block {
		text-align:center;
	}

}

 [panelLayoutMode=pagelet] .phyton-list {
	min-height:50px;
	font-size:15px;
}


.step-nav-anchor {
	font-size:15px;
	font-weight:normal;
	padding:4px;
}

.step-nav-anchor.selected {
	font-weight:600;
	color:#ff521ebd;
	border-bottom:solid 3px #ff521ebd;
}

p.large-bold {
	font-size:17px;
	font-weight:600;

}


.phyton-tab-panel[data-tabLayout=left] .phyton-tab-anchor-holder[data-depth="1"] .tab-anchor {
    font-size: 17px;
}


@media (max-width:600px) {

	.phyton-normal-width-section {
		padding-left:10px;
		padding-right:10px;
	}

	.wizard-progress-holder {
		display:none;
	}

	.wizard-select-flex-holder {
		flex-direction:column;
		gap:10px;
	}

	.wizard-select-flex-holder input {
		width:100%;
	}


	.layout-list-table {
		display:block;
	}

	.layout-list-table thead {
		display:none;
	}

	.layout-list-table tbody {
		display:block;
	}

	.layout-list-table tbody tr {
		display:block;
	}

	.layout-list-table tbody td {
		display:block;
	}

	.layout-list-table .station-row td:nth-child(3) {
		display:inline-block;
		width:auto;
	}

	.layout-list-table .station-row td:nth-child(4) {
		display:inline-block;
		width:auto;
	}

	.layout-list-table .station-row td:nth-child(5) {
		display:inline-block;
		width:auto;
	}

	.layout-list-table.wizard-join-form th {
		color:dodgerblue;
		background:none;
		font-size:11px;
		border:none;
	}

	.layout-list-table.wizard-join-form td {
		border:none;
		padding:3px;
		border-bottom:solid 1px #ddd;
	}

	.layout-list-table.wizard-join-form td  input {
		width:100%;
	}

	.layout-list-table.wizard-join-form td  select {
		width:100%;
	}


	.phyton-tab-content {
		margin-bottom:0px;
	}

	.asfasdfasdf {
		display:none;
	}
}

table.oasis-collect-table {
	border-top:solid 2px #1f568a;
}