footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
.green.darken-2 {
  background-color: #396ed6 !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.right {
  float: right !important;
}


