.no-round-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}

.serp-preview {
  font-family: arial, sans-serif;
  line-height: 15px !important;
  font-size: 13px !important;
  font-style: normal;
  clear: both;
  /* codepen styling */
  margin: 10px 25px;
}

.serp-preview .serp-title {
  color: #11c;
  font-size: 18px !important;
  line-height: 19px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.serp-preview .serp-url {
  font-size: 13px;
  color: #282;
  line-height: 15px;
  text-decoration: none;
}

.serp-preview .serp-desc {
  font-size: 13px;
  color: #000;
  line-height: 15px;
}

