﻿@font-face {
    font-family: 'NeoTech';
    src: url('../fonts/NeoTech.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NeoTech';
    src: url('../fonts/NeoTech.ttf') format('truetype');
}

.LicenseBodyStyle {
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    overflow: auto;
    font-family: NeoTech;
}

.LicenseContainerStyle {
    height: 100%;
    background: white;
}

.LicenseHeaderStyle {
    margin-top: 1em;
    background: black;
    color: white;
}

    .LicenseHeaderStyle h1 {
        font-size: 1.5em;
        margin: 0.2em 0.5em;
        padding: 0.2em;
    }

.LicenseContentStyle {
    font-size: 1em;
    margin: 0em;
    padding: 1em;
}

    .LicenseContentStyle p {
        margin: 0.2em 0;
    }

        .LicenseContentStyle p.EmptyRow {
            margin: 1em 0;
        }

    .LicenseContentStyle ul,
    .LicenseContentStyle ol {
        margin: 0.2em 0;
        padding-left: 3em;
    }

        .LicenseContentStyle ol.RomanList {
            list-style-type: lower-roman;
        }

        .LicenseContentStyle ol.AlphaList {
            list-style-type: lower-alpha;
        }

    .LicenseContentStyle li {
        margin-left: -20px;
    }
