body {
  margin: 1em;
  background-color: #fff;
}

.EBALogo {
  text-align: left;
}

th {
  text-align: left;
  color: #006;
  border-bottom: 1px solid #ccc;
}

tr.odd {
  background-color: #ddd;
}

tr.even {
  background-color: #fff;
}

td {
  padding: 5px;
}

#menu {
  visibility: hidden;
}

#main {
  margin: 1em;
}

.tabs--primary.nav.nav-tabs {
  display: none;
}

.alert,
.alert-block,
.alert-dismissible,
.alert-danger,
.messages.error,
.form-submit,
.AddThis,
.PubShare,
div.sbkm {
  display: none !important;
}

.cke_editable .alert {
  display: block !important;
}

.alert.alert-info {
  display: block;
}

.Footer {
  margin-top: 200px;
  padding: 30px 0;
  font-size: 12px;
  display: none;
}

dl.SingleRulebookRecord dt {
  border-top: 1px dashed #ecf0f3;
  padding: 0.5em 0;
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  text-align: left;
  white-space: initial;
  width: 35%;
  float: left;
}

dl.SingleRulebookRecord dd {
  border-top: 1px dashed #ecf0f3;
  padding: 0.5em 0;
  padding-bottom: 0;
  margin-left: 38%;
}
