﻿@charset "UTF-8";
/* CSS Document */

.print-this{
    display: block !important;
	color:#000;
	visibility:visible;
	z-index:9999;
}

html {
    background: white;
}

body {
    min-width: 300px;
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

table {
    width: 98%;
    border-spacing: 0px;
}

th,
td {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #e4e3e3;
  color: #2e2e2e;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.166666667em;
  /* 14px */
  font-weight: 600;
}

tr:nth-child(odd) {
  background: #edecec;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 20px;
    font-size: 1.5em;
}

.no-print, .no-print * {

    display: none !important;
}