#eb .eb-post-nickel {
  border: 3px solid rgba(0, 89, 113, 0.1);
  border-radius: 20px;
}

#eb .eb-post-nickel .eb-post-top {
  border-bottom: 1px solid rgba(0, 89, 113, 0.1);
  }

#eb .eb-post-title {
  color: #005971 !important;
}

#eb .eb-post-thumb .eb-post-image img {
  border-radius: 10px !important;
}

#eb .mt-20 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#eb .form-control {
  height: 50px;
  font-size: 15px;
  color: #353033;
  background-color: #e7faff !important;
  border-radius: 99px 0px 0px 99px !important;
  border: none !important;
  }


#eb .input-group-btn:last-child > .btn {
  margin-left: -5px !important;
}

#eb .btn-default {
  color: #fff !important;
  background-color: #c64921 !important;
  border-color: #c64921 !important;
}

#eb .btn-default:hover {
  color: #fff !important;
  background-color: #b0411d !important;
  border-color: #b0411d !important;
}


#eb .btn-default:active {
  color: #fff !important;
  background-color: #b0411d !important;
  border-color: #b0411d !important;
}

#eb .input-group-btn > .btn {
  height: 50px !important;
}


#eb .btn {
  border-radius: 99px;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }


#eb .mod-muted {
  color: #716e70 !important;
}

#eb .eb-post-thumb .eb-post-image img {
  border-radius: 20px !important;
}

#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none !important;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none !important;
    border-radius: 10px !important;
  }


#eb .eb-post-meta {
  padding-bottom: 10px !important;
}

.text-muted {
  color: #716e70 !important;
}

#eb .reset-heading {
  color: #005971 !important;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
  color: #716e70 !important;
}


#eb h3 {
  color: #005971 !important;
}


#eb hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border-top: 3px solid #005971 !important;
}