/* CSS Document */
button {
  width: 50px;
  height: 50px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border: 1px solid #1675b1;
  margin: 5px;
  background-color: #459ad0;
  /*	@media  (min-width: 992px) {
		width:100px;
		height:100px;
		line-height: 50px;
		border-radius:50px;
	}*/ }

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