.chislCommon {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap;    */
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;    
    display: flex; 
    width: 100%;
    align-items: stretch; 
    flex-wrap: nowrap;  
  }
  
 
 .chislCommon:nth-child(2n) {
    background: #dedede; margin: 2px; 
   } 
 .chislCommon:nth-child(2n+1) {
    background: #eeeeee; 
    margin: 2px;  

   } 


 .chislCommon:nth-child(1) {
    background: #007984; color: #fff; 
   }  
  
.chislCommon .obern {display: flex; padding:0; margin: 0; border-left: 2px solid #fff;  text-align: center;}

  
.chisl_eduLevel, .chisl_numberBRpriem, .chisl_numberBMpriem {display: none; } 

.obern div {  align-self: center;  width: 100%; padding: 10px; word-wrap: break-word; }



/* .chislnaim  {text-align: left  !important;}  */
  
  
.wdth1 {width: 20%;  min-width: 2rem; flex-shrink:2; flex-grow: 2;}
.wdth2 {width: 35%;  min-width: 4rem; flex-shrink:3; flex-grow: 3;} 
.wdth3 {width: 15%; min-width: 3rem; flex-shrink:2; flex-grow: 2;}
.wdth4 {width: 10%; min-width: 4rem;  flex-grow: 3;} 
.wdth5 {width: 10%; min-width: 4rem; flex-grow: 3;}  
.wdth6 {width: 10%; min-width: 4rem; flex-grow: 3;} 

@media screen and (max-width: 480px){

.obern div { padding-left: 1px; padding-right: 1px; }
.wdth1 {width: 2rem;}
.wdth2 {width: 4rem;}
}

.chislCommon .chisl_inostr_forma {display: none;}
