.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/* html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac */



@media (max-width: 768px) {

}
@media (min-width: 768px) {

}

 
.outable-wrap *, 
.outable-wrap *:before, 
.outable-wrap *:after {
    box-sizing: border-box;
}

.outable-wrap {	
	background-image: url("../img/openu-header-2.jpg");
	background-color: #eeefea;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;	
    padding: 90px 40px 40px;
	margin-bottom: 20px;
}

table.outable {
	border-collapse: collapse;
	width: 100%;
}
.outable th,
.outable td {
	padding: 10px 0;
	border-color: #C2C2C0;
	border-width: 0 0 1px 0;
	border-style: solid;
	color: #222;
	font-size: 14px;
}

.outable th {
    border-width: 0 0 2px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.outable th.subject {
	min-width: 120px;
}
.outable th.courses { color: #0FA3D3; text-align:center; }
.outable td.courses { text-align: center;}

.outable tr > th:nth-child(2),
.outable tr > td:nth-child(2) {
	border-right: 40px solid #eeefea;
}

.outable tr > th:nth-child(2) .th-wrap-courses,
.outable tr > td:nth-child(2) .td-wrap-courses {
	/*margin-right: 40px;*/
}

.th-wrap-courses {	 }

td.courses .cellwrap {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 1px 1px 1px #ccc inset;
    display: inline-block;
    min-width: 40px;
    padding: 0 5px;
    text-align: center;
}

.outable td a {
    color: inherit;
    display: block;
    text-decoration: none;
}