/*----------------- 
Frontend related CSS
-----------------*/


.ccmm_flexcontainer{
  display: flex;
}
.ccmm_flexcontainer > div{
  flex: 1;
}

