.checkForm .fa-spin{
  display: none;
}
.checkForm.disabled .fa-spin{
  display: inline-block;
}
.pointer{
  cursor: pointer;
}
.newsText .h1 a,
.newsText .h2 a,
.newsText .h3 a,
.newsText .h4 a,
.newsText .h5 a,
.newsText .h6 a{
  text-decoration: none;
}
.newsText .h1 a:hover,
.newsText .h2 a:hover,
.newsText .h3 a:hover,
.newsText .h4 a:hover,
.newsText .h5 a:hover,
.newsText .h6 a:hover{
  opacity: 1;
}
.border-0{
  border: none !important;
  padding: 0px !important;
}