.vesti_flex {
    display: flex;	
    flex-wrap: wrap;
    align-content:stretch;
    }
    
.vesti {
    text-align:left;    
    border-radius: 15px;
    border:1px solid #000;
    margin-left:0px;
    margin-right:0px;    
    margin-bottom:20px;
    margin-top:0px;
    padding:0px;
	background:#FFFDD0;
    background: rgba(255, 253, 208,.4);
    box-shadow: 0 3px 3px 1px #333333;    
}
	
.vestinas {
	width:100%;
	height:30px;
	color: #FFFFFF;
	font-style: italic;
	background:#0099FF;	
	font-size:18px;
	border-bottom: 1px solid #000000;		
	margin-right:20px;
    border-radius: 15px 15px 0px 0px;	
/*first top-left corner, second top-right corner, third bottom-right corner, bottom-left corner): 	*/
}

.vestitext {
	width:auto;
	padding:10px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

.vestitext a:link, .vestitext a:visited{
	color: #0000FF;
	text-decoration: underline;
}
 
.vestitext a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.vestitext a:active {
	text-decoration: none;
}
