@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'),
            url('/css/pt-sans-narrow-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('/css/pt-sans-narrow-v11-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/css/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(/css/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
         url(/css/iconfont/MaterialIcons-Regular.woff) format('woff'),
         url(/css/iconfont/MaterialIcons-Regular.ttf) format('truetype');
 }
 
 .material-icons {
   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;  /* Preferred icon size */
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;

 
   vertical-align: middle;
 
   /* Support for all WebKit browsers. */
   -webkit-font-smoothing: antialiased;
   /* Support for Safari and Chrome. */
   text-rendering: optimizeLegibility;
 
   /* Support for Firefox. */
   -moz-osx-font-smoothing: grayscale;
 
   /* Support for IE. */
   font-feature-settings: 'liga';
 }

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


body, input, button, select {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
}
button {
    /* font-family: "PT Sans Narrow", sans-serif; */
    /* font-size: 16px; */
    margin-bottom: 10px;
}
table.sample {
    border: 0px;
    border-collapse: collapse;
    /* table-layout: fixed; */
    white-space: normal!important;
}
table.sample th {
    border: 0px;
    border-style: dotted;
    padding: 0.2em 0.4em 0.2em 0.4em;
    color: black;
}
table.sample td {
    border: 0px;
    border-style: dotted;
    padding: 0.2em 0.4em 0.2em 0.4em;
    color: black;
    word-wrap:break-word;
}
table.sample tr.d0 td {
    background-color: #FCF6CF;
}
table.sample tr.d1 td {
    background-color: #FEFEF2;
}
table.sample tr.d2 td {
    background-color: #9CFFA0;
}
table.sample tr.d3 td {
    background-color: #FFACB0;
}
table.sample tr.d4 td {
    background-color: rgb(172, 236, 255);
}
table.sample tr:hover td {
    background:#d0d0d0;
    border-radius:2px;
}
table.simplu {
    border: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: normal!important;
}
table.simplu td {
    border: 0px;
    border-style: dotted;
    padding: 0.2em 0.4em 0.2em 0.4em;
    color: black;
    word-wrap:break-word;
}
textarea {
    height: 1.2em;
    width:99%;
    max-width:99%;
    min-width:99%;
    flex-direction: column;
    resize: auto;
    border-width: 1px;
    padding: 2px;
    /* margin-bottom: 6px; */
    transition: all 0.2s ease;
}
textarea:focus {
    height: 8em;
}
ul > li {
    list-style: none;
}
a {
    text-decoration: none;
}
