.mp-list-power-box-superwrapper{
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
	
}
.mp-list-power-box{
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	border:1px solid #eee;
	padding:3px;
	border-radius:3px;
	background-color:#fff;
}
.mp-list-power-wrapper{
	background-color:#c2a362;
	padding:10px;
	
}

.mp-list-power-text h4{
	text-align: center;
	font-size:15px;
	color:#FFF;
}
.mp-list-power-text .novita{
	color:#5a5a5a;
	font-size:10px;
	margin-bottom:0px;
}

a.btn-mp-button{
	color:#fff;	
	background-color:#7a273a;
	transition: all 0.2s;	
}

a.btn-mp-button:hover{
	color:#fff;	
	background-color:#A1455A;	
}
a.btn-mp-button:active{
		
	background-color:#7a273a;	
}
a.btn-mp-button span{
		
	transition: all 0.2s;
}
a.btn-mp-button:hover span{
	
	transition: all 0.2s;
}
