body {
	background: #fafafa;
	color: #444;
	font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	margin: auto;
	max-width: 100vw;
}

/* ========================================================================================== */

#header {
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	width: 	inherit;
	z-index: 	1;
	/*margin-left: -30px;*/
}

#header h1{
	background: linear-gradient(#0063b0, #010080);
	color : #fafafa;
	padding: 20px 30px;
	font-family: "Arial";
   	font-weight: normal;
}

#main #plot_rssi {
	width: 95%;
	margin: auto;
}

#map_div {
	height: 750px;
	width: 100%;
}

#column_sel {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ========================================================================================== */
/* Login Screen */



.login {
    position: relative;
    margin: 0 auto;
    width: 400px;
}

.login input {
    width: 350;
    padding: 15px; /* Increase padding */
    border: solid 1px;
    border-color: #999999;
    border-radius: 3px;
    font-size: 16px; /* Increase font size */
    margin-bottom: 10px; /* Add bottom margin */
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); /* Add box-shadow */
}

.login .submit {
    background-color: #0063b0; /* Change button color */
    color: #fff; /* Change button text color */
    cursor: pointer; /* Change cursor on hover */
}

.login .submit:hover {
    background-color: #00487c; /* Darken button color on hover */
}

/* New styles for mobile screens */
@media screen and (max-width: 900px) {
    .login-mobile {
        width: 90%; /* Adjust as needed */
        margin: 0 auto;
    }

    .login-mobile input {
        width: 100%; /* Adjust as needed */
        padding: 15px; /* Increase padding */
        border: solid 1px;
        border-color: #ddd; /* Lighter border color */
        border-radius: 3px;
        font-size: 18px; /* Increase font size */
        margin-bottom: 10px; /* Add bottom margin */
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); /* Add box-shadow */
    }

    .login-mobile .submit {
        background-color: #0063b0; /* Change button color */
        color: #fff; /* Change button text color */
        cursor: pointer; /* Change cursor on hover */
    }

    .login-mobile .submit:hover {
        background-color: #0063b0; /* Darken button color on hover */
    }
}


/* ========================================================================================== */
/* live display */

#menu {
	line-height: 50px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}


#menu select{
	width: 500px;
    padding: 5px;
    border: solid 1px;
    border-color: #999999;
    border-radius: 3px;}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table {
	background: #f5f5f5;
	border-collapse: collapse;
	/*box-shadow: inset 0 1px 0 #fff;*/
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	width: auto;
	margin: auto;
	table-layout: auto;
}

th {
	top: -1px;
	position: sticky;
	z-index: 110;
	border
}

th {
    background: linear-gradient(#029, #016);
	border: 1px solid #223;
	color: #fff;
    font-weight: bold;
    font-size: 18px;
	padding: 5px;
	text-shadow: 0 1px 0 #000;
	height: 3em;
}



td {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	padding: 5px;
	position: relative;
	transition: all 300ms;
}

#metadata {
	line-height: 50px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.tab_col{
	white-space: nowrap;
}

.note_col {
	white-space: normal;
	width: 40em;
	min-width: 30em;
	word-wrap: break-word;
}

.tab_col_first{
	position:sticky;
	white-space: nowrap;
	left: -1px;
	z-index: 100;
}

.tab_col_corner{
	position:sticky;
	white-space: nowrap;
	left: -1px;
	top: -1px;
	z-index: 120;
}

#datadiv {
	/*overflow-x: scroll;
	overflow-y: visible;
	margin-left: 15em;*/
}

.tableDiv {
	display: inline-block;
}

/*
.tableDiv {
	font-weight: bold;
	padding: 5px;
	position: relative;
	transition: all 300ms;
}
*/

p {
    margin: 0;
    padding: 0;
}

.note_form {
	margin-block-end: 0;
}

#container {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.note_p {
    font-weight: normal;
    word-break: break-word;
    white-space: normal;
    max-width: 40em;
    width: max-content;
}