

body , html {
  min-height:100%;
  height:100%;
  width: 100%;
  margin:0px;
  padding:0px;
  background-color: #EBEBEB;
  font-family: 'Barlow-Regular', sans-serif;
  font-weight: 400;
  line-height: 1.33;
  color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
    /*
    -webkit-text-size-adjust: none;
    */
  -ms-text-size-adjust: none;
}

#ccm-panel-add-blocktypes-list {
  display: flex; 
  flex-direction: column-reverse;
}

.ccm-marketplace-btn-wrapper {
  display:none;
}

#console, #console2 {
  position:fixed;
  left:6px;
  top:116px;
  color:red;
  z-index: 3001;
  max-width:800px;
  background-color:rgba(255,255,255,0.9);
  display:block;
  font-size:13px;
  word-wrap: break-word;
}
#console2 {
  top:20px;
  padding:8px;
}

#page {
  position: relative;
  width:100%;
}