.header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 2px solid #0078d7;
    text-align: center;
}

.square {
    border: 2px solid #0078d7;
    background-color: #fff;
    text-align: center;
}

.square:hover {
    background-color: #0078d7;
    border: solid 2px #fff;
}

.square a:hover {
    text-decoration: none;
}

.icon {
    width: 100%;
}

.search-form {
    max-width: 700px;
    margin: auto;
}

.search-bar {
    margin: 30px 0;
}

.search-bar .form-row {
    justify-content: center;
}

.search-bar input {
    border-radius: 10px;
    border: 1px solid #0078d7;
    margin-bottom: 10px;
}

.btn {
    background-color: #0078d7;
    width: 100%;
    border: 2px solid #fff;
}

.btn:hover {
    background-color: #fff;
    border: 2px solid #0078d7;
    color: #0078d7;
}

.results {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
}

  .results:hover{
      color: #0078d7;
      text-decoration: none;
  }

  .thumbs{
      width:20px;
    
  }

.thumbs img {
    width: 100%;
}

.grid {
    max-width: 700px;
    margin: auto;
}
.grid-extended {
    max-width: 960px;
    margin: auto;
}
.label {
    position: relative;
    bottom: 20px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.footer {
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.success {
	margin: 30px 0;
}

.btn-submitted {
    margin-top: 30px;
}

#result{
    list-style: none;
    padding:0;
}

#result li {
    border-bottom: 2px solid #0078d7;
    padding: 10px 0;
}

.map {
    margin-bottom: 30px;
}

.thumb-status {
    text-align: right;
}

.thumb-status .icon {
    font-size: 46px;
}

.thumb-status .icon-thumbs-up {
    color: #34bf49;
}

.thumb-status .icon-thumbs-down {
    color: #ff4c4c;
}

#space-fix{
    list-style: none;
    padding:0;
}

.trustscore {
    border-top: 2px solid #0078d7;
    margin: 0 auto 30px;
}
.trustscore .thumb-status {
    border-bottom: 2px solid #0078d7;
    text-align: center;
    margin-bottom: 10px;
}
.trustscore .icon {
    font-size: 64px;
}

.rate-this .row {
    align-items: center;
}
.rate-this .icon {
    font-size: 24px;
}