/*
 * abv-calc.css - additional styles required by the ABV calculator form.
 *
 * This file, along with the rest of the ABV Calculator, is licensed under
 * the MIT License - see the accompanying LICENSE file for more details.
 *
 * Copyright (C) 2014 Pete Favelle, pete@petedrinks.com
 */

#petedrinks-abv-calculator {
    width: 500px;
    font-size: 85%;
}

#petedrinks-abv-calculator form {
    margin-bottom: 0;
}

#petedrinks-abv-calculator label {
    display: inline-block;
    width: 45%;
    padding-bottom: 10px;
}

#petedrinks-abv-calculator input,
#petedrinks-abv-calculator select,
#petedrinks-abv-calculator button {
    width: 40%;
}

#petedrinks-abv-calculator input {
    text-align: right;
}

#petedrinks-abv-calculator #pdac-err {
    display: none;
    padding: 5px;
    text-align: center;
}
