.themed-grid-col {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}
html,body {
  height: 100%;
}


#grigio{  height: 100%;
  background-color: #1e2129;

}
.themed-grid-col-left {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  
}


.themed-container {
  margin-bottom: 30px;
}
