.v-csslayout { overflow: hidden; } .v-csslayout-margin, .v-csslayout-container { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .v-has-width > .v-csslayout-margin, .v-has-width > .v-csslayout-margin > .v-csslayout-container { width: 100%; } .v-has-height > .v-csslayout-margin, .v-has-height > .v-csslayout-margin > .v-csslayout-container { height: 100%; } .v-csslayout-margin-top { padding-top: 12px; } .v-csslayout-margin-bottom { padding-bottom: 12px; } .v-csslayout-margin-left { padding-left: 12px; } .v-csslayout-margin-right { padding-right: 12px; }