.AddressPreview{
    text-align: center;
    vertical-align: middle;
    font-size: 150%;
    margin-bottom: 5%;
}
#buttonPostcode
{
    margin-left:18px;
}
#buttonPostcodeRecipient
{
    margin-left:18px;
}
#showAddress
{
    cursor: pointer; 
    color: blue;
    margin-top: -3%;
    position: absolute;
}
#showAddress:hover,#showAddress.hover
{
    text-decoration: underline;
}
#showAddressRecipient
{
    cursor: pointer; 
    color: blue;
    margin-top: -3%;
    position: absolute;
}
#showAddressRecipient:hover,#showAddress.hover
{
    text-decoration: underline;
}
#lookup_field
{
    padding-left: 15px;
}
.idpc-select-container
{
    width:66.666%;
}
.idpc-error
{
    color:red;
    display: inline-block;
}
