.AIPR-theme a {    
  border-bottom: none!important;
text-decoration: none!important;
color: inherit;
}

.AIPR-theme .AIPR-container {    
	padding: 12px;
    background: #fff;
    border-radius: 5px;
	border:1px solid #ccc;
	margin-bottom: 12px;
}

.AIPR-theme .AIPR-title {    
	font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
	font-size: 16px;
	margin-bottom: 13px;
}

.AIPR-theme .AIPR-text {    
	font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 4px;
}

.AIPR-theme .AIPR-img {
	width: 100%;
	margin-bottom: 13px;
	display: inline-block;
	border-radius: 5px;
    background-position: center center !important;
    background-size: cover !important;
}
	
	
.dcrp-default-loop-image img {
    height: 75px;
    width: 75px;
	margin-bottom: 8px;
	display:block;
	}
	
.dcrp-default-loop-image span {
    display:block;
	margin-bottom: 6px;
	}
	
	
.dcrp-column-1 {
  float: left;
  width: 100%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

.dcrp-column-2 {
  float: left;
  width: 48%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

.dcrp-column-3 {
  float: left;
  width: 30%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

.dcrp-column-4 {
  float: left;
  width: 23%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

.dcrp-column-5 {
  float: left;
  width: 18%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

.dcrp-column-6 {
  float: left;
  width: 15%;
  margin-right: 1.2%;
  margin-top: 4x;
  margin-bottom: 3%;
}

/* Clear floats after the columns */
.dcrp-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .dcrp-column-1, .dcrp-column-2, .dcrp-column-3, .dcrp-column-4, .dcrp-column-5, .dcrp-column-6 {
    width: 100%!important;
  }
}