.switchery {
  margin-right: 10px; }

.round-canva {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  position: relative;
  background-size: cover;
  background-position: center center; }

.square-canva {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-position: center center; }

.bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#007618), to(#005207));
  background: linear-gradient(to top, #007618, #005207); }

/*# sourceMappingURL=custom.css.map */
