/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20.06.2022, 15:35:31
    Author     : linux
*/

#block-sitebranding{
    max-width:200px;
}
#edit-advanced{
    display: none;
}

#node-fac-sales-form{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid gray;
}
.node-fac-sales-form input.text-full{
    max-width:250px;
}
#edit-field-sales-wrapper,
#edit-field-customers-wrapper,
#edit-field-total-sales-national-busin-wrapper,
#edit-field-debitoren-wrapper

{
position: relative;
    min-width: 0;
    margin: 1em 0;
    padding: 10px 18px 18px;
    border-radius: 2px;
    background-color: #fcfcfa;
    border: 1px solid #c0c0c0;
}
