body{
    background: #f8f8f8;
}
.box-message {
    width: 100%;
    padding: 20px;
    text-align: center;
    line-height: 1.5em;
    min-height: 100px;
    min-width: 100px;
    margin: 0 auto;
}
.box-embed{
    padding:10px;
}
.title{
    padding-bottom:5px;
    color: #0b9dd1;
    font-size: 1.5rem;
}
.title-form {
    padding-bottom:5px;
    color: #444;
    font-size: 1.5rem;
}
.head-form{
    width:45px;
}
.head-postcode{
    width:60px;
}
.head-label{
    width:75px;
}
.blue-button{
    border:0px;
    border-radius:4px;
    padding:5px 10px;
    color:#fff;
    background: #0b9dd1;
}
.reset-button{
    border:0px;
    border-radius:4px;
    padding:5px 10px;
    color:#000;
    background: #ccc;
}
.footer-button{
    padding:10px 0px;
}
.input-group{
    width:100%;
}
.input-group .show-error{
    display: none;
}
.has-error .show-error{
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    font-size: 2em;
    z-index: 99;
    color: #ff0000;
}
.copyright{
    margin-top:10px;
    color:#8c8c8c;
    font-size:0.8em;
}
.form-control{
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.select-embed{
    border-radius: 0;
    -webkit-appearance: none;
}
.result-box{
    margin-top:5px;
}