#cookie-bar a {
  text-decoration: underline; }
#cookie-bar .cookie-button {
  text-align: center;
  cursor: pointer; }
#cookie-bar .cookie-close {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 50px;
  cursor: pointer; }

@media (max-width: 450px) {
  #cookie-bar {
    padding: 20px;
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 10000; } }
@media (min-width: 451px) {
  #cookie-bar {
    /*
    padding: 25px 25px 15px 25px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: auto;
    width: 450px;
    height: 310px;
    position: fixed;
    z-index: 6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    */
    position: fixed;
    top: 60px;
    z-index: 7;
    width: 100%;
    background-color: #eee;
    padding: 10px 100px 10px 10px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; }
    #cookie-bar p:not(.cookie-label) {
      display: inline;
      margin: 0; }
    #cookie-bar .cookie-label {
      margin: 0; } }

