* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eeeeee;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  /*
   * Needed to remove the default image border in IE10, and possibly older
   * versions of IE
   * */
  border: 0;
}

.error {
  color: #dd0000;
}

.col-1, .col-2-3 {
  float: right;
}

.col-1 {
  width: 33%;
}

.col-2-3 {
  width: 67%;
}

.clear {
  clear: both;
}


/*# sourceMappingURL=app-3f4dbd62.bundle.css.map*/