.release-logo {
	padding-bottom: 6.25em;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	width: 100%
}

.release-row {
	margin-bottom: 57px;
}

.release-detail {
	padding-left: 179px;
	padding-right: 179px;
	padding-bottom: 100px;
}

.release-detail-title {
	padding-left: 80px;
	padding-right: 79px;
	padding-bottom: 22px;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 59px;
	text-align: center;
}

.release-detail-desc {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	text-align: center;
}

.show-more-btn {
	margin-top: 50px;
	justify-content: center;
	display: grid;
	align-content: center;
	margin: 0 auto;
	box-sizing: border-box;
	height: 42px;
	width: 114px;
	border: 1px solid #0065FF;
	border-radius: 4px;
}

.show-more-btn-txt {
	padding: 10px;
	color: #0065FF;
	font-size: 15px;
	font-weight: 601;
	letter-spacing: 0;
	line-height: 22px;
	background: none;
	border: none;
	outline: none;
}

.hr-line {
	margin-top: 50px;
	height: 1px;
	width: auto;
	opacity: 0.1;
	background-color: #17263F;
}

.powerd-by {
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: Inter;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

.release-row {
	margin-bottom: 57px;
}

.release-name {
	color: #17263F;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 39px;
	text-align: center;
	padding-bottom: 24px;
}

.release-change-log {
	padding-left: 2em;
	padding-right: 2em;
	width: 100%;
}

.oval {
	height: 80px;
	width: 80px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	border-radius: 100px;
	margin-left: -10px
}

.release-date {
	padding-top: 16px;
	color: #17263F;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
}

.release-month-year {
	padding-top: 3px;
	color: #42526E;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
	word-wrap: break-word;
}

.field-1 {
	color: #17263F;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
}

.field-3 {
	color: #42526E;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
}

.field-2 {
	padding: 2px 10px;
	color: #17263F;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 26px;
}

.rectangle {
	box-sizing: border-box;
	border: 1px solid #E2E5ED;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
	width: max-content;
	padding: 5px;
	margin-left: -22px;
}

#releasePageDataList .row img {
	max-width: 100%;
	height: auto;
}

#releaseLogoImg {
	width: auto;
	max-height: 50px;
	max-width: 200px;
	object-fit: contain;
}

button,
button:focus {
	border: none;
	outline: none !important;
}

.search-bar {
	font-size: 0.85rem;
}

.search-bar-right-margin {
	right: 235px;
}

/* Extra small devices (landscape phones, 320px an up) */
@media screen and (max-width: 320px) {
	.release-logo {
		padding-left: 1.375em;
		padding-right: 1.375em;
	}

	.release-detail {
		padding-left: 80px;
		padding-right: 80px;
	}

	.release-change-log {
		padding-left: 1.375em;
		padding-right: 1.375em;
	}

	.release-logo {
		padding-bottom: 1.25em;
	}

	.release-detail {
		padding-bottom: 25px;
		padding-left: 35px;
		padding-right: 35px
	}

	.release-detail-title {
		font-size: 13px;
		line-height: 15px;
		padding-left: 60px;
		padding-right: 57px
	}

	.release-detail-desc {
		font-size: 9px;
		line-height: 12px;
	}

	.release-name {
		font-size: 12px;
		line-height: 10px;
		padding-bottom: 12px;
	}

	.oval {
		height: 30px;
		width: 30px;
	}

	.release-row {
		margin-bottom: 27px;
	}

	.release-date {
		padding-top: 5px;
		font-size: 9px;
		line-height: 11px;
	}

	.release-month-year {
		padding-top: 0px;
		font-size: 5px;
		line-height: 10px;
	}

	.field-1 {
		font-size: 10px;
		line-height: 13px;
	}

	.field-3 {
		font-size: 9px;
		line-height: 11px;
	}

	.field-2 {
		font-size: 6px;
		line-height: 14px;
	}

	#changelogCard.col-md-11,
	#dateOval.col-md-1 {
		max-width: 83% !important;
	}

	#dateOval.col-md-1 {
		max-width: 17% !important;
	}

	.col-md-11,
	.col-11 {
		max-width: 54% !important;
	}

	.col-md-1,
	.col-1 {
		max-width: 46% !important;
		flex: auto !important;
	}

	.show-more-btn {
		height: 20px;
		width: 60px;
	}

	.show-more-btn-txt {
		font-size: 7px;
		line-height: 10px;
	}

	.powerd-by {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 7px;
		line-height: 9px;
	}

	.hr-line {
		margin-top: 20px;
	}

	.subscribe-btn {
		height: 15px;
		width: 45px;
		border-radius: 4px;
		font-size: 5px;
		letter-spacing: 0;
		line-height: 8px;
	}

	.rssfeed-btn {
		height: 15px;
		width: 40px;
		border-radius: 4px;
		font-size: 5px;
		letter-spacing: 0;
		line-height: 8px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	#releaseLogoImg {
		max-height: 20px !important;
	}

	.release-page-login-logo-img {
		max-width: 20% !important;
		height: auto !important;
	}

	.susbscribeSuccessMsg {
		width: 248px;
		font-size: 11px;
		margin: auto;
		top: 5%;
	}

	.release-page-loggedin-container {
		font-size: 0.4em !important;
	}

	.release-page-loggedin-img {
		width: 16px !important;
	}

	.wrapper-login-right {
		margin-top: 6% !important;
		padding-left: 4.5em !important;
		padding-right: 4.5em !important;
	}

	.search-bar {
		font-size: 0.45rem;
	}

	.search-bar-wrapper {
		margin-top: -13px;
		width: 41%;
		margin-right: 12px;
	}
}

/* Small devices (landscape phones, 321px to 544px) */
@media screen and (min-width: 321px) and (max-width: 544px) {
	.subscribe-btn {
		height: 18px;
		width: 60px;
		border-radius: 4px;
		font-size: 8px;
		letter-spacing: 0;
		line-height: 8px;
	}

	.rssfeed-btn {
		height: 18px;
		width: 60px;
		border-radius: 4px;
		font-size: 8px;
		letter-spacing: 0;
		line-height: 8px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	.release-logo {
		padding-left: 3.375em;
		padding-right: 3.375em;
	}

	.release-detail {
		padding-left: 180px;
		padding-right: 180px;
	}

	.release-change-log {
		padding-left: 3.375em;
		padding-right: 3.375em;
	}

	.release-logo {
		padding-bottom: 2.25em;
	}

	.release-detail {
		padding-bottom: 40px;
		padding-left: 55px;
		padding-right: 55px
	}

	.release-detail-title {
		font-size: 20px;
		line-height: 25px;
	}

	.release-detail-desc {
		font-size: 13px;
		line-height: 16px;
	}

	.release-name {
		font-size: 16px;
		line-height: 12px;
		padding-bottom: 14px;
	}

	.oval {
		height: 40px;
		width: 40px;
	}

	.release-row {
		margin-bottom: 37px;
	}

	.release-date {
		padding-top: 7px;
		font-size: 11px;
		line-height: 13px;
	}

	.release-month-year {
		padding-top: 1px;
		font-size: 7px;
		line-height: 12px;
	}

	.field-1 {
		font-size: 15px;
		line-height: 18px;
	}

	.field-3 {
		font-size: 10px;
		line-height: 13px;
	}

	.field-2 {
		font-size: 9px;
	}

	#changelogCard.col-md-11,
	#dateOval.col-md-1 {
		max-width: 80% !important;
	}

	#dateOval.col-md-1 {
		max-width: 20% !important;
	}

	.col-md-11,
	.col-11 {
		max-width: 60% !important;
	}

	.col-md-1,
	.col-1 {
		max-width: 40% !important;
		flex: auto !important;
	}

	.show-more-btn {
		height: 30px;
		width: 75px;
	}

	.show-more-btn-txt {
		font-size: 9px;
		line-height: 12px;
	}

	.powerd-by {
		margin-top: 13px;
		margin-bottom: 13px;
		font-size: 9px;
		line-height: 10px;
	}

	.hr-line {
		margin-top: 25px;
	}

	#releaseLogoImg {
		max-height: 30px !important;
	}

	.release-page-login-logo-img {
		max-width: 20% !important;
		height: auto !important;
	}

	.private-page-logout {
		min-width: 5rem !important;
		padding: 0.1rem !important;
		font-size: 0.5rem !important;
		left: 0px !important;
	}

	.susbscribeSuccessMsg {
		width: 248px;
		font-size: 11px;
		margin: auto;
		top: 5%;
	}

	.release-page-loggedin-container {
		font-size: 0.5em !important;
	}

	.release-page-loggedin-img {
		width: 16px !important;
	}

	.release-page-login-left {
		height: 60vh !important;
		width: 100%;
		background-color: #F1F7FA;
	}

	.release-page-login-right {
		height: 40vh !important;
		width: 100%;
	}

	.wrapper-login-right {
		margin-top: 6% !important;
		padding-left: 4.5em !important;
		padding-right: 4.5em !important;
	}

	.release-page-login-widget-name {
		font-size: 2em !important;
	}

	.release-page-login-widget-desc {
		font-size: 0.8em !important;
		padding-left: 16% !important;
		padding-right: 16% !important;
	}

	.wrapper-login-right .private-page-title {
		font-size: 1.5em !important;
	}

	.wrapper-login-right .private-page-desc {
		font-size: 0.8em !important;
	}

	.private-login-btn {
		font-size: 50% !important;
	}

	.private-page-login-link {
		font-size: 0.8em !important;
	}

	.search-bar {
		font-size: 0.5rem;
	}

	.search-bar-wrapper {
		width: 21%;
		margin-right: 50px !important;
		margin-top: -26px !important;
	}
}

/* Medium devices (tablets, 545px to 768px) */
@media screen and (min-width: 545px) and (max-width: 768px) {
	.subscribe-btn {
		height: 18px;
		width: 60px;
		border-radius: 4px;
		font-size: 8px;
		letter-spacing: 0;
		line-height: 8px;
	}

	.rssfeed-btn {
		height: 18px;
		width: 60px;
		border-radius: 4px;
		font-size: 8px;
		letter-spacing: 0;
		line-height: 8px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	.release-logo {
		padding-left: 6.375em;
		padding-right: 6.375em;
	}

	.release-detail {
		padding-left: 210px;
		padding-right: 210px;
		padding-bottom: 50px;
	}

	.release-change-log {
		padding-left: 6.375em;
		padding-right: 6.375em;
	}

	.release-logo {
		padding-bottom: 3.25em;
	}

	.release-detail-title {
		font-size: 24px;
		line-height: 33px;
	}

	.release-detail-desc {
		font-size: 14.5px;
		line-height: 18px;
	}

	.release-name {
		font-size: 18px;
		line-height: 13px;
		padding-bottom: 16px;
	}

	.oval {
		height: 50px;
		width: 50px;
	}

	.release-row {
		margin-bottom: 41px;
	}

	.release-date {
		padding-top: 9px;
		font-size: 13px;
		line-height: 16px;
	}

	.release-month-year {
		padding-top: 1px;
		font-size: 8px;
		line-height: 12px;
	}

	.field-1 {
		font-size: 16.5px;
		line-height: 20px;
	}

	.field-3 {
		font-size: 11.5px;
		line-height: 15px;
	}

	.field-2 {
		font-size: 10.5px;
	}

	#changelogCard.col-md-11,
	#dateOval.col-md-1 {
		max-width: 83.5% !important;
	}

	#dateOval.col-md-1 {
		max-width: 16% !important;
	}

	.col-md-11,
	.col-11 {
		max-width: 70% !important;
	}

	.col-md-1,
	.col-1 {
		max-width: 30% !important;
		flex: auto !important;
	}

	.show-more-btn {
		height: 35px;
		width: 83px;
	}

	.show-more-btn-txt {
		font-size: 11.5px;
		line-height: 13px;
	}

	.powerd-by {
		margin-top: 11.5px;
		margin-bottom: 13px;
		font-size: 10.5px;
		line-height: 11px;
	}

	.hr-line {
		margin-top: 27px;
	}

	#releaseLogoImg {
		max-height: 40px !important;
	}

	.susbscribeSuccessMsg {
		width: 300px;
		font-size: 13px;
		margin: auto;
		top: 5%;
	}

	.private-page-logout {
		min-width: 5rem !important;
		padding: 0.1rem !important;
		font-size: 0.7rem !important;
		left: 0px !important;
	}

	.release-page-loggedin-container {
		font-size: 0.8em !important;
	}

	.release-page-loggedin-img {
		width: 20px !important;
	}

	.release-page-login-left {
		height: 60vh !important;
		width: 100%;
		background-color: #F1F7FA;
	}

	.release-page-login-right {
		height: 40vh !important;
		width: 100%;
	}

	.wrapper-login-right {
		margin-top: 20% !important;
		padding-left: 3.5em !important;
		padding-right: 3.5em !important;
	}

	.release-page-login-widget-name {
		font-size: 3em !important;
	}

	.release-page-login-widget-desc {
		font-size: 1em !important;
		padding-left: 16% !important;
		padding-right: 16% !important;
	}

	.wrapper-login-right .private-page-title {
		font-size: 2em !important;
	}

	.wrapper-login-right .private-page-desc {
		font-size: 0.8em !important;
	}

	.private-page-login-link {
		font-size: 0.8em !important;
	}

	.wrapper-left {
		margin-top: 20% !important;
	}

	.private-login-btn {
		font-size: 70% !important;
	}

	.search-bar {
		font-size: 0.65rem;
	}

	.search-bar-wrapper {
		margin-right: 100px !important;
		width: 20%;
	}
}

/*Added for template2 ui inconcistency while zooming */
@media screen and (min-width: 768px) {
	.field-2 {
		font-size: 12px !important;
		padding: 1px 1px !important;
	}
}

/* Medium devices (tablets, 768px and 1210px) */
@media screen and (min-width: 769px) and (max-width: 1210px) {
	.subscribe-btn {
		height: 28px;
		width: 88px;
		border-radius: 4px;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 18px;
	}

	.rssfeed-btn {
		height: 28px;
		width: 88px;
		border-radius: 4px;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 18px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	.release-logo {
		padding-left: 7.375em;
		padding-right: 7.375em;
	}

	.release-detail {
		padding-left: 230px;
		padding-right: 230px;
	}

	.release-change-log {
		padding-left: 7.375em;
		padding-right: 7.375em;
	}

	.release-logo {
		padding-bottom: 4.25em;
	}

	.release-detail {
		padding-bottom: 60px;
	}

	.release-detail-title {
		font-size: 28px;
		line-height: 39px;
	}

	.release-detail-desc {
		font-size: 16px;
		line-height: 22px;
	}

	.release-row {
		margin-bottom: 47px;
	}

	.release-name {
		font-size: 22px;
		line-height: 15px;
		padding-bottom: 18px;
	}

	.oval {
		height: 60px;
		width: 60px;
	}

	.release-date {
		padding-top: 11px;
		font-size: 15px;
		line-height: 19px;
	}

	.release-month-year {
		padding-top: 1px;
		font-size: 9px;
		line-height: 13px;
	}

	.field-1 {
		font-size: 18px;
		line-height: 21px;
	}

	.field-3 {
		font-size: 13px;
		line-height: 16px;
	}

	.field-2 {
		font-size: 12px;
	}

	#changelogCard.col-md-11,
	#dateOval.col-md-1 {
		max-width: 88% !important;
	}

	#dateOval.col-md-1 {
		max-width: 12% !important;
	}

	.col-md-11,
	.col-11 {
		max-width: 82% !important;
	}

	.col-md-1,
	.col-1 {
		max-width: 18% !important;
		flex: auto !important;
	}

	.show-more-btn {
		height: 40px;
		width: 91px;
	}

	.show-more-btn-txt {
		font-size: 13px;
		line-height: 14px;
	}

	.powerd-by {
		margin-top: 12px;
		margin-bottom: 13px;
		font-size: 10px;
		line-height: 12px;
	}

	.hr-line {
		margin-top: 30px;
	}

	#releaseLogoImg {
		max-height: 45px !important;
	}

	.susbscribeSuccessMsg {
		width: 413px;
		font-size: 15px;
		margin: auto;
		top: 5%;
	}

	.private-page-logout {
		min-width: 5rem !important;
		padding: 0.1rem !important;
		font-size: 0.8rem !important;
		left: 0px !important;
	}

	.release-page-loggedin-container {
		font-size: 1em !important;
	}

	.release-page-loggedin-img {
		width: 26px !important;
	}

	.release-page-login-left {
		height: 100vh !important;
		width: 100%;
		background-color: #F1F7FA;
	}

	.release-page-login-right {
		height: 100vh !important;
		width: 100%;
	}

	.wrapper-login-right {
		margin-top: 120% !important;
		padding-left: 3.5em !important;
		padding-right: 3.5em !important
	}

	.wrapper-left {
		margin-top: 100% !important;
	}

	.release-page-login-widget-name {
		font-size: 3em !important;
	}

	.release-page-login-widget-desc {
		font-size: 1em !important;
		padding-left: 4% !important;
		padding-right: 4% !important;
	}

	.wrapper-login-right .private-page-title {
		font-size: 1.8em !important;
	}

	.wrapper-login-right .private-page-desc {
		font-size: 0.8em !important;
	}

	.private-login-btn {
		font-size: 70% !important;
	}

	.private-page-login-link {
		font-size: 0.8em !important;
	}

	.search-bar {
		font-size: 0.85rem;
	}

	.search-bar-wrapper {
		margin-right: 110px !important;
		width: 25%;
	}
}

/* Large devices (Desktops, 1211px and 1440px) */
@media screen and (min-width: 1211px) and (max-width: 1440px) {
	.subscribe-btn {
		height: 35px;
		width: 97px;
		border-radius: 4px;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 20px;
	}

	.rssfeed-btn {
		height: 35px;
		width: 90px;
		border-radius: 4px;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 20px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	.release-logo {
		padding-left: 12.375em;
		padding-right: 12.375em;
		padding-bottom: 4.25em;
	}

	.release-detail {
		padding-left: 330px;
		padding-right: 330px;
		padding-bottom: 60px;
	}

	.release-change-log {
		padding-left: 12.375em;
		padding-right: 12.375em;
	}

	.release-detail-title {
		font-size: 28px;
		line-height: 39px;
	}

	.release-detail-desc {
		font-size: 16px;
		line-height: 22px;
	}

	.release-row {
		margin-bottom: 47px;
	}

	.release-name {
		font-size: 22px;
		line-height: 25px;
		padding-bottom: 20px;
	}

	.oval {
		height: 60px;
		width: 60px;
	}

	.release-date {
		padding-top: 11px;
		font-size: 15px;
		line-height: 19px;
	}

	.release-month-year {
		padding-top: 1px;
		font-size: 9px;
		line-height: 13px;
	}

	.field-1 {
		font-size: 18px;
		line-height: 24px;
	}

	.field-3 {
		font-size: 13px;
		line-height: 18px;
	}

	.field-2 {
		font-size: 12px;
	}

	#changelogCard.col-md-11,
	#dateOval.col-md-1 {
		max-width: 90% !important;
	}

	#dateOval.col-md-1 {
		max-width: 10% !important;
	}

	.col-md-11,
	.col-11 {
		max-width: 88% !important;
	}

	.col-md-1,
	.col-1 {
		max-width: 12% !important;
		flex: auto !important;
	}

	.show-more-btn {
		height: 41px;
		width: 95px;
	}

	.show-more-btn-txt {
		font-size: 13px;
		line-height: 14px;
	}

	.powerd-by {
		margin-top: 16px;
		margin-bottom: 16px;
		font-size: 13px;
		line-height: 13px
	}

	.hr-line {
		margin-top: 40px;
	}

	.susbscribeSuccessMsg {
		width: 490px;
		font-size: 18px;
		margin: auto;
		top: 5%;
	}

	.release-page-loggedin-container {
		font-size: 1.12em !important;
	}

	.release-page-loggedin-img {
		width: 36px !important;
	}

	.release-page-login-left {
		height: 100vh !important;
		width: 100%;
		background-color: #F1F7FA;
	}

	.release-page-login-right {
		height: 100vh !important;
		width: 100%;
	}

	.wrapper-login-right {
		margin-top: 40% !important;
		padding-left: 6.5em !important;
		padding-right: 6.5em !important;
	}

	.search-bar {
		font-size: 0.85rem;
	}

	.search-bar-wrapper {
		margin-right: 190px !important;
	}
}

/* Extra Large devices (Desktops, greater than 1441px width) */
@media (min-width: 1441px) {
	.subscribe-btn {
		height: 40px;
		width: 120px;
		border-radius: 4px;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
	}

	.rssfeed-btn {
		height: 40px;
		width: 120px;
		border-radius: 4px;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 22px;
		position: absolute;
		font-weight: 600;
		background-color: #FF7C33;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.butn-group-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: -20px;
	}

	.release-logo {
		padding-left: 19.375em;
		padding-right: 19.375em;
	}

	.release-detail {
		padding-left: 489px;
		padding-right: 489px;
	}

	.release-change-log {
		padding-left: 19.375em;
		padding-right: 19.375em;
	}

	.susbscribeSuccessMsg {
		width: 490px;
		margin: auto;
		font-size: 18px;
		top: 5%;
	}

	.release-page-loggedin-container {
		font-size: 1.12em !important;
	}

	.release-page-loggedin-img {
		width: 36px !important;
	}

	.release-page-login-left {
		height: 100vh !important;
		width: 100%;
		background-color: #F1F7FA;
	}

	.release-page-login-right {
		height: 100vh !important;
		width: 100%;
	}

	.wrapper-login-right {
		margin-top: 40% !important;
		padding-left: 6.5em !important;
		padding-right: 6.5em !important;
	}

	.search-bar {
		font-size: 0.85rem;
	}

	.search-bar-wrapper {
		margin-right: 300px !important;
	}
}