.bodySecureInfo {
  margin: 0;
}

.txtSecured {
  padding: 5px 0;
}

.divSecured {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  padding: 5px 0;
}

.divSecured input {
  margin: 5px 10px;
  padding: 5px 20px;
}

.divSecured input[type='checkbox'] {
  margin-left: 0;
}

.btnSecureInfo {
  width: auto;
  padding: 2px 25px;
}

.pContactInfo {
  display: table;
  padding: 0;
  margin: 10px 0;
  word-break: break-word;
}

.txtContactTitle, .txtChatTitle {
  font-family: 'Segoe UI Bold';
  margin-right: 5px;
}

.txtChatTitle {
  display: table-cell;
  vertical-align: middle;
}

.imgChatLink {
  width: 30px;
  height: 30px;
  margin: 5px 5px 0 5px;
}
