.curs {
    border-radius: 0;
    border: none;
    margin: 0 auto;	
    background-color: transparent;	
}
.curs.material-content {
    padding: 0px;
    border: none!important;	
	max-width: none;
}
.h800 {
    display: none;
  }
  .s800 {
    display: block;
  }
  .flex {
    display: block;
  }
  .col_left_ {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1% 0;
    padding: 0 1%;
    width: 100%;
  }
  .col_right_ {
    width: 100%;
    float: none;
  }
  .col_left_pom {
    border-right: none;
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    min-height: 0;
  }
  .col_right_pom {
    width: 100%;
    padding: 0 1%;
  }
  .col_right_pom_ttl {
    margin: 1% 0;
  }
  .pom_cat_outer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
  }
  .menu1 {
    margin: 0;
  }
  .menu1 > li {
    border-bottom: none;
    display: inline-block;
  }
  .menu1 > li > a {
    padding-left: 10px;
  }

.section-content {
    margin-top: 0;
	clear: both;
	/*float: left;*/
}	
/*
.section-content:first-child {
    border-radius: unset;
    margin-top: 0;
}
*/
    .curs.material-content .col_left_pom,
    .curs.material-content .col_right_pom{
        width: auto !important;
        float: none;
        overflow: auto;
    }
    .curs.material-content .col_left_pom {
        margin-right: 0;
		margin-bottom: 0;	
    margin: 0;
    padding: 0;		
    }
    .curs.material-content .col_right_pom {
        padding: 1% 1%;
		padding: 0;		
    }
body {
    padding: 0;
}	
#main {
    padding: 1% 1%;
	padding: 0;
	max-width: none;
}	
    .col_left_pom .section-tree.collapse {
        display: none;
    }
    .col_left_pom .section-tree.collapse.show {
        display: block;
    }
.curs.material-content .col_left_pom h1 {
    margin: 0;
}	
	
	
	.col_left_pom .input-group {
	width: 200px;
     margin: 0 auto;
	 margin: 0.5rem auto!important;
}

.col_left_pom .btn-group {
 /*   width: 48%!important;*/
    margin-right: 4px;
    float: left;
    margin-bottom: 4px;
}
 .pom_cat_btn{
    width: unset!important;
	margin: 0.5rem auto!important;
}
.omnisearch-form {
    width: 48%;
}
.omnisearch-form.combined {
    width: 100%;
}

/*
@media screen and (max-width: 767px) {
	
	.col_left_pom .input-group {
    width: 100%!important;
    float: unset;
}

.col_left_pom .btn-group {
    width: 100%!important;
    margin: 0;
    float: unset;
}	
.omnisearch-form {
    width: 100%!important;
}
*/
@media screen and (max-width: 576px) {
	
	.col_left_pom .input-group {
    width: 100%!important;
    float: unset;
}

.col_left_pom .btn-group {
    width: 100%!important;
    margin: 0;
    float: unset;
}	
.omnisearch-form {
    width: 100%!important;
}
/*
.col_left_pom .input-group {
    margin: 0.5rem auto!important;
}
.pom_cat_btn {
    margin: 0.5rem auto!important;
}
*/
}