body {
    margin: 0;
    background: #c0c0c0;
    font-family: "Google Sans", Tahoma, Arial, sans-serif;
}

#usageContainer {
    width: 100%;
    overflow-x: auto;
}

#usageContainer table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

@media (max-width: 1000px) {
    #usageContainer table {
        width: max-content;
        min-width: 1000px;
    }
}

.fixed-table-wrap {
    width: 100%;
}

.blacked-out {
    opacity: 0.15;
    transition: opacity 0.2s;
}

.tourname, .tourinfo, .tourback {
    display: flex;
    background: #b0b0b0;
}

.tourname {
		padding: 0px 24px 0px;
}
.tourinfo {
		padding: 0px 24px 0px;
}

.tourback
{
		padding: 4px 24px 0px;
		font-size: 12px;
}

.tourback a {
	text-decoration: none;
}

.metabox {
		margin: 0 auto;
		width:100%;
		max-width: 560px;
		text-align: left;
		padding: 8px 0;
}

.window {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.titlebar {
    background: #808080;
    color: white;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
}

.content {
    flex: 1;
    overflow: auto;
    padding: 6px;
}

.content2 {
    flex: 1;
    overflow: auto;
    padding: 6px;
	padding-bottom: 32px;
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}

.infobox {
		width: 100%;
		max-width: 560px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 11px;
    table-layout: fixed;
}

table tr:first-child th {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #d0d0d0;
}

.corner-header {
    position: sticky;
    top: 0;
    z-index: 101;
}

th, td {
    padding: 5px;
    text-align: center;
    border: 1px solid #999;
    background: #e0e0e0;
	font-size: 10px;
}

th {
    background: #d0d0d0;
    position: sticky;
    top: 0;
    z-index: 50;
}

.corner-header {
    z-index: 51;
}

.corner-header {
    background: #d0d0d0;
}

tr.highlight-row td,
tr.highlight-row th {
    background: #b8d8ff;
}

.col-highlight {
    background: #ffd6e7 !important;
}

.cross-highlight {
    background: #c8f7c5 !important;
}

.content img, .floating-header img, #smallimg {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}

.tooltip {
    position: fixed;
    pointer-events: none;
    background: #ffffe1;
    border: 1px solid #777;
    padding: 4px 6px;
    font-size: 16px;
    display: none;
    z-index: 9999;
    white-space: nowrap;
}

a{
	color: black
}

a:hover{
	color: white;
	background: #a5ef52;
}

.littlebox
{
	padding: 2px;
	margin: 0px 10px;
	background: rgba(255,255,255,.05);
}


.tabs {
    display: flex;
    background: #b0b0b0;
    padding: 0px 12px;
}

.tab {
    padding: 6px 12px;
    background: #d0d0d0;
	border: 0;
    cursor: pointer;
    font-size: 11px;
	margin: 4px;
	width: 96px;
}

.tab.active {
    background: #e0e0e0;
    font-weight: bold;
}

.tab:hover
{
	color: #006900;
	background: #a5ef52;
}

.pages {
    flex: 1;
}

.page {
    display: none;
    height: 100%;
}

.page.active {
    display: block;
}

.heatmap td {
    transition: background .2s ease;
}

td {
    transition: background .2s ease;
	transition: font-size .2s ease;
}

.floating-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    pointer-events: none;
}

.floating-header table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

td {
         font-size: clamp(12px, 2vw, 16px);
    }
	
@media (max-width: 1280px) {
    td {
		font-size: 10px;
		transition: font-size .2s ease;
	}
	
	#info
	{
		font-size: 0px;
	}
}

@media (max-width: 1300px) {

	#info
	{
		font-size: 0px;
	}
}
.fixed-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.fixed-table-wrap table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

@media (max-width: 1000px) {
    .fixed-table-wrap table {
        width: max-content;
        min-width: 1000px;
    }

	.littlebox
	{
		padding: 2px;
		margin: 0px 2px;
		background: rgba(255,255,255,.05);
	}

}


.fixed-table-wrap tr:first-child th {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #d0d0d0;
}


.fixed-table-wrap th:first-child,
.fixed-table-wrap td:first-child {
    position: sticky;
    left: 0;
    z-index: 80;
    background: #e0e0e0;
}


.fixed-table-wrap .corner-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    background: #d0d0d0;
}


.fixed-table-wrap .col-highlight {
    position: relative;
    z-index: 1;
}

.fixed-table-wrap .cross-highlight {
    position: relative;
    z-index: 2;
}