/*To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.


    Created on : 05-Jan-2018, 15:36:38
    Author     : Simon*/

.modal-title {
  background-color: red;
  color: white;
}

.modal-body {
  font-size: large;
  font-weight: bold;
}

.modal-backdrop {
  opacity: .9 !important;
}

.modal-footer {}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

p.ctsCooky {
  font-style: italic;
  background-color: rgb(113, 240, 244);
}

p.ctsAdvice {
  background-color: #a1fa9c;
}

p.txtWarning {
  background-color: rgb(244, 156, 132);
}
