.fc-field {
    padding: 5px;
    background-color: #ffffff;
}

.fc-field:hover {
    outline: #D3BD9C solid 1px;
}

.fc-selected {
    background-color: #E2D3BD;
}

.fc-selected:hover {
    background-color: #C4A77B;
}

.fc-field-list {
    width: 98%;
    height: 300px;
    overflow: scroll;
    overflow: auto;
    outline: none;
}

.fc-source-fields {
    float: left;
    border:solid 1px #5D4D3E;
}

.fc-destination-fields {
    float: right;
    border:solid 1px #5D4D3E;
}

.textHighlight {
	font-weight: 800;
	color: black;
}