Current File : /home/tradevaly/www/node_modules/outlayer/sandbox/examples.css
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.container {
  background: #EEE;
  width: 50%;
  margin-bottom: 1.0em;
}

.item {
  border: 1px solid;
  background: #09F;
  width: 50px;
  height: 50px;
}