﻿.m-t {
    margin-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-r {
  margin-right: 15px;
}

.m-r-sm {
  margin-right: 10px;
}

.full-width {
    width: 100%;
}

.white-bg {
  background-color: #fff;
}

.is-visible {
    display: block;
}

.no-top-border {
    border-top: 0 !important;
}