.dapper { 
	margin: 100px 0 50px; 
}
.pbHeader {
	display: none;
}
input[type="submit"] {
    background-color: #009FDF;
    padding: 10px 20px;
    color: white !important;
    font-weight: 500 !important;
    width: 100% !important;
    border: none;
    font-size: 17px !important;
}
input[type="text"] {
    height: 40px !important;
}

/* SUCCESS/ERROR MESSAGE */

.messageTable {
    margin: 15px 0 0 !important;
}
.messageTable td:first-child {
    display: none;
}
.messageCell span {
    display: inline-block;
}
.messageCell span h4 {
    margin-right: 5px;
}

/* ADDRESS DROP DOWN */

.pca .pcaautocomplete {
    /*Rohit 08112022
    top: 382px !important;
    */
}
.pca .pcaautocomplete, x:-moz-any-link, x:default {
    top: 368px !important;
}

.gpBtn {
    background: #009FDF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.gpBtn a {
    border: none;
    color: white !important;
    text-transform: uppercase;
    font-family: PFDinTextPro,Arial,sans-serif;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}

h2 {
    padding-top: 50px;
}

select {
    height: 40px !important;
}
