/* Cookies Policy Accessibility CSS */

/* Link styling - ensures links are distinguishable without relying on color */
#content_holder a {
  text-decoration: underline;
  font-weight: 400;
}

#content_holder a:hover,
#content_holder a:focus {
  text-decoration: underline;
}

.MoveContentUp a {
  color: #af0e0e;
  text-decoration: underline;
}

.MoveContentUp table {
  margin-bottom: 30px;
}
