html {
  /*overflow: hidden;*/
  height: 100%;
}

body {
  white-space: normal;
  font-size: 18px;
  background-image: url("../images/bg_privacy.png");
  height: 100%;
  color: #999999;
  line-height: 22px;
  font-weight: bold;
  /*display: flex;
  flex-wrap: wrap;*/
}

div {
  text-align: justify;
  text-justify: inter-word;
}

h1 {
  font-size: 24px;
  margin-top: 36px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
strong {
  color: #666666;
}

.container {
  margin-top: 0;
}

.col-md-12 {
  padding-left: 24px;
  padding-right: 24px;
}

.space-bottom {
  margin-bottom: 20px;
}

.no-space-bottom {
  margin-bottom: 0;
}

/* privacy-notice doc */

.row-notice {
  display: flex;
}

.column-notice {
  flex: 50%;
}

.header-notice {
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

.left-notice {
  margin-left: 10px;
}

.right-notice {
  margin-right: 10px;
}
