.eventDetailsHeader {
  margin: 10px 10px 5px;
  text-align: left;
}

.eventDetailsContentInner {
  padding: 5px;
  padding-top: 0;
}

.eventDetailsContent a,
.eventDetailsContent a:hover,
.eventDetailsContent a:visited {
  /* color: #565347; */
  color: #990000;
  font-family: Arial, Georgia, Trebuchet MS;
  text-decoration: none;
  /* border-bottom-color: #81785a; */
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.eventDetailsContent ul {
  margin: 0;
  padding: 0;
}

.eventDetailsContent ul li {
  padding: 5px 10px;
  margin-left: 25px;
}

.eventDetailsContent ul li.row_0_col_0 {
  float: left;
  width: 125px;
  height: 133px;
  margin-left: auto;
  margin-right: auto;
}

.eventDetailsContent ul li.row_x_col_0 {
  width: 125px;
  position: relative;
  float: left;
}

.eventDetailsRegistration,
.eventRegistrationClosed {
  display: inline-block !important;
  margin: 0 10px 10px;
  height: 20px;
  margin-left: 0;
}

/* .eventRegistration, .eventRegistrationClosed */
.eventRegistrationClosed {
  display: inline-block !important;
  background-image: url(../Images/TileBackground.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 100%;
  position: absolute;
  padding: 4px 0;
  width: 100%;
  max-width: 375px;
  text-align: center;
  font-size: 115%;
  font-weight: bolder;
  letter-spacing: 1px;
  /* border:1px solid #F8F3D2; */
  outline: none;
  cursor: pointer;
  background-color: #dcdcdc;
  border-radius: 0;
  color: #fff;
  /* border:1px solid #444;*/
}

.eventRegistration,
.eventRegistrationClosed {
  display: inline-block !important;
  max-width: 355px;
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.eventDetailsRegistration {
  height: 40px;
}

div.jqi {
  border: none !important;
}

div.jqi .jqititle {
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
}

div.jqi .jqiclose {
  font-size: 1rem !important;
  right: 2px !important;
  top: 8px !important;
  cursor: pointer !important;
}

div.jqi .jqimessage {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

div.jqi .jqibuttons {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div.jqi .jqibuttons button {
  font-size: 1rem !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 1rem !important;
  padding-bottom: 0.5625rem !important;
  padding-left: 1rem !important;
  background-color: #900;
}

div.jqi .jqibuttons button.jqidefaultbutton {
  color: #fff !important;
}

div.jqi .jqibuttons button:hover {
  color: #fff !important;
  background-color: #900 !important;
}

.GuestLoginDialog .ZebraDialog_Body {
  min-height: unset;
  padding-bottom: 10px;
}

.GuestLoginDialog .ZebraDialog_Buttons a {
  display: block;
  float: none;
  margin-top: 10px;
}
