/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Modifier: `uk-alert-black`
 ========================================================================== */
.uk-alert-black {
  background: #575757;
  color: #ffffff;
}
.uk-alert-black a {
  color: #ffffff;
}
.uk-alert-black a:hover {
  color: #ffffff;
}

/* Modifier: `uk-alert-blue`
 ========================================================================== */
.uk-alert-blue {
  background: #0095ef;
  color: #ffffff;
}
.uk-alert-blue a {
  color: #ffffff;
}
.uk-alert-blue a:hover {
  color: #ffffff;
}

/* Modifier: `uk-info-blue`
 ========================================================================== */
.uk-info-blue {
  background: #ffffff;
  border:1px #0095ef solid;
  color: #004b78;
}
.uk-info-blue a {
  color: #004b78;
}
.uk-info-blue a:hover {
  color: #004b78;
}
