@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body, button, input, select, textarea {
  font-family: "Nunito", sans-serif;
}

.pagination {
	margin-top:20px;
  list-style: none;
  /*margin: 0;*/
  padding: 0;
  text-align: center;
	font-weight:300;
}
.pagination li {
  display: inline-block;
  box-sizing: border-box;
  margin-left: -1px;
}
.pagination li a {
  background: #e8f2fd;
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  display: block;
  color: #65a2e9;
}
.pagination li a.active {
  background: #65a2e9;
  color: #fff;
}

.table-info {
  display: flex;
  justify-content: space-between;
}

.avatar {
  width: 64px;
}

table {
  border-collapse: collapse;
}

td {
  border-top: 1px solid #dee2e6;
}

th, td {
  padding: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
