body{
	background: #fff!important;
}
.left_col{
	background: none!important;
}
.container{
	max-width: 1170px;
}
.x_title{
	border-bottom: none!important;
}
.courseDes{
	font-size: 33px;
	color: #339999;
}
.x_panel{
	border: none!important;
}
.course_para{
	color: #000;
	font-size: 14px;
	max-width: 800px;
}
.sub{
	background: #152B3A;
}
.sub:hover{
	background: #152B3A;
}
.x_title h2 {
    width: 100%!important;

}

@media(max-width: 767px){
    
    .x_panel {
    width: 100%;
    padding: 0;
    }
    .dataTables_wrapper .col-sm-6 {
    width: 50%;
    margin-bottom: 5px;
    }
    .dataTables_filter {
    width: 104%;
    float: right;
    text-align: right;
    }
    #datatable_filter label{

    text-align: left;
    }
    .x_sort label{
        top: 51px!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .logo img{

        display: block!important;
        margin: 0 auto!important;
    }
    
}