Offset classes are used to increase the left margin of a column.
.md-grid-offset [class*="mbsc-col"] {
padding-top: .5em;
padding-bottom: .5em;
background: #cfe0f3;
background-clip: padding-box;
border: 1px solid transparent;
color: #454b50;
}
.md-grid-offset .mbsc-row {
margin: 1em 0;
padding: 1px;
background: rgba(188, 141, 224, 0.58);
}