body {
    background-color: #f7f8f9;
    font-family: Verdana, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

.chart-container, .table-container {
	margin: 10px auto;
	width: 1200px;
}

.chart-container .filters {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: 40% auto 40%;
    background-color: #a6c2d1;
}

.chart-container .filters div.left-nav {
    align-self: center;
    justify-self: left;
}

.chart-container .filters .header-title {
    display: flex;
    align-items: center;
    justify-self: center;
    color: #fff;
}

.chart-container .filters .header-title img {
    width: 65px;
}

.chart-container .filters div.right-nav {
    align-self: center;
    justify-self: right;
}

#tag_input {
    padding: 5px;
    border-radius: 10px;
    border: #ddd solid 1px;
    position: relative;
    left: 0;
}

button.ce-btn {
	padding: 6px;
	border-radius: 10px;
	border: #ddd solid 1px;
	background-color: #4B7A93;
	color: #fff;
	transition: all 500ms;
	outline: none;
}

button.ce-btn.active {
	background-color: #29424f;
}

button.ce-btn:hover {
	background-color: #fff;
	color: #4B7A93;
	cursor: pointer;
}

button.ce-btn:focus {
	border-color: #060a0c;
}

.chart-container .nav {
    padding: 10px;
}

#table-controls .header-title {
    display: flex;
    align-items: center;
}

perspective-viewer {
    display: block;
    height: 600px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    border: 1px solid #ccc;
}

regular-table tr:hover {
    cursor: pointer;
}

regular-table tr:hover td, regular-table tr.selected td {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #eee;
    opacity: 1;
}

regular-table tr:hover td:first-child, regular-table tr.selected td:first-child {
    border-left: 1px solid #333;
}

regular-table tr:hover td:last-child, regular-table tr.selected td:last-child {
    border-right: 1px solid #333;
}

regular-table tr td.zscore-3, regular-table tr:hover td.zscore-3 {
    background-color: #ef9a9a;
}

regular-table tr td.zscore-2, regular-table tr:hover td.zscore-2 {
    background-color: #ffcdd2;
}

regular-table tr td.zscore-1, regular-table tr:hover td.zscore-1 {
    background-color: #ffebee;
}

regular-table tr td.zscore1, regular-table tr:hover td.zscore1 {
    background-color: #e8f5e9;
}

regular-table tr td.zscore2, regular-table tr:hover td.zscore2 {
    background-color: #c8e6c9;
}

regular-table tr td.zscore3, regular-table tr:hover td.zscore3 {
    background-color: #a5d6a7;
}

regular-table table {
    position: relative;
    margin: 0 auto;
    table-layout: auto;
}

regular-table td, regular-table th {
    font-size: 12px;
    height: 20px;
    padding: 3px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

regular-table thead tr:last-child th {
    border-bottom: 1px solid #ddd;
    background-color: #4B7A93;
    color: #fff !important;
    border-right: solid 1px #ddd;
    text-align: center;
    cursor: pointer;
}

regular-table thead tr:last-child th:hover {
    text-decoration: underline;
}

#table-controls {
    margin-top: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 40% auto 40%;
}

#table-controls .table-filters {
    align-self: center;
    justify-self: left;
}

#table-controls .table-title {
    align-self: center;
    justify-self: center;
}

#table-controls .table-buttons {
    align-self: center;
    justify-self: right;
}

#table_filter {
    padding: 5px;
    border-radius: 10px;
    border: #999 solid 1px;
    position: relative;
    left: 0;
}

#definitions {
    font-size: 0.7rem;
    margin: 10px 0 0 10px;
}
