.FullWidth{
	width: 96.5%;
    float: left;
    display: inline-block;
    margin: 0px auto;
    padding: 20px 0;
    padding-bottom: 0px;
    background: #fff;
    margin-left: 1.7%;
    margin-top: 20px;
}
.RolesSelector{
	width:40%;
	float:left;
}
.RolesSelector select, .GuruSelector select{
	height: 32px;
	border: 1px solid #ccc;
	width:80%;
}
.GuruSelector{
	width:40%;
	float:left;
}
.AddGuruFrom{
	margin-top: 20px;
	background: #fff;
	border-top: 0px;
	width: 96%;
	float: left;
	margin-left: 2%;
	padding-bottom: 20px;
}
.Pluginheading {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.AddGuruFrom .button{
	float: right;
    position: static !important;
    margin-right: 0;
    padding: 2px 0 0 0 !important;
    width: 20%;
    background: #0073aa !important;
    color: #fff !important;
    border: 1px solid #0073aa !important;
    box-shadow: none !important;
    height: 35px !important;
    text-align: center;
    margin-top: 0;
}
.AddGuruFrom .button a{
	color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.GuruDisplayDetails{
	background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 96.5%;
    margin-top: 50px;
    display: inline-block;
    margin-bottom: 20px;
	margin-left:1.7%;
}