/*
*
* @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com>
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.

* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.

* You should have received a copy of the GNU Affero General Public License
* along with OX App Suite. If not, see <https://www.gnu.org/licenses/agpl-3.0.txt>.
*
* Any use of the work other than as authorized under this license or copyright law is prohibited.
*
*/

.io-ox-halo {
    .widget-title {
        margin: 0.5em 0 1em 0;
        font-size: 16pt;
    }

    .vgrid-cell {
        &:last-child { border-bottom: 0 none; }
        &.mail{ padding: 6px 0; }
    }

    h1 {
        font-size: 24px;
        font-weight: normal;
    }

    h2 { font-size: 18px; }

    .ray { margin: 0 0 30px 0; }

    .io-ox-subheader {
        font-weight:300;
        font-size: 13pt;
        margin-top: 0.1em;
        margin-bottom: 0.75em;
    }

    .io-ox-left-column, .io-ox-right-column {
        margin: 0;
        padding: 0;
        display: block;
        width: 48%;
    }

    .io-ox-left-column {
        float: left;
        padding-right: 2%;
    }

    .io-ox-right-column {
        float: right;
        padding-left: 2%;
    }
}
