.dse-programme-container {
    background: transparent url("/assets/images/deco_hkdse.png") right 36px no-repeat;
    background-size: auto 28px;
}
.dse-programme-container .head-bar {
    min-height: 80px;
    background-color: #bbd8e2;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.dse-programme-container > .container {
    padding: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 12px;
}
.dse-programme-container .programme .programme-name {
    position: relative;
    font-size: 14px;
    overflow: hidden;
}
.dse-programme-container .programme .programme-name > .name {
    float: left;
}
.dse-programme-container .programme .programme-name > .name > span.faculty-icon {
    display: inline-block !important;
    width: 24px;
    height: 24px;
	line-height: 24px;
    margin-left: 4px;
    text-align: center;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
}
.dse-programme-container .programme .programme-name-e {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}
.dse-programme-container .programme table.info {
    width: 100%;
    margin-top: 20px;
}
.dse-programme-container .programme table.info tr td {
    padding: 2px 0;
    vertical-align: top;
}
.dse-programme-container .programme table.info tr td:first-child {
    width: 70px;
    color: #999;
}
.dse-programme-container .programme table.info tr td:last-child {
    width: auto;
}
.dse-programme-container .programme table.info tr td.requirement {
    color: inherit;
}
.dse-programme-container .programme table.info tr td.reference {
    color: inherit;
}
.dse-programme-container .programme table.info tr td.reference > p {
    margin-bottom: 0;
}
.dse-programme-container .programme .history-container {
    margin-left: -20px;
    margin-right: -20px;
}
.dse-programme-container .programme table.score-history {
    width: 100%;
    margin-top: 20px;
}
.dse-programme-container .programme table.score-history th,
.dse-programme-container .programme table.score-history td {
    font-size: 9px;
    text-align: center;
    border: 0;
}
.dse-programme-container .programme table.score-history thead tr th {
    color: #fff;
    padding: 6px 0;
}
.dse-programme-container .programme table.score-history thead tr th > div {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.dse-programme-container .programme table.score-history thead tr th:last-child > div {
    border-right: 0;
}
.dse-programme-container .programme table.score-history tbody tr {
    background-color: #eee;
}
.dse-programme-container .programme table.score-history tbody tr:nth-child(even) {
    background-color: #fff;
}
.dse-programme-container .programme table.score-history tbody tr:first-child td {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 600;
}
.dse-programme-container .programme table.score-history tbody tr td {
    padding: 4px 0;
}
.dse-programme-container .programme table.score-history tbody tr td span.lt {
    color: #f00;
}
.dse-programme-container .programme table.score-history tbody tr td span.gt {
    color: #4d92df;
}
.dse-programme-container .programme .weighted-remark {
    font-size: 12px;
}
.dse-programme-container .programme .introduction-title {
    margin-top: 30px;
}
.dse-programme-container .programme .introduction {
    padding: 25px 0px;
    margin: 15px 0 40px 0;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.dse-programme-container .dse-legend {
	margin-top: 30px;
    padding: 0;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    .dse-programme-container .programme {
        font-size: 16px;
    }
    .dse-programme-container .programme .university-name {
        font-size: 18px;
    }
    .dse-programme-container .programme .programme-name > .name {
        font-size: 20px;
    }
    .dse-programme-container .programme .programme-name > span.faculty-icon {
        width: 28px;
        height: 28px;
        margin-left: 8px;
        line-height: 1.8;
        font-size: 16px;
    }
    .dse-programme-container .programme .programme-name-e {
        font-size: 28px;
    }
    .dse-programme-container .programme .history-container {
        margin-left: 0;
        margin-right: 0;
    }
    .dse-programme-container .programme table.info tr td:first-child {
        width: 110px;
    }
    .dse-programme-container .programme table.score-history th,
    .dse-programme-container .programme table.score-history td {
        font-size: 16px;
    }
    .dse-programme-container .programme table.score-history tbody tr:first-child td {
        font-size: 18px;
    }
}

.programme-container::after {
	clear: both;
	content: '';
	display: block;
}
.programme-container .programme-left,
.programme-container .programme-right {
	float: left;
	width: 50%;
}
.programme-container .programme-right {
	min-height: 250px;
}
@media screen and (max-width: 630px) {
	.programme-container .programme-left,
	.programme-container .programme-right {
		float: none;
		width: 100%;
	}
    .dse-programme-container .programme .introduction {
        padding: 15px 0px;
        font-size: 12px;
    }
}
