/*
    Contains common CSS variables and overrides bootstrap variables

    Created on : Jun 10, 2014, 4:59:04 PM
    Author     : iskren
*/
#cookie-consent-notice {
  padding: 5px 25px 5px 15px;
  background-color: #ccc;
  font-size: 12px;
  position: relative;
  z-index: 1028;
  width: 100%;
}
#cookie-consent-notice .cookie-accepted {
  float: right;
  cursor: pointer;
  padding: 0 10px;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  color: #2d2d2d;
  text-decoration: none;
}
#cookie-consent-notice .cookie-accepted:hover, #cookie-consent-notice .cookie-accepted:active {
  text-decoration: none;
}
#cookie-consent-notice .cookie-consent-notice-text a:hover {
  color: #337ab7;
}
