/*
 * Copyright 2015 Cosmikal
 *
*/
html {
  height: 100%;
}

body {
  font-family: sans-serif;
  height: calc(100% - 75px);
  font-size: 12px;
  overflow: hidden;
}

.my-container {
  width: 476px !important;
}
