.tags-cloud {
    text-align: center;
}

.tags-cloud a {
    display: inline-block;
    color: #4285f4;
    padding: 4px;
}

.tags {
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 10px;
}

.tag-link {
    display: inline-block;
    color: #4285f4;
    padding: 8px;
}

.tag-link:first-child {
    padding-left: 0;
}

.tag-link:hover {
    font-weight: 700;
}

#local-search-input {
  margin-left:10px;
  border-radius:10px;
  border-style: solid;
  padding-left: 10px;
  border-color: #4285f4;
  height: 25px;
}
input[type=text]:focus {
    outline: inherit;
}
#site_search {
  margin-top:2em;
}
i.fa.fa-search {
  margin-left: 10px;
  margin-right: 10px;
  color: #4285f4;
  height: 25px;
}
em.search-keyword {
  color:red;
  font-style: normal;
}
