body {
  background-color: #EFE;
  width: 100%;
  margin-bottom: 60px; }

header,
main,
footer {
  max-width: 1024px;
  margin: auto; }

header .navbar-brand i {
  margin-right: 8px; }

.title {
  margin: 50px 0 50px;
  width: 100%; }

main {
  min-width: 320px;
  margin-top: 30px;
  margin-bottom: 56px; }

.header-sort {
  cursor: s-resize; }

tbody tr {
  line-height: 59px; }

.avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px; }

footer {
  display: inline-block;
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding: .5rem 1.5rem;
  z-index: 50;
  height: 56px; }

a:hover {
  text-decoration: none; }

.text-shadow {
  text-shadow: -3px 3px 8px #8B8; }

.white-shadow:hover {
  text-shadow: 0 0 8px #EEE; }

.display-6 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

@media screen and (max-width: 720px) {
  .title {
    font-size: 2.4rem; } }

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