﻿.bannerHeader{
	height: 55px;
	background: #F0F0F0;
	border: 1px solid rgba(0,0,0, 0.4);
	position: relative;
	display: flex;
	min-width: 963px;
}

.titleContentWrapper{
	vertical-align:top;
	display: inline-block;
	height: 53px;
	font-weight: bold;
	line-height: 53px;
	width: calc(100% - 75px);
	display: flex;
}

.notch{
	vertical-align:top;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	line-height: 53px;
	background: #FFFFFF;
	width: 75px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	padding-left: 5px;
	overflow-y: hidden;
	padding-top: 4px;
	height: 53px !important;
}

.notch > div{
	margin-left: 5px;
	margin-top: auto;
	margin-bottom: auto;
}

.bannerContentWrapper{
	border-left: 1px solid rgba(0,0,0, 0.4);
	border-right: 1px solid rgba(0,0,0, 0.4);
	border-bottom: 1px solid rgba(0,0,0, 0.4);
	width: 100%;
}
