@include body-class(true) {
	.sui-header {
		.sui-actions-right {
			.beehive-range-picker {
				min-width: 110px;
				padding: 7px 0 7px 10px;
				font-size: 13px;
				line-height: 16px;

				[class*='sui-icon-'] {
					height: 16px;
				}

				&:not(:last-child) {
					margin-right: 7px;
				}
			}
		}
	}
}
