﻿.dCookiesAlert {
    /*display:none;*/
    background: none #9E9E9E;
    box-shadow: 0px 2px 2px #9E9E9E;
    padding: 5px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1;
}

.dCookiesAlert .info {
    display: block;
    margin:0px auto;
    position: relative;
    text-align: left;
    width: 1000px;
    z-index: 1000;
}
.dCookiesAlert .info p,
.dCookiesAlert .info p a {
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    vertical-align: top;
}

.dCookiesAlert .info p a {
    color: #CCC;
    text-decoration: underline;
}
.dCookiesAlert .info p a:hover {
    text-decoration: underline;
}

.dCookiesAlert .info .btn {
  cursor: pointer;
  margin: 0 0 0 10px;
  line-height: 32px;
  /* padding: 0 2rem; */
  float: right;
  width: 110px;
  text-indent: 0px;
  text-align: center;
}
}


.pagesimple .text {
    padding: 0px 0px 20px 0px;
    line-height: 20px;
    text-align: justify;
}
.pagesimple .text p {
    padding-top: 15px;
}
.pagesimple .text ul {
    padding-left: 15px;
}
.pagesimple .text ul cite {
    color: #113BA7;
}
