.memlistwrapper{
width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.memlistmemwrap{
	width: 23%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--nv-txt);
	font-size: var(--nv-txt-size);
	font-family: var(--nv-main);
	color: var(--nv-txt);
	margin-bottom: 30px;
	background: var(--nvbglines);
		border-radius:5px;
}

.memlistmemhead{
	width: 95%;
	height: 30px;
	text-transform: uppercase;
	padding-left: 5%;
	border-bottom: 1px solid var(--nv-txt);
	display: flex;
    align-items: center;
	background: var(--nv-y);
	color: var(--nv-bg);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.memlistmemname{
	width:90%;
	height: 120px;
	font-family: var(--txt-head);
	font-size: 40px;
    padding: 0% 5%;
    border-bottom: 1px solid var(--nv-txt);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 1em;
}

.memlistmemname a{
	text-decoration: none;
}

.memlistmemname a:hover{
	text-decoration: none;
}

.memlistmemstats{
	width:90%;
    padding: 5% 5%;
    border-bottom: 1px solid var(--nv-txt);
    line-height: 1.5em;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.memlistmemstatswrapp{
	display: flex;
	flex-direction: row;
}

.memlistmemstatsleft{
	width: 50%;
	display: flex;
	flex-direction: column;
}

.memlistmemstatsright{
	width: 50%;
	display: flex;
	flex-direction: column;
}

.memlistmemavawrapper{
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.memlistmemava{
	width: 230px;
	border-right: 1px solid var(--nv-txt);
	border-bottom: 1px solid var(--nv-txt);
}

.memlistmemavasidewrap{
	width: 114px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.memlistmemavasidetop{
	height: 115px;
	border-bottom: 1px solid var(--nv-txt);
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.memlistmemavasidebottom{
	height: 115px;
	background: var(--nv-bg);
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	line-height: 1.3em;
	border-bottom-right-radius:5px;
}

.uppi{
	font-size:30px;
	font-family: var(--nv-head);
	color: var(--nv-y);
}

.notuppi{
	font-size:20px;
	font-family: var(--nv-main);
	color: var(--nv-txt);
	letter-spacing: 10px;
	font-style: italic;
}