.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
  }
  #zip-code{
    width: 100%;
}
.grendene-shipping-quote--services, .grendene-shipping-quote--loading{
    margin-top: 2.5rem;
    width: auto;
    float: left;
    clear: left;
}


#grendene-shipping-quote-app #grendene-shipping-quote-form .actions {
    width: auto;
    float: left;
    margin-left: 5px;
}