/* IPowerful Global Classes */

.m0 {
  margin: 0;
}

.mb20 {
  margin-bottom: 2rem;
}

.mt20 {
  margin-top: 2rem;
}

.text-center {
  text-align: center!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
}

.justify-content-between {
  -webkit-justify-content: space-between!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-around {
  -webkit-justify-content: space-around!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}

h1 + div {
	margin-bottom: 20px;
}

/* custom */
#colorbox {
	max-width: 100% !important;
	max-height: 100% !important;
        padding-right: 0px !important;
}
#colorbox * {
	max-width: 100% !important;
	max-height: 100% !important;
}
#cboxMiddleLeft {
	display: none !important;
}