﻿.goodLookTxt { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
td.goodLookTxt { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.bg-bYellowLt { background-color: #fff0b3; /*#ffffb3;*/}
.bg-bCyanLt { background-color: lightcyan; }
.bg-bGreenLt { background-color: #c2efc2; }

.box-male { background-color:paleturquoise; color: darkblue; }
.box-female { background-color:lightpink; color:darkred; }
.box-noGender { background-color:lightgray; color: darkslategray; }


.text-bDark { color: #194474; }
.cursor-pointer { cursor: pointer; }
