body {
	background:#f4f4f4;
	font-family: 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #444;
	margin:0;
	padding:0;
}

section {
	margin:40px 20px;
	padding:0 20px;
	width:calc(100% - 80px);
	max-width:750px;
}

section.wide {
	max-width: none;
}

section.wider {
	width:50%;
	max-width: none;
}

h1 {
	display: block;
	width:calc(100% - 40px);
	color: #fff;
	background:#204089;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 10px 40px;
	margin:0;
}

h1 a {
	color:#fff;
	text-decoration: none;
}

h1 a:hover {
	color:#fff;
}

h2 {
	display: block;
	width:calc(100% - 40px);
	color: #0f2453;
	background:#dde4f2;
	font-size: 28px;
	font-weight: bold;
	padding:15px 0 15px 40px;
	margin:0;
}

section h1 {
	font-size: 2em;
	color:#000;
	padding:0;
	width:auto;
	display: inline;
	background: none;
}

section h2 {
	font-size: 1.5em;
	color:#000;
	padding:0;
	width:auto;
	display: inline;
	background: none;
}

a {
	color:#50965e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #73a87d;
}

a.onpage {
	color: #444;
	text-decoration: none;
}

hr {
	border-top:3px solid #50965e;
	width:100%;
	margin:30px 0;
}

.notice {
	background:#b9ddc1;
	width:100%;
	padding:10px;
	border-radius: 4px;
}

table {
	font-size: 0.7em;
	width:100%;
}

td, th {
	text-align: left;
}

tr:nth-child(odd) {
	background: #e8e8e8;
}

td.center, th.center {
	text-align: center;
}

td.number, th.number {
	text-align: right;
}

td.growth {
	/*background: #dbecdf;*/
}

td.decline {
	/*background: #ecdbdb;*/
}

td .tooltip {
    z-index: 10;
	display: none;
	padding: 10px 10px;
	margin-top: 30px;
	margin-left: -50px;
	width: 200px;
	line-height: 16px;
	text-align: left;
}

td:hover .tooltip {
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
}

td.note, td.green {
	background:rgba(212, 233, 199, 0.68);
}

td.yellow {
	background:rgba(255, 220, 134, 0.31);
}

tr.disabled td {
	text-decoration: line-through;
	color: #bbb;
}
tr.disabled td a {
	color: #bbb;
}

#magnifying-glass
{
 font-size:1.3em; /* This controls the size. */
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 border: 0.1em solid #333;
 position: relative;
 border-radius: 0.35em;
}
#magnifying-glass::before
{
 content: "";
 display: inline-block;
 position: absolute;
 right: -0.25em;
 bottom: -0.1em;
 border-width: 0;
 background: #333;
 width: 0.35em;
 height: 0.08em;
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}

input {
	padding:9px;
}

select {
	padding:9px;
}

select.post-update {
	float: left;
	margin: 10px 10px 0 0;
}

input[type=submit] {
    color:white;
    background: #50965e;
    font-weight: bold;
    border:none;
    box-shadow: none;
    border-radius: 2px;
    padding:11px;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    cursor: pointer;
    background: #73a87d;
}

input[type=submit].button-large {
    padding:15px 30px;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.trumbowyg-editor {
	background: #fff !important;
}

.table-filters td, .table-form td {
	padding:6px 10px;
}
.table-filters label {
	margin-right: 6px;
}
.table-filters input[type="radio"], .table-filters input[type="checkbox"] {
	margin-top:-25px;
}
.hide {
	display:none;
}

.serieslabel {
	display: inline;
	background: #ccc;
	color: #fff;
	padding: 3px 5px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: normal;
}

.serieslabel:hover {
	display: inline;
	background: #aaa;
	color: #fff;
}

.serieslabel.feature {
	background: #7f7f7f;
}

.serieslabel.feature:hover {
	background: #393939;
}