html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.red {
    color: red
}

hr {
    margin-top: 30px;
    height: 1px;
    border: none;
    border-top: 1px solid #A9A9A9;
}


body {
    background: rgb(248,248,248, 0.5) !important;
}

.corner-radius {
    border-radius: 15px;
}

.tile-button-link {
    text-decoration: none !important;
    color: inherit
}

.tile-button {
    background-color: #F5F5F5;
}

.message-card {
    background-color: #F5F5F5;
}

.tile-button:hover {
    background-color: #E8E8E8;
}
