@font-face {
  font-family: "opendyslexic";
  src: local("opendyslexic"),
  url("https://dataact.groupeseb.com/assets/fonts/OpenDyslexic-Regular.otf");
  font-display: swap;
}
body {
  color: #757575;
  background-color: #fff;
  font-family: "Arial", sans-serif;
}
h1 {
  text-align: center;
}
h1, .otnotice-section-header {
  font-weight: 500 !important;
  font-size: 1.5em !important;
  letter-spacing: 2.1px !important;
  text-transform: uppercase !important;
  line-height: 30px !important;
  margin-top: 80px !important;
  margin-bottom: 20px !important;
}
p {
  line-height: 1.6;
}
#container {
  margin: 20px auto 80px;
  max-width: 940px;
}
#controller_0Dropdown, #otnotice-language-dropdown {
  font-size: 14px;
}
.otnotice-content {
  padding: 0;
}
.otnotice-section-content {
  margin-left: 0 !important;
}
#otnotice-bundle-button {
  font-size: 13px;
}
.otnotice-icon:before {
  font-size: 30px;
  float: left;
  margin-right: 10px;
  margin-top:5px;
  color: rgb(222, 48, 33);
}
.breadcrumb {
  background-color: #F3EFEF;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  color: #6B6B6B;
}
.separator {
  margin-left: 10px;
  margin-right: 10px;
}
.alert {
  background-color: #cce5ff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  color: #004085;
}
.alert p:first-child {
  margin-top: 0;
}
.alert p {
  margin-bottom: 0;
}
table {
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}
td {
  padding: 5px;
}

tbody tr:first-child {
  font-weight: bold;
}
.otnotice-menu, .otnotice-menu-mobile {
  display:none !important;
}
.otnotice-sections {
  margin: 0 !important;
}
.otnotice-section-content ul {
  padding-right: 0 !important;
}
#otnotice-language-dropdown {
  height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.otnotice__version {
  display: none;
}

#controls {
  position: fixed;
  top: 33.33%;
  max-width: 65px;
  right: 5px;
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  #controls {
    top: auto;
    left: auto;    
    bottom: 5px;
  }
}
.button {
  font-size: 20px;
  min-width: 60px;
  height: 40px;
  margin-bottom: 5px;
  float:right;
  cursor: pointer;
}
.button:hover {
  width:70px;
}
#alt-font {
  font-family: opendyslexic;
  font-size: 15px;
}
#contrastUp {
  color: #000;
}
#contrastDown {
  color: #777;
}
@media only screen and (max-width: 767px) {
  .otnotice-section-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}