.csp-inline-full-width {
  width: 100%;
}

.csp-inline-section-gap {
  margin-bottom: 7px;
}

.csp-inline-link-underline {
  text-decoration: underline;
}

.csp-inline-side-margin {
  margin: 0 5% 15px 5%;
}

.csp-inline-logo-offset {
  left: 80px;
}

.csp-inline-no-margin {
  margin: 0;
}

.csp-inline-top-margin-40 {
  margin-top: 40px;
}

.csp-inline-text-left {
  text-align: left;
}

.csp-inline-border-none {
  border: none;
}

.csp-inline-link-accent {
  color: #990099;
}

.csp-inline-name-left {
  width: 48%;
}

.csp-inline-name-right {
  width: 48%;
  float: right;
}

.csp-inline-margin-top-10 {
  margin-top: 10px;
}

.csp-inline-pointer {
  cursor: pointer;
}

.csp-seminar-list-image {
  width: 100%;
  height: 100%;
}

.sfForm_btn {
  width: 100%;
  text-align: center;
}

button.confirmbtn {
  width: 240px;
  height: 44px;
  margin: 10px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  background: linear-gradient(#73b3f7, #53a2f7);
  border-radius: 4px;
  border: none;
}

button.confirmbtn:hover {
  background: linear-gradient(#abd1fa, #92c2fa);
}

button.confirmbtn:focus {
  border: 1px solid #0000ff !important;
}

button.confirmbtn:disabled {
  background: linear-gradient(#ccc, #ccc);
}

#modal-content {
  z-index: 5;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  line-height: 1.5;
  height: 80%;
}

#modal-content h1 {
  font-size: 2em;
  border-left: 10px;
  background: #58ACFA;
  color: #ffffff;
}

#modal-content p {
  font-size: 1em;
  border-left: 10px;
}

#modal-content table.confirmTbl {
  margin-left: 10px;
  width: 95%;
}

#modal-content table.confirmTbl th {
  width: 40%;
  font-size: 1em;
  padding: 5px;
  border: 1px solid #000;
  background: #ddecee;
  height: 10%;
  z-index: 3;
}

#modal-content table.confirmTbl td {
  width: 60%;
  font-size: 1em;
  padding: 5px;
  border: 1px solid #000;
}

.modalbtndiv {
  width: 50%;
  margin: 0 auto;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

button#modalEntry.confirmbtn,
button#modalCancel.confirmbtn {
  width: 120px;
  height: 30px;
}

button#modalCancel.confirmbtn {
  background: linear-gradient(#999, #666);
}

button#modalCancel.confirmbtn:hover {
  background: linear-gradient(#aaa, #999);
}

#modal-overlay {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-content > .csp-inline-modal-height-small {
  height: 8%;
}

#modal-content > article.csp-inline-modal-height-main {
  height: 76%;
}