﻿.moduloCookieAlert {
  display: none;
  padding: 10px;
}
.moduloCookieAlert table {
  width: 100%;
}
.moduloCookieAlert .confirm {
  vertical-align: bottom;
  width: 50px;
}
.moduloCookieAlert .confirm .ok {
  background-color: #00578E;
  padding: 4px 10px;
  color: white;
  display: inline-block;
  font-weight: bold;
  float: right;
  cursor: pointer;
  border-radius: 3px;
}
.cookieAlertContainer {
  background-color: #ffefad;
}