H2 {
  color: #FA7134;
  font-size: 12px; }

DIV.warningWrapper {
  position: relative;
  font-size: 11px;
  margin: 0;
  padding: 4px;
  color: #333;
  font-weight: bold;
  background-color: #ffcc00;
  background-image: -moz-linear-gradient(top, #ffff00, #ffcc00);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffff00, #ffcc00);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffff00, #ffcc00);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #ffff00, #ffcc00);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ffff00, #ffcc00);
  border: 2px solid #FA7134; }
  DIV.warningWrapper IMG {
    width: 17px; }

A.accordion {
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  background: url(../images/icons/icon_smartlet_arrow_dn_orange.png) no-repeat left center;
  color: transparent;
  cursor: pointer; }
  A.accordion.expanded {
    background: url(../images/icons/icon_smartlet_arrow_up_orange.png) no-repeat left center; }

DIV.smartlet {
  position: relative;
  background: url(../images/loading-icon.gif) center center no-repeat; }

DIV.smartlet {
  border: 1px solid #333;
  width: 938px;
  background-color: #fff;
}
DIV.smartlet DIV.smartletHeader {
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 6px;
  color: white;
  font-size: 14px;
}
DIV.smartlet DIV.smartletHeader IMG.icon {
  vertical-align: middle;
}
DIV.smartlet DIV.smartletHeader.GUARDIAN {
  background-color: #6d9ee8;
  background-image: -moz-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* IE10 */
  background-image: -o-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #6d9ee8, #3a6bb5);
}
DIV.smartlet DIV.smartletHeader.EYEWITNESS {
  background-color: #6d9ee8;
  background-image: -moz-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* IE10 */
  background-image: -o-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #6d9ee8, #3a6bb5);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #6d9ee8, #3a6bb5);
}
DIV.smartlet DIV.smartletHeader.SMART911 {
  background-color: #4e7cfe;
  background-image: -moz-linear-gradient(top, #4e7cfe, #436dfe);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #4e7cfe, #436dfe);
  /* IE10 */
  background-image: -o-linear-gradient(top, #4e7cfe, #436dfe);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #4e7cfe, #436dfe);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #4e7cfe, #436dfe);
}
DIV.smartlet DIV.smartletHeader.PANIC {
  background-color: #ff3300;
  background-image: -moz-linear-gradient(top, #ff3300, #cc0000);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ff3300, #cc0000);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ff3300, #cc0000);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #ff3300, #cc0000);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ff3300, #cc0000);
}
DIV.smartlet DIV.smartletHeader DIV.action {
  border: 1px solid transparent;
  height: 34px;
  float: right;
}
DIV.smartlet DIV.smartletHeader DIV.action A {
  display: inline-block;
  color: transparent;
  width: 30px;
  cursor: pointer;
  text-decoration: none;
}
DIV.smartlet DIV.smartletHeader DIV.action.smartletClose A {
  background: url(../images/icons/i_smartlet_close.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.smartletPin A {
  background: url(../images/icons/i_smartlet_pin.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.smartletFullSize A {
  background: url(../images/icons/i_smartlet_plus.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.smartletAccordion {
  display: none;
  margin-right: 5px;
}
DIV.smartlet DIV.smartletHeader DIV.action.smartletAccordion A {
  width: 35px;
  background: url(../images/icons/icon_mobile_arrow_dn.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.active.smartletPin A {
  background: url(../images/icons/i_smartlet_pin_on.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.active.smartletFullSize A {
  background: url(../images/icons/i_smartlet_minus.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV.action.active.smartletAccordion A {
  background: url(../images/icons/icon_mobile_arrow_up.png) no-repeat center center;
}
DIV.smartlet DIV.smartletHeader DIV#panicCallDomainName {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 12px;
  width: 55%;
}
DIV.smartlet DIV.smartletContent {
  position: relative;
  background-color: white;
  width: 100%;
  overflow: auto;
  display: none;
  height: auto !important;
}
DIV.smartlet DIV.smartletContent DIV#eyeWitnessConversation, DIV.smartlet DIV.smartletContent DIV#currentIncident {
  height: auto !important;
  max-height: 240px !important;
}
DIV.smartlet DIV.smartletContent UL.smartletNavBar {
  background-color: white;
  border-bottom: 1px solid #999a9a;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
DIV.smartlet DIV.smartletContent UL.smartletNavBar LI {
  display: inline-block;
  width: 19%;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: white;
  border-right: 1px solid #999a9a;
  border-collapse: collapse;
  color: #666;
}
DIV.smartlet DIV.smartletContent UL.smartletNavBar LI.active {
  font-weight: bold;
  background-color: #999a9a;
  color: white;
  border-bottom: none;
}
DIV.smartlet DIV.smartletContent UL.smartletNavBar LI.active:last-child {
  border-right: none;
}
DIV.smartlet DIV.smartletContent UL.smartletNavBar LI:hover {
  text-decoration: underline;
}
DIV.smartlet DIV.smartletContent DIV.smartletNavBarSpacer {
  background-color: #999a9a;
  width: 100%;
  height: 4px;
}
DIV.smartlet DIV.smartletContent UL#logsViewerNavBar LI {
  width: 105px;
}
DIV.smartlet DIV.smartletContent UL#panicCallNavBar LI {
  width: 80px;
}
DIV.smartlet DIV.smartletContent DIV.grid.pct30 {
  clear: left;
  width: auto;
  margin-right: 5px;
}
DIV.smartlet DIV.smartletContent DIV.grid.pct40, DIV.smartlet DIV.smartletContent DIV.grid.pct50 {
  clear: left;
  width: auto;
}
DIV.smartlet DIV.smartletContent DIV.grid.max250 {
  max-width: 250px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModuleWithStuffUnderneath {
  padding: 10px 10px 0 10px !important;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule {
  clear: both;
  display: none;
  margin: 0;
  background-color: transparent;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.noTableHeading {
  background-color: #999a9a;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 0.8em;
  color: white;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.noTableHeading SPAN:first-child {
  margin-left: 5px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE {
  margin: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.fullSizedHeader {
  display: none;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.details {
  display: none;
  font-size: 1.0em;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.details TD {
  text-align: left;
  height: 1.3em;
  line-height: 1.3em;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.summary {
  cursor: pointer;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.summary TD {
  background-color: #eaeaea;
  font-weight: bold;
  vertical-align: middle;
  height: 20px !important;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.summary TD IMG {
  vertical-align: middle;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.summary:hover TD {
  text-decoration: underline;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.expanded TD {
  background-color: white;
  border-bottom: none;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TR.hideText TH {
  color: #999a9a;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TH, DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TD {
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  text-align: left;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TH {
  background-color: #999a9a;
  padding: 2px 5px 2px 5px;
  color: white;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TD {
  border-bottom: 1px solid #999a9a;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TD:last-child {
  text-align: right;
  padding-right: 0;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule TABLE TD SPAN.data {
  font-weight: normal;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper {
  background-color: transparent;
  line-height: 1.0em;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper:last-child, DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper.noBottomBorder {
  border-bottom: none;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper.expanded {
  min-height: 100px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary {
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute {
  display: inline-block;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute.addressType {
  float: left;
  width: 150px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute.addressStreetCityState {
  float: left;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute.action {
  float: right;
  margin-right: 5px;
  color: transparent;
  cursor: pointer;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute.action A.accordion {
  width: 11px;
  margin-right: 5px;
  display: inline-block;
  background: url(../images/icons/icon_smartlet_arrow_dn_orange.png) no-repeat left center;
  color: transparent;
  cursor: pointer;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary DIV.addressDetailAttribute.action A.accordion.expanded {
  background: url(../images/icons/icon_smartlet_arrow_up_orange.png) no-repeat left center;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary TABLE {
  width: 100%;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary TABLE TR TD {
  padding: 7px 0 1px 0;
  vertical-align: top;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary TABLE TR TD.addressType {
  width: 150px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.addressDetailSummary TABLE TR TD.action {
  text-align: right;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetail {
  font-size: 0.73em;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetail DIV.profileDetail {
  font-size: 1em;
  line-height: 1.4em;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileDetailSummary {
  position: relative;
  margin-top: -1px;
  line-height: 24px;
  padding-right: 25px;
  background-color: #eaeaea;
  border-top: 1px solid #999a9a;
  border-bottom: 1px solid #999a9a;
  border-collapse: collapse;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileDetailSummary.expanded {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileDetailSummary:hover SPAN {
  text-decoration: underline;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.profileDetailSummary DIV.profileDetailAttribute.action {
  position: absolute;
  right: 0;
  top: 0;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.panicCallDetail {
  font-size: 12px;
  padding-bottom: 0px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.panicCallDetail DIV.indentLevel2 {
  line-height: 16px;
  margin: 5px 0 5px 0;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.panicCallDetailItem {
  line-height: 24px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule .organizationHeading {
  background-color: #fafafa !important;
  padding-left: 10px;
  line-height: 24px;
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
  color: #333;
  border-top: none !important;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule .indentLevel0 {
  padding-left: 5px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule .indentLevel1 {
  padding-left: 15px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule .indentLevel2 {
  padding-left: 25px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule .indentLevel3 {
  padding-left: 35px !important;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.incidentDetails {
  border-bottom: 2px solid #FC5600;
  font-size: 12px;
  background-color: #ffcc00;
  background-image: -moz-linear-gradient(top, #ffff00, #ffcc00);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffff00, #ffcc00);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffff00, #ffcc00);
  /* Opera 11.10+ */
  background-image: -webkit-linear-gradient(top, #ffff00, #ffcc00);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ffff00, #ffcc00);
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.incidentDetails h2 {
  line-height: 25px;
  color: white;
  font-weight: bold;
  background-color: #FC5600;
  padding-left: 25px;
  margin: 0;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.incidentDetails div {
  color: #333;
  padding: 4px 4px 4px 25px;
}
DIV.smartlet DIV.smartletContent DIV.viewerModule DIV.incidentDetails A {
  color: #FC5600;
}
DIV.smartlet DIV.smartletContent DIV.mapHistory {
  background-color: white;
}
DIV.smartlet DIV.smartletContent DIV.mapHistoryLocationDetailWrapper {
  overflow: scroll;
  max-height: 200px;
}
DIV.smartlet DIV.smartletContent DIV.mapHistoryLocationDetail {
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
}
DIV.smartlet DIV.smartletContent DIV.mapHistoryLocationDetail:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
DIV.smartlet DIV.smartletContent DIV.mhldHover:hover {
  background-color: #cccccc;
}
DIV.smartlet DIV.smartletContent DIV.mhldHover:hover SPAN {
  text-decoration: underline;
}
DIV.smartlet DIV.smartletContent DIV.queryLocation {
  background-color: #cccccc;
  padding: 0 10px;
}
DIV.smartlet DIV.smartletContent DIV.queryLocation DIV.mapSectionTitle {
  padding: 20px 0 0 0 !important;
}
DIV.smartlet DIV.smartletContent DIV.queryLocation DIV.queryLocationPhoneNumbers {
  padding: 5px 0 10px 0;
}
DIV.smartlet DIV.smartletContent DIV.queryLocation DIV.queryLocationButtons {
  padding: 20px 0;
}
DIV.smartlet DIV.smartletContent DIV.queryLocation A.button {
  margin: 0 !important;
}
DIV.smartlet DIV.smartletContent DIV.mapSectionTitle {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 10px;
}
DIV.smartlet DIV.smartletContent DIV.profileDataCategory DIV.grid.pct40 {
  width: 100%;
}
DIV.smartlet.fullSized {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
DIV.smartlet.fullSized DIV.smartletHeader A.smartletFullSize {
  background: url(../images/icons/i_smartlet_minus.png) no-repeat center center;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.grid.pct30 {
  clear: none;
  width: 30%;
  margin-right: 0;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.profileDataCategory DIV.grid.pct40, DIV.smartlet.fullSized DIV.smartletContent DIV.grid.pct40 {
  clear: none;
  width: 40%;
  float: left;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.grid.pct50 {
  clear: none;
  width: 50%;
  float: left;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.grid.pct50:first-child DIV {
  margin-right: 5px;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.grid.pct50:last-child DIV {
  margin-left: 5px;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.grid.max250 {
  max-width: none;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule TABLE TR.fullSizedHeader {
  display: table-row;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule TABLE TR.normalHeader {
  display: none;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.grid.pct30:first-child, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.grid.pct30:first-child, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.grid.pct30:first-child {
  width: 30%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.grid.pct40, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.grid.pct40, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.grid.pct40 {
  width: 40%;
  float: left;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.grid.pct50, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.grid.pct50, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.grid.pct50 {
  width: 50%;
  float: left;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.gender, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.gender, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.gender {
  width: 50%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.age, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.age, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.age {
  width: 50%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.medicalInfo, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.medicalInfo, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.medicalInfo {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.rescueInfo, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.rescueInfo, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.rescueInfo {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.photoAvailable, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.photoAvailable, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.photoAvailable {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.notesAvailable, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.notesAvailable, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.notesAvailable {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.hearing, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.hearing, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.hearing {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.speech, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.speech, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.speech {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.mobility, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.mobility, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.mobility {
  width: 20%;
}
DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.profileDetailSummary DIV.profileDetailAttribute.otherConditions, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.accurintProfileDetailSummary DIV.profileDetailAttribute.otherConditions, DIV.smartlet.fullSized DIV.smartletContent DIV.viewerModule DIV.profileWrapper DIV.otherDetailSummary DIV.profileDetailAttribute.otherConditions {
  width: 20%;
}
DIV.smartlet DIV#panicCall {
  font-size: 12px;
}

/* START Corporate /Facility Profile - Panic Call */
DIV#panicCallQuickSend, DIV#panicCallQuickSendCampusList, DIV#facilityProfileQuickSendCampusList, DIV#facilityProfileQuickSend {
  font-size: 16px; }
  DIV#panicCallQuickSend DIV.panicCallCannedMessage A, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 7px;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #d2d2d2; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A IMG, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A IMG, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A IMG, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A IMG {
      width: 15px;
      margin-right: 5px;
      vertical-align: middle; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A:last-child, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A:last-child, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A:last-child, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A:last-child {
      border-bottom: none; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A:hover, DIV#panicCallQuickSend DIV.panicCallCannedMessage A:focus, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A:hover, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A:focus, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A:hover, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A:focus, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A:hover, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A:focus {
      background-color: #D3EDF5;
      background-image: -moz-linear-gradient(top, #F1F9FC, #D3EDF5);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #F1F9FC, #D3EDF5);
      /* IE10 */
      background-image: -o-linear-gradient(top, #F1F9FC, #D3EDF5);
      /* Opera 11.10+ */
      background-image: -webkit-linear-gradient(top, #F1F9FC, #D3EDF5);
      /* Chrome 10+, Saf5.1+ */
      background-image: linear-gradient(top, #F1F9FC, #D3EDF5); }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A SPAN {
      display: inline-block;
      width: 21px;
      height: 21px; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.ACTIVE_ASSAILANT SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.ACTIVE_ASSAILANT SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.ACTIVE_ASSAILANT SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.ACTIVE_ASSAILANT SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_activeassailant.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.FIRE_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.FIRE_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.FIRE_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.FIRE_EMERGENCY SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_fire_emergency.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.EXTERNAL_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.EXTERNAL_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.EXTERNAL_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.EXTERNAL_EMERGENCY SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_external_emergency.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.MEDICAL_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.MEDICAL_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.MEDICAL_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.MEDICAL_EMERGENCY SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_medical_emergency.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.AED_CPR SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.AED_CPR SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.AED_CPR SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.AED_CPR SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_cpr_aed.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.NON_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.NON_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.NON_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.NON_EMERGENCY SPAN {
      background: url(../images/icons/panicCallMessage/icon_qs_no_action.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected {
      background-color: #268cb9;
      color: #FFF; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.ACTIVE_ASSAILANT SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.ACTIVE_ASSAILANT SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.ACTIVE_ASSAILANT SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.ACTIVE_ASSAILANT SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_activeassailant_white.png) no-repeat left center; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.FIRE_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.FIRE_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.FIRE_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.FIRE_EMERGENCY SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_fire_emergency_white.png) no-repeat left center; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.EXTERNAL_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.EXTERNAL_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.EXTERNAL_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.EXTERNAL_EMERGENCY SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_external_emergency_white.png) no-repeat left center; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.MEDICAL_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.MEDICAL_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.MEDICAL_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.MEDICAL_EMERGENCY SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_medical_emergency_white.png) no-repeat left center; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.AED_CPR SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.AED_CPR SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.AED_CPR SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.AED_CPR SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_cpr_aed_white.png) no-repeat left center; }
      DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected.NON_EMERGENCY SPAN, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected.NON_EMERGENCY SPAN, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected.NON_EMERGENCY SPAN, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected.NON_EMERGENCY SPAN {
        background: url(../images/icons/panicCallMessage/icon_qs_no_action_white.png) no-repeat left center; }
    DIV#panicCallQuickSend DIV.panicCallCannedMessage A.selected:hover, DIV#panicCallQuickSendCampusList DIV.panicCallCannedMessage A.selected:hover, DIV#facilityProfileQuickSendCampusList DIV.panicCallCannedMessage A.selected:hover, DIV#facilityProfileQuickSend DIV.panicCallCannedMessage A.selected:hover {
      background-color: #268cb9;
      background-image: -moz-linear-gradient(top, #268cb9, #268cb9);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #268cb9, #268cb9);
      /* IE10 */
      background-image: -o-linear-gradient(top, #268cb9, #268cb9);
      /* Opera 11.10+ */
      background-image: -webkit-linear-gradient(top, #268cb9, #268cb9);
      /* Chrome 10+, Saf5.1+ */
      background-image: linear-gradient(top, #268cb9, #268cb9); }

DIV#panicIncidentType, DIV#hasPrePlanAvailable {
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px; }

DIV.closeButton {
  float: right;
  margin: 5px 5px 0 0;
  cursor: pointer; }

DIV.closeButton A {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/icons/alert_close.png) no-repeat center center; }

DIV.closeButton A:hover {
  text-decoration: none; }

DIV.facilityProfileOuterWrapper {
  background-color: white;
  height: 100%; }

DIV#facilityProfileChangeCampusWrapper {
  background-color: #efefef;
  border-bottom: 1px solid #999a9a;
  margin: 0;
  padding: 0 10px;
  line-height: 28px; }
  DIV#facilityProfileChangeCampusWrapper A {
    background: url(../images/icons/icon_search.png) no-repeat left center;
    padding-left: 20px;
    color: #333;
    float: right;
    text-decoration: underline;
    font-size: 12px; }
    DIV#facilityProfileChangeCampusWrapper A:hover {
      font-weight: bold; }
  DIV#facilityProfileChangeCampusWrapper B#facilityProfileCurrentCampus {
    font-size: 12px; }

DIV#facilityProfileListCheckBoxWrapper DIV {
  display: inline-block;
  padding: 0 7px 0 5px;
  margin: 10px 5px 10px 0;
  line-height: 24px;
  font-size: 12px;
  color: white;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  DIV#facilityProfileListCheckBoxWrapper DIV:last-child {
    margin-right: 0; }
  DIV#facilityProfileListCheckBoxWrapper DIV.checked {
    background-color: #D3EDF5;
    background-image: -moz-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* IE10 */
    background-image: -o-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* Opera 11.10+ */
    background-image: -webkit-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(top, #F1F9FC, #D3EDF5);
    color: #333; }
  DIV#facilityProfileListCheckBoxWrapper DIV DIV.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 80px;
    background-color: transparent;
    border: none;
    margin: 0; }
  DIV#facilityProfileListCheckBoxWrapper DIV LABEL {
    font-size: 12px;
    white-space: nowrap; }

UL#facilityProfileNavBar LI {
  padding-left: 5px;
  padding-right: 5px; }

DIV.facilityProfileHeader, DIV.connectedCarHeader {
  padding: 10px;
  background-color: #f0f0f0;
  line-height: 20px;
  font-size: 14px;
  position: relative; }
  DIV.facilityProfileHeader A, DIV.connectedCarHeader A {
    text-decoration: underline;
    color: #007db4; }
    DIV.facilityProfileHeader A:hover, DIV.connectedCarHeader A:hover {
      color: #01638e; }
  DIV.facilityProfileHeader.search, DIV.connectedCarHeader.search {
    padding: 10px 45px 10px 10px; }
    DIV.facilityProfileHeader.search INPUT[type=text], DIV.connectedCarHeader.search INPUT[type=text] {
      width: 100%;
      float: none;
      font-size: 12px;
      height: 32px;
      padding: 0 5px; }
    DIV.facilityProfileHeader.search A.searchButton, DIV.connectedCarHeader.search A.searchButton {
      position: absolute;
      right: 9px;
      bottom: 16px;
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url(../images/icons/icon_search.png) no-repeat center center;
      text-decoration: none;
      font-size: 1px; }

DIV.campusBuildingListItem, DIV.searchedCampusBuildingListItem {
  display: none;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px solid gray;
  background-color: white;
  padding: 10px; }
  DIV.campusBuildingListItem.last, DIV.searchedCampusBuildingListItem.last {
    border-bottom: 1px solid gray; }
  DIV.campusBuildingListItem:hover, DIV.campusBuildingListItem:focus, DIV.searchedCampusBuildingListItem:hover, DIV.searchedCampusBuildingListItem:focus {
    background-color: #D3EDF5;
    background-image: -moz-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* IE10 */
    background-image: -o-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* Opera 11.10+ */
    background-image: -webkit-linear-gradient(top, #F1F9FC, #D3EDF5);
    /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(top, #F1F9FC, #D3EDF5); }

DIV.searchedCampusBuildingListItem {
  display: block; }

DIV#searchCampusesNoData {
  font-size: 14px;
  padding: 5px; }

DIV#searchBusy {
  display: none;
  height: 100%;
  padding-left: 50%;
  padding-top: 50%; }
  DIV#searchBusy IMG {
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px; }

DIV.campusAccordion A.accordion {
  background-image: url(../images/icons/icon_smartlet_arrow_dn_orange.png); }
DIV.campusAccordion A.accordion.expanded {
  background-image: url(../images/icons/icon_smartlet_arrow_up_orange.png); }

DIV.buildingsAccordion {
  background-color: #d9edf8 !important; }

DIV.buildingAccordion {
  background-color: #eaf5fb !important;
  padding-left: 25px !important; }
  DIV.buildingAccordion.caller {
    background: url(../images/icons/phone_red.png) no-repeat left center #eaf5fb !important;
    background-position: 5px !important; }

DIV.landlinesPopup {
  display: none;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  border: 1px solid black;
  background-color: white;
  z-index: 10; }
  DIV.landlinesPopup A.close {
    float: right;
    display: inline-block;
    background: url(../images/icons/modal_close.png) no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;
    text-decoration: none; }
    DIV.landlinesPopup A.close:hover {
      text-decoration: none; }
  DIV.landlinesPopup H1 {
    color: #FA7134;
    font-size: 20px;
    margin: 20px 0 0 20px; }
  DIV.landlinesPopup DIV.content {
    overflow-y: auto;
    max-height: 400px;
    min-height: 200px;
    clear: both;
    margin-top: 15px; }
    DIV.landlinesPopup DIV.content TABLE {
      table-layout: fixed;
      width: 100%; }
      DIV.landlinesPopup DIV.content TABLE TH {
        background-color: #ccc !important; }
      DIV.landlinesPopup DIV.content TABLE TH, DIV.landlinesPopup DIV.content TABLE TD {
        color: #333 !important;
        padding: 10px 0 10px !important;
        font-size: 14px !important; }
        DIV.landlinesPopup DIV.content TABLE TH.phoneNumber, DIV.landlinesPopup DIV.content TABLE TD.phoneNumber {
          width: 25%;
          padding-left: 20px !important; }
        DIV.landlinesPopup DIV.content TABLE TH.roomNumber, DIV.landlinesPopup DIV.content TABLE TD.roomNumber {
          width: 25%; }
        DIV.landlinesPopup DIV.content TABLE TH.description, DIV.landlinesPopup DIV.content TABLE TD.description {
          text-align: left !important;
          width: 50%;
          padding-right: 20px !important; }
      DIV.landlinesPopup DIV.content TABLE TR.callerPhone {
        background-color: #ffcc00;
        background-image: -moz-linear-gradient(top, #ffff00, #ffcc00);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #ffff00, #ffcc00);
        /* IE10 */
        background-image: -o-linear-gradient(top, #ffff00, #ffcc00);
        /* Opera 11.10+ */
        background-image: -webkit-linear-gradient(top, #ffff00, #ffcc00);
        /* Chrome 10+, Saf5.1+ */
        background-image: linear-gradient(top, #ffff00, #ffcc00);
        border: 2px solid #FA7134; }

/* END Corporate /Facility Profile - Panic Call */
/*
    Mitch: handheld smartlet style overrides, need these to alter display
    to conform to renderings. Amongst other things, these styles allow the
    smartlets to stack and are accordioned.
*/
DIV.smartlet {
  clear: both;
  position: static;
  float: none;
  width: 938px;
  margin: 0 !important;
  height: auto !important; }
  DIV.smartlet DIV.smartletHeader DIV.action.smartletFullSize {
    display: none; }
  DIV.smartlet DIV.smartletHeader DIV.action.smartletClose {
    display: none; }
  DIV.smartlet DIV.smartletHeader DIV.action.smartletPin {
    display: none; }
  DIV.smartlet DIV.smartletHeader DIV.action.smartletAccordion {
    display: inline-block; }
  DIV.smartlet DIV.smartletContent {
    display: none;
    height: auto !important; }
    DIV.smartlet DIV.smartletContent DIV#eyeWitnessConversation, DIV.smartlet DIV.smartletContent DIV#currentIncident {
      height: auto !important;
      max-height: 240px !important; }

#facilityProfile #facilityProfileNavBar LI.facilityProfileQuickSend {
  display: none !important; }

#facilityProfileQuickSend {
  display: none !important; }

/* #facilityProfileChangeCampusWrapper{ display: none !important; } */
#facilityProfileSearchCampus, #facilityProfilePanicIncidentCampusList {
  /* position: absolute; */
  /* left: -10000px; */ }

/* facilitiesList */
.headerFloat {
  float: left;
  width: 265px; }

#facilitiesListTable {
  table-layout: fixed; }
  #facilitiesListTable TH {
    vertical-align: bottom; }

#facilitiesHeaderHR {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

DIV.medCondition {
  clear: both; }

SPAN.medCondQuestion {
  float: left;
  padding-right: 0.3em; }

SPAN.medCondAnswers {
  float: left; }

.medCondAnswer {
  float: left; }

.medCondAnswer SPAN {
  float: left;
  white-space: nowrap; }

SPAN.medCondAnswers .medCondAnswer::after {
  float: left;
  content: ",";
  padding-right: 0.3em; }

SPAN.medCondAnswers .medCondAnswer:last-child::after {
  float: left;
  content: ""; }

/*
#facilitiesListTable td:nth-of-type(1), #facilitiesListTable th:nth-of-type(1) { width: 14%; }
#facilitiesListTable td:nth-of-type(2), #facilitiesListTable th:nth-of-type(2) { width: 20%; }
#facilitiesListTable td:nth-of-type(3), #facilitiesListTable th:nth-of-type(3) { width: 20%; }
#facilitiesListTable td:nth-of-type(4), #facilitiesListTable th:nth-of-type(4) { width: 18%; }
#facilitiesListTable td:nth-of-type(5), #facilitiesListTable th:nth-of-type(5) { width: 15%; }
#facilitiesListTable td:nth-of-type(5), #facilitiesListTable th:nth-of-type(6) { width: 18%; }
*/
