@media (min-width:768px) {
  .container {
      max-width: 720px;
 }
 .col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-md-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-md-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-md-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-md-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-md-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-md-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-md-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-md-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-md-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-md-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-md-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-md-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-md-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-md-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-md-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-md-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-md-0 {
  margin-left: 0;
}
.offset-md-1 {
  margin-left: 8.333333%
}
.offset-md-2 {
  margin-left: 16.666667%
}
.offset-md-3 {
  margin-left: 25%
}
.offset-md-4 {
  margin-left: 33.333333%
}
.offset-md-5 {
  margin-left: 41.666667%
}
.offset-md-6 {
  margin-left: 50%
}
.offset-md-7 {
  margin-left: 58.333333%
}
.offset-md-8 {
  margin-left: 66.666667%
}
.offset-md-9 {
  margin-left: 75%
}
.offset-md-10 {
  margin-left: 83.333333%
}
.offset-md-11 {
  margin-left: 91.666667%
}
.dropdown-menu-md-left {
  right: auto;
  left: 0;
}
.dropdown-menu-md-right {
  right: 0;
  left: auto;
}
.navbar-expand-md {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
  display: none;
}
.list-group-horizontal-md {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.d-md-none {
  display: none!important;
}
.d-md-inline {
  display: inline!important;
}
.d-md-inline-block {
  display: inline-block!important;
}
.d-md-block {
  display: block!important;
}
.d-md-table {
  display: table!important;
}
.d-md-table-row {
  display: table-row!important;
}
.d-md-table-cell {
  display: table-cell!important;
}
.d-md-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-md-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}
.flex-md-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-md-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-md-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}
.flex-md-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.flex-md-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-md-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}
.flex-md-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.flex-md-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.flex-md-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}
.justify-content-md-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-md-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-md-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-md-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-md-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
.align-items-md-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-md-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.align-items-md-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-md-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-md-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.align-content-md-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important;
}
.align-content-md-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}
.align-content-md-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}
.align-content-md-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important;
}
.align-content-md-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important;
}
.align-content-md-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important;
}
.align-self-md-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
}
.align-self-md-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
}
.align-self-md-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important;
}
.align-self-md-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.align-self-md-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important;
}
.align-self-md-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important;
}
.float-md-left {
  float: left!important;
}
.float-md-right {
  float: right!important;
}
.float-md-none {
  float: none!important;
}
.m-md-0 {
  margin: 0!important;
}
.mt-md-0, .my-md-0 {
  margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
  margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
  margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
  margin-left: 0!important;
}
.m-md-1 {
  margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
  margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
  margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
  margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
  margin-left: .25rem!important;
}
.m-md-2 {
  margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
  margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
  margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
  margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
  margin-left: .5rem!important;
}
.m-md-3 {
  margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
  margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
  margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
  margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
  margin-left: 1rem!important;
}
.m-md-4 {
  margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
  margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
  margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
  margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
  margin-left: 1.5rem!important;
}
.m-md-5 {
  margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
  margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
  margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
  margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
  margin-left: 3rem!important;
}
.p-md-0 {
  padding: 0!important;
}
.pt-md-0, .py-md-0 {
  padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
  padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
  padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
  padding-left: 0!important;
}
.p-md-1 {
  padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
  padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
  padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
  padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
  padding-left: .25rem!important;
}
.p-md-2 {
  padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
  padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
  padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
  padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
  padding-left: .5rem!important;
}
.p-md-3 {
  padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
  padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
  padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
  padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
  padding-left: 1rem!important;
}
.p-md-4 {
  padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
  padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
  padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
  padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
  padding-left: 1.5rem!important;
}
.p-md-5 {
  padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
  padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
  padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
  padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
  padding-left: 3rem!important;
}
.m-md-n1 {
  margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
  margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
  margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
  margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
  margin-left: -.25rem!important;
}
.m-md-n2 {
  margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
  margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
  margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
  margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
  margin-left: -.5rem!important;
}
.m-md-n3 {
  margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
  margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
  margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
  margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
  margin-left: -1rem!important;
}
.m-md-n4 {
  margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
  margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
  margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
  margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
  margin-left: -1.5rem!important;
}
.m-md-n5 {
  margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
  margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
  margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
  margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
  margin-left: -3rem!important;
}
.m-md-auto {
  margin: auto!important;
}
.mt-md-auto, .my-md-auto {
  margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
  margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
  margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
  margin-left: auto!important;
}
.text-md-left {
  text-align: left!important;
}
.text-md-right {
  text-align: right!important;
}
.text-md-center {
  text-align: center!important;
}
}

@media (max-width:767.98px) {
  .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
 }
  .table-responsive-md>.table-bordered {
      border: 0;
 }
 .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}