/**
 * This file is part of the iBobr - calculating package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.calculating-mark, .calculating-field {
    vertical-align: middle;
    display: inline-block;
    height: 47px;
}

.calculating-field {
    width: 47px;
    background-image: url(./images/field.png);
    background-repeat: no-repeat;
}

.calculating-mark {
    width: 33px;
    line-height: 47px;
    color: #cc0033;
    text-align: center;
    font-size: 30px;
}

.calculating-area {
    position: relative;
    width: 800px;
    height: 300px;
}

.calculating-field-value {
    position: absolute;
    width: 47px;
    height: 47px;
    border: 2px solid #336699;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
}