.cert-tile {
  border: solid; 
  border-width: 2px !important;
  border-radius: 4px !important;
  margin-left: 35%; 
  margin-bottom: 12px; 
  height: 100px; 
  width: 224px; 
  padding: 4px;
}

.cert-image {   
  flex: 0 0 auto;
  width: 24px; 
  height: 24px; 
  padding: 4px;
}

.tile-color {
  color: #3397EF;
}


.cert-tile-top {
  cursor: pointer;
} 

.cert-tile-left {
  width: 110px; 
  margin-top: 4px;
  float: left;
}

.cert-tile-right {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-direction: row;
  margin-left: auto;
}

.center-content {
  text-align: center;
}

.cert-tile-image {
  width: 32px;
  height: 32px;
  padding: 2px;
}

.cert-title {
  font-size: 14px; 
  font-weight: 600; 
  text-align: center;
}

.cert-tile-bottom {
  float: right; 
  display: flex; 
  align-items: center; 
}

.cert-process-info {
  font-size: 10px; 
  font-weight: 600;
}

.cert-info-image {
  width: 13px; 
  height: 13px; 
  padding: 2px; 
  margin-left: 2px; 
  margin-top: 2px;
}

.cert-section {
  padding: 4px;
}

.cert-section-row {
  display: flex; 
  justify-content: flex-start;
}

.cert-section-image {
  width: 60px;
  height: 60px;
  margin-right: 16px; 
  margin-top: 4px;
}

.cert-cp-search-image {
  width: 24px;
  height: 24px;
}

.cert-section-desc {
  margin-top: 8px;
}
    
.cp-cert-product-link {
  margin: 1px 2px 0 6px;
}

.cp-product-link a,
.cp-product-link img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}

.ui-widget-content.cert-popup a {
  color: #0D9DDB;
}

.ui-widget-content {
  font-size: .9em !important;
  border-color: #0D9DDB !important;
}

.ui-widget-header {
  background: #0D9DDB !important;
}
