.padding-bottom-10 {
  padding-bottom: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-complex {
  margin: -10px 0px 20px 0px;
}

.box-style {
  width: 280px;
  padding: 0px;
  min-height: auto;
  background: none;
}

.full-width {
  width: 100%;
}

.no-list-style {
  list-style: none;
}

.no-list-style-margin {
  list-style: none;
  margin-left: -1.2em;
}

.custom-color {
  color: #008fb3;
}

.text-justify {
  text-align: justify;
}

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

.list-disc {
  list-style: disc;
  margin-left: -1.2em;
}

.list-type-disc {
  list-style-type: disc;
  margin-left: -1.2em;
}

.blue-text {
  color: blue;
}

.list-lower-roman {
  list-style-type: lower-roman;
}

.list-no-style-padding {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.font-normal {
  font-weight: normal;
}
