#view-container{
    background-color: rgb(219, 219, 209);
    left:62px;
    top:0;
    right:0;
    bottom:0;
}

#sidebar{
    left:0;
    top:0;
    right:calc(100% - 62px);;
    bottom:0;
    background-color: #555;
}

.ol-mouse-position{
    position: inherit;
}

.ol-scale-line{
    bottom: 1px;
    left: 1px;
}






/**
 **
  OVERRIDES
 **
 */


 #profile_window{
	background-color:	var(--bg-color);
}

#profile_titlebar{
	background-color:	var(--bg-color-2);
	color: var(--font-color-2);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 1em;
	font-weight: bold;
}

#profile_window_title{
	position: absolute;
	margin: 5px;
}

.profile-container-button{
	cursor: pointer;
}

.profile-button:hover{
	background-color: #0000CC;
}

td, th {
  padding: 0px !important;
}



.bx--pretty-list {
    border-top: 1px solid #dcdcdc;
}

.bx--list-item {
    padding: 5px 0;
    border-bottom: 1px solid #dcdcdc;
}