﻿/* LeftPane */
.LeftPaneRightLeadAppointment
{
	left: 490px;
	width: calc(100% - 500px);
}
.LeftPaneRightEmployerSearch
{
	left: 360px;
	width: calc(100% - 370px);
}
.LeftPaneRightLeadSearch
{
	left: 470px;
	width: calc(100% - 480px);
}
.LeftPaneRightStuSearch
{
	left: 360px;
	width: calc(100% - 370px);
}
