div.dt-button-collection{
			width:auto!important;
		} 
		
		.expertise-data-container{display:none;}

		.stk-blueyellow-table table {
			border-collapse: collapse; 
		}
		.stk-blueyellow-table table th {
			font-family: 'Montserrat', sans-serif;
			font-size: 15px;
			font-weight: 700;
		}
		.stk-blueyellow-table table thead th {
			padding: 15px 20px;
			background: #ffc423;
		}
		.stk-blueyellow-table td,
		.stk-blueyellow-table th {
			border: 1px solid #ffffff;
			padding: 10px 20px;
		}
		.stk-blueyellow-table table td {  
			/*background: #f1f1f1;*/
			font-family: 'Lato', sans-serif;
			font-size: 13px;
			color: #666666;
			word-wrap: break-word;
		}
		.stk-blueyellow-table thead th:hover {
			background-color: #ffc423 !important;
		}
		.stk-blueyellow-table tbody tr:hover td,
		.stk-blueyellow-table tbody tr:hover td strong,
		.stk-blueyellow-table tbody tr:hover td a {
			background-color: #002a5c !important;
			color: white;
		}

		button.dt-button, div.dt-button, a.dt-button, input.dt-button{
			color:white;
			font-weight:bold;
			background:#0069aa;
		}

		.dt-button:hover{
			color:white;
			font-weight:bold;
			background:#002a5c!important;
		}

		.dt-down-arrow{
			color:white!important;		
		}


		.dataTables_filter {
		  float: none !important;
		  text-align: left !important;
		}


		/* --------------------------------------------   */
			.faculty-button{
				border-radius:0px;
				margin-top:10px;
				margin-bottom:10px;
			}
			
			.faculty-dialog{
				color:black;
			}
			.modal-content{
				border-radius:0px;
			}
			tr.odd{
				background:white!important;
			}

			tr.even{
				background:#f1f1f1!important;
			}
		/* --------------------------------------------   */