.kvitravn-l-ava {
	float: left;
	width: 110px;
	border: 1px solid var(--kvitravn-col17);
	background: var(--kvitravn-col19);
	padding: 5px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.kvitravn-l-ava img {
	width: 110px;
	height: auto; 
}

/*.kvitravn-l-all {
	position: relative;
	float: right;
	right: 30px;
	top: 10px;
}*/

.kvitravn-l-all {
	position: relative;
	top: 10px;
	margin-right: 40px;
	display: flex;
	justify-content: flex-end; 
}

.kvitravn-l-box {
	box-sizing: border-box;
	height: 30px;
	width: 30px;
}

/* Popup MultiAcc */

/* Popup container - can be anything you want */
.kvitpopup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.kvitpopup .kvitpopuptext {
  visibility: hidden;
  width: 300px;
  background-color: var(--kvitravn-col12);
  color: var(--kvitravn-col9);
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: 200%;
  left: 50%;
  margin-left: -150px;
	line-height: 20px;
	font-family: 'Arial', sans-serif;
}


.kvitravn-acc-av {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kvitravn-acc-av img {width: 50px; border: 2px solid var(--kvitravn-col6);} 

.kvitravn-acc-av a:link, .kvitravn-acc-av a:visited {
	color: var(--kvitravn-col9);
}

/* Toggle this class - hide and show the popup */
.kvitpopup .kvitshow {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
		