/**  
*
*   This stylesheet defines just a few things for the plugin output.
*   Feel free to overwrite. 
*   Most of the settings will be set with your theme css!
*
*   Brought to you by www.cloudsupplies.de
*
*   Author: Ulli Weichert (ulli.weichert@cloudsupplies.de)
*
**/

.calc-error {
    text-align:center; 
    border:solid; 
    border-color:red;
    background-color:#FFD2D2;
    width: 100%;
}
p.calc-error {
    padding: 10px;
    font-style: italic;
}

.calc-table,
table.calc-table,
tr.calc-table,
td.calc-table,
tbody.calc-table {
    border: none;
    border-width: 0;
    background: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.calc-info {
    font-size: 10px;
    font-style: italic;
    color: grey;
    text-align: right;
}