﻿/* styles for ME grid - Artikel*/

    .MEInfoDiv {
        overflow-x: auto;
        font-size: 14px;
    }

    .MEInfoDiv table,
    .MEInfoDiv-small table {
        border: 1px solid lightgray;
    }

    .MEInfoDiv table {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .MEInfoDiv-small table {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .MEInfoDiv table th,
    .MEInfoDiv table td,
    .MEInfoDiv-small table th,
    .MEInfoDiv-small table td {
        border: 1px solid lightgray;
        padding: 2px;
    }

    .MEInfoDiv-small {
        display: block;
        font-size: 11px;
    }

  
