a.maps_link { background-color:red; padding:6px; color: white; border-radius:3px; text-decoration:none; border: 2px solid red; font-weight:bold;}
a.maps_link:hover { border-color:white;  }

#map {
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    margin: 0;
    padding: 0;
}
input[type="text"], select.select {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    line-height: 40px;
    margin-right: 0;
    min-width: 25%;
}
/* input:last-of-type {
    max-width: 200px;
} */

select.select {
    height:40px;
    max-width: 100px;
    min-width: 30px;
    text-transform: uppercase;
}

select.select.variant {
    display: none;
    min-width: 60px;
    text-transform: initial;
    font-weight:normal;
    display:none;
}

input[type="button"] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
}
input[type="button"]:hover {
    background: #ebebeb;
}
input[type="button"].button-primary {
    background-color: #1a73e8;
    color: white;
}
input[type="button"].button-primary:hover {
    background-color: #1765cc;
}
input[type="button"].button-secondary {
    background-color: white;
    color: #1a73e8;
}
input[type="button"].button-secondary:hover {
    background-color: #d2e3fc;
}

.inputClearBtn {
    position: relative;
    border-radius:2px;
}

div#searchContainer {
    display:flex;
}

div#searchContainer div:first-of-type {
    display:inline-block;
    max-width:70%;
}

 div#searchContainer div:first-of-type input:nth-child(2n) {
    max-width: 200px;
} 

#response-container, #priceDiv, #errorDiv {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    overflow: auto;
    max-height: 50%;
    max-width: 90%;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: small;
    letter-spacing: normal;
    min-width: 615px;
}
#priceDiv, #errorDiv {
    padding: 0.75em;
    font-size: 14px;
    display: none;
    /*width: 100%;*/
    line-height: 1.7em;
    margin-top:0;
}
#priceDiv span {
    display:inline-block;
    min-width: 70px;
    color: #404040;
    text-align:left;
}
#priceDiv div {
    display:inline-block;
    width:30%;
    align:left;
}
#priceDiv div.price {
    text-align:right;
    width:70%;
    vertical-align: top;
}
#priceDiv b.bigger {
    font-size: 1.25em;
}
#priceDiv span.verbose {
    color: #808080;
    text-align:right;
    width:initial;
}
#priceDiv span.info {
    color: #505050;
    text-align:right;
    display:block;
    width:initial;
    background-color: inherit;
}
#priceDiv span.copy {
    color: #707070;
    font-size: 7pt;
    text-align: right;
    display: block;
    width: initial;
    padding-top:3px;
}

#vat {
    font-size:8pt;
    font-weight:normal;
    color: #303030;
}

#instructions {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    padding: 1rem;
    font-size: medium;
}

.order-button {
    margin-top: -15px !important;
    left: 505px !important;
}
