﻿.mycard
{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 180px;
	background-color: #fff;
	border: solid 1px #E6E6E5;
}

.partnerImage
{
	padding-top: 1em;
	background-color: #fff;
}

.mycard-title
{
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	align-self: center;
	background-color: #146BB4;
	width: 100%;
	margin: 1.5em auto 0 auto;
}

.mycard-titletext
{
	font-size: 16pt;
	color: white;
	text-align: center;
	margin: auto;
}

.cardLink
{
	text-decoration:none;
	color:inherit;
}
