.data-local-plugin {
	background: #333333;
	color: red;
    text-align: right;
}
    .linha{
		display:flex;
		background: blue
}
.col-1,.col-2,.col-3 {
	 flex:0 0 33.33%;
	 display:flex;
	 align-itens: center;
}
.col-1{
	justify-content: flex-start;
}
.col-2{
	justify-content: center;
}
.col-3{
	justify-content: flex-end;
}