body {
	background: #000 url('img/nature.jpg') no-repeat center center fixed;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	font-size: 10pt;
}

#content {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	background-color: rgba(8, 10, 9, 0.78);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	padding: 0px 10px 10px 10px;
	font-size: 9.5pt;
}

#header {
    height: 128px;
}

#header #profile {
    padding: 12px 8px 0px 7px;
    float: left;
}

#header #profile img {
    border-radius: 12px;
}

#header #title {
    padding: 22px 8px 0px 12px;
    font-family: var(--font-display);
    float: left;
}

h1#name {
    margin: 0;
    font-size: 40pt;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

#header #title #subheader {
    font-size: 15pt;
    text-align: right;
    color: rgba(255, 255, 255, 0.85);
}

#header #location {
    padding: 18px 8px 0px 7px;
    float: right;
    font-family: var(--font-display);
    font-size: 13pt;
    text-align: right;
}

#body {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 12px;
}

/* Nav tabs: modern pill buttons (they are real <a> links now). */
.title {
    display: inline-block;
    padding: 7px 16px;
    margin: 0 8px 8px 0;
    font-family: var(--font-body);
    font-size: 11.5pt;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.07);
    color: white !important;
}

.active {
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 55%),
                linear-gradient(180deg, var(--tab-c, #5fbf95) 0%, color-mix(in srgb, var(--tab-c, #5fbf95) 60%, #10201a) 100%);
    border-color: color-mix(in srgb, var(--tab-c, #5fbf95) 70%, transparent);
}

.item {
    border: 2px #ccc solid;
    background: #eee;
    padding: 10px;
    margin: 10px;
    color: #000;
    font-size: 12pt;
}

.icon_16 {
    width: 16px;
    height: 16px;
}

table {
    color: #000;
}

a {
	color: green;
}

a:visited {
	color: mediumseagreen;
}
