.container {
	max-width: none !important;
	width: 980px !important;
}
.col-lg-15 {
  width: 20% !important;
  float: left;
}
.col-lg-12 {
	width: 100% !important;
	float: left;
}
.col-lg-11 {
  width: 91.66666667% !important;
  float: left;
}
.col-lg-10 {
  width: 83.33333333% !important;
  float: left;
}
.col-lg-9 {
  width: 75% !important;
  float: left;
}
.col-lg-8 {
  width: 66.66666667% !important;
  float: left;
}
.col-lg-7 {
  width: 58.33333333% !important;
  float: left;
}
.col-lg-6 {
  width: 50% !important;
  float: left;
}
.col-lg-5 {
  width: 41.66666667% !important;
  float: left;
}
.col-lg-4 {
  width: 33.33333333% !important;
  float: left;
}
.col-lg-3 {
  width: 25% !important;
  float: left;
}
.col-lg-2 {
  width: 16.66666667% !important;
  float: left;
}
.col-lg-1 {
  width: 8.33333333% !important;
  float: left;
}

.col-md-pull-12,
.col-sm-pull-12,
.col-xs-pull-12 {
	right: 100%;
}

.col-md-pull-11,
.col-sm-pull-11,
.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-md-pull-10,
.col-sm-pull-10,
.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-md-pull-9,
.col-sm-pull-9,
.col-xs-pull-9 {
	right: 75%;
}

.col-md-pull-8,
.col-sm-pull-8,
.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-md-pull-7,
.col-sm-pull-7,
.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-md-pull-6,
.col-sm-pull-6,
.col-xs-pull-6 {
	right: 50%;
}

.col-md-pull-5,
.col-sm-pull-5,
.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-md-pull-4,
.col-sm-pull-4,
.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-md-pull-3,
.col-sm-pull-3,
.col-xs-pull-3 {
	right: 25%;
}

.col-md-pull-2,
.col-sm-pull-2,
.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-md-pull-1,
.col-sm-pull-1,
.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-md-push-12,
.col-sm-push-12,
.col-xs-push-12 {
	left: 100%;
}

.col-md-push-11,
.col-sm-push-11,
.col-xs-push-11 {
	left: 91.66666667%;
}

.col-md-push-10,
.col-sm-push-10,
.col-xs-push-10 {
	left: 83.33333333%;
}

.col-md-push-9,
.col-sm-push-9,
.col-xs-push-9 {
	left: 75%;
}

.col-md-push-8,
.col-sm-push-8,
.col-xs-push-8 {
	left: 66.66666667%;
}

.col-md-push-7,
.col-sm-push-7,
.col-xs-push-7 {
	left: 58.33333333%;
}

.col-md-push-6,
.col-sm-push-6,
.col-xs-push-6 {
	left: 50%;
}

.col-md-push-5,
.col-sm-push-5,
.col-xs-push-5 {
	left: 41.66666667%;
}

.col-md-push-4,
.col-sm-push-4,
.col-xs-push-4 {
	left: 33.33333333%;
}

.col-md-push-3,
.col-sm-push-3,
.col-xs-push-3 {
	left: 25%;
}

.col-md-push-2,
.col-sm-push-2,
.col-xs-push-2 {
	left: 16.66666667%;
}

.col-md-push-1,
.col-sm-push-1,
.col-xs-push-1 {
	left: 8.33333333%;
}

.visible-lg-block {
	display: block !important;
}

.visible-lg-inline {
  display: inline !important;
}

.visible-lg-inline-block {
	display: inline-block !important;
}

a[href]:after {
  content: none !important;
}

.break-line-20 {
	height: 10px;
}

/* Hide Header Bar */
.headerbar {
	display: none;
}

/* Show logo background color */
.logobar__mobile .container .col-xs-6 {
	background-color: #0a3190 !important;
  -webkit-print-color-adjust: exact;
}

/* Start - Main Content */
/* Title */
.coursecontent__main--title {
	font-size: 20px;
}

/* Marks */
.button.background_blue {
  background-color: #1565C0 !important;
  color: #FFF !important;
  -webkit-print-color-adjust: exact;
}
.coursecontent__main--box {
  background-color: #0a3190 !important;
  color: #FFF !important;
  -webkit-print-color-adjust: exact;
}

.coursecontent__main--box h3,
.coursecontent__main--box h4 {
  color: #FFF !important;
}

/* Hide Button */
.coursecontent__main--listbutton,
.coursecontent__main--listother,
.coursecontent__main--dropdown {
	display: none;
}
/* End - Main Content */

/* Start - Details */
/* Select Column */
.coursecontent__detail--coursedetails .col-md-9 {
    border-right: 0 !important;
}

.coursecontent__detail--coursedetails,
.coursecontent__detail--information,
.coursecontent__detail--advancement,
.coursecontent__detail--briefingsession,
.coursecontent__detail--enquiries,
.coursecontent__detail--video,
.coursecontent__detail--video,
.coursecontent__detail--customcol1,
.coursecontent__detail--customcol2 {
  width: 100% !important;
	float: left;
	display: block !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.coursecontent__detail--coursedetails .content {
  width: 100% !important;
}

.coursecontent__detail--content div:last-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 0;
  padding-bottom: 0;
}

.coursecontent__detail--tab .coursedetails,
.coursecontent__detail--tab .information,
.coursecontent__detail--tab .courseenquiries,
.coursecontent__detail--tab .briefingsession,
.coursecontent__detail--tab .video,
.coursecontent__detail--tab .tab_1,
.coursecontent__detail--tab .tab_2 {
  float: left;
}

.coursecontent__detail--coursedetails .visible-xs-block hr {
  display: none;
}

.coursecontent__detail--tab .select {
    background-color: #0a3190 !important;
    color: #FFF !important;
    -webkit-print-color-adjust: exact;
}

.coursecontent__detail--briefingsession .button {
  background-color: #1565C0 !important;
  color: #FFF !important;
  -webkit-print-color-adjust: exact;
}

.coursecontent__col__related {
  display: none !important;
}

.backbutton,
.footer__picture {
  display: none !important;
}
/* End - Details */

/* Hide footer */
.footer {
  padding: 0;
}

.footer .break-line-20 {
  display: none;
}

.footer div div:not(:last-child) {
  display: none;
}
