/* PLACE YOU CUSTOM STYLES IN THIS FILE */
a:link{
	text-decoration: none;
}

.verticalhorizontal {
    display: table-cell;
    height: 100px;
    text-align: center;
    width: 500px;
    vertical-align: middle;
}

.accounts-centered {
	text-align: center;
	font-size: 1.25rem;
}

.nk-pad-right {
	padding-right: 20px;
}