@charset "utf-8";
#vestibox_main {
	width:calc( 100vw - 300px );
	height:calc( 100vh - 400px );
	margin-top:40px;
	margin-bottom:30px;
	display:grid;
	grid-template-columns: 1fr 200px;
	}
#vesti_list {
	border-left:1px solid #000;
	overflow:hidden;
	overflow-y:scroll;
	height:100%;	
	background:green;
	margin-left:10px;
	}
#vestibox {
	width:calc( 100vw - 300px );
	height:calc( 100vh - 400px );
	margin-top:40px;
	margin-bottom:30px;
	border:1px solid #000000;
	padding:0px;
	overflow-y: scroll;
	text-align:left;
	background:#FFFFCC;
	display:flex;
	flex-direction:column;
	position: relative;
	}

.scroll-more-arrow {
  position: sticky;
   bottom: 10px; /* Adjust position as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333; /* Color of your arrow */
  /* Add animation for a more dynamic effect */
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

#vestiboxnas {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#FFFFFF;
        background:#0066CC;
	padding:5px;
	margin-bottom:0px;
	text-align:left;
	border-bottom:1px solid #000;
	position:sticky;
	top:0;
	}

.vestinas {

	height:30px;
	color: #FFFFFF;
	font-style: italic;
	background:#0099FF;
	font-size:18px;
	border-bottom: 1px solid #000000;		
	display:grid;
	grid-template-columns: 150px 1fr;
	padding:2px;
	scroll-margin-top:40px;
}
.vestinas_datum {
	padding-left:10px;
	}
.vestinas_nas{
	color:#000;	
	}
.vesti {
	width:100%;
	padding:10px;
	border-bottom: 1px solid #000000;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	white-sapce:pre-wrap;
}



.vesti a:link {
	color: #000000;
	text-decoration: none;
}
.vesti a:visited {
	text-decoration: none;
	color: #000000;
}
.vesti a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.vesti a:active {
	text-decoration: none;
}
