.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}

.bg-grey{
  background-color: rgb(242, 242, 242);
}

.form-control{
  border-radius: 0 !important;
}

.row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}