.showme {
    display: none;
}

.scar img {
    cursor: pointer;
}

.btn-order {
    background-image: linear-gradient(to right, #08d041 0%, #019421 51%, #08d041 100%);
}

.start-heading {
    background: linear-gradient(to bottom, #019421 0%, #08d041 50%, #08d041 51%, #019421 100%);
}

/*IE will need an 'adjustment'*/

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testi-name {
    padding-left: 140px;
    padding-top: 5px;
}

.pac-icon {
    display: none;
}

.pac-item {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.pac-item:hover {
    background-color: #ececec;
}

.pac-item-query {
    font-size: 16px;
}

footer {
    background-color: #F0F0F0;
}
footer .border-dark {
    padding: 10px 15px !important;
}
footer .border.border-dark{ border: 1px solid #545555!important; font-size: 14px}
p.ftcdisclaimer {
    border: 1px #666 solid;
    width: 94%;
    text-align: center;
    padding: 1%;
    font-size: 14px !important;
}
.footer p.disclaimer {
    color: #666;
    font-size: 14px !important;
    line-height: 24px;
    width: 94%;
    margin: 26px 0 0;
}
.footer img {width: 200px}
footer p {
    font-size: 14px;
}
.footer p {
    font-size: 14px !important;
    display: inline-block;
    width: 94%;
    color: #666;
    line-height: 20px;
}
.footer p {
    margin-top: 15px !important;
}
.footer p a {
  color: #666 !important;
  text-decoration: underline;
}