﻿@charset "utf-8";

@media all
{
    /*Reset / General Rules*/
    * {
        position: relative;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        border: none;
        vertical-align: top;
        line-height: 1.5em;
        outline: none;
    }

    .e-contextmenu-wrapper {
        position: static;
    }

    body,
    input,
    textarea,
    select {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        line-height: 1.5em;
    }
}