/* 
    Created on : 24-Jan-2018, 18:20:50
    Author     : brian
*/

#vehiclereg {
    font-family: "UKNumberPlate";
    border: 3px solid #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0;
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    color: #000000;
    background: #ffff00;
    height: 60px;
    width: 240px;
    margin: 0 auto;
}



img.vehicleIcon {
    width: 110px;
    cursor: pointer;
}

@media (max-width: 580px) {
    img.vehicleIcon {
        width: 75px;
    }
}

#orderCompleteLinks {
    padding: 15px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    background: #ffffff;
}

#orderCompleteLinks .title {
    margin: 10px;
}

#orderCompleteLinks a {
    cursor: pointer;
}