/**
 * Copyright © Takoda Ltd. All rights reserved.
 * See COPYING.txt for license details.
 *
 * don't think this is needed twice
 */
@media ( min-width : 768px) {
	.customer-welcome .customer-name {
		display: block;
		height: 25px;
	}
	.customer-welcome ul.header.links:before {
		right: 5px;
	}
	.customer-welcome ul.header.links:after {
		right: 4px;
	}
}

.customer-welcome .customer-name .designerbanner-header-links {
	border-radius: 50%;
	height: 25px;
	width: 25px;
}