.enba-wrapper {
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.admin-bar .enba-wrapper[data-enba-position="top"] {
    margin-top: 32px;
}
.enba-content-area {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.enba-info {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    text-align: left;
    padding: 5px;
    font-size:13px;
}
.enba-wrapper h3.enba-title {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    width: 100%;
    font-family: inherit;
}
.enba-wrapper a {
    text-decoration: none;
}
.enba-wrapper h3.enba-title:hover {
    cursor: pointer;
}
.enba-countdown {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    text-align: left;
    padding: 5px;
}

.enba-countdown-timer > .enba-section {
    display: inline-block;
  }
  
  .enba-countdown-timer > .enba-section .enba-amount,
  .enba-countdown-timer > .enba-section .enba-word {
    display: block;
    text-align:center;
    text-transform: uppercase;
  }
  .enba-wrapper .enba-section {
    line-height: 20px;
    min-width: 60px;
  }
         
   .enba-section {height: auto; width:auto;margin-bottom: 5px}
   .enba-section > span.enba-amount {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
}
.enba-section > span.enba-word {
    font-size: 13px;
    padding: 2px;
}
  
  
  
  .enba-section{
  margin-right: 2px;
  border:3px solid;
  }

  .enba-wrapper span.enba-date {
    display: inline-block;
}
.enba-wrapper span.enba-location {
    display: inline;
}
.enba-wrapper span.tribe-address {
    display: inline-flex;
}

.enba-close-button {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 2px;
}

.enba-show-button {
    float: right;
    width: auto;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    padding: 5px;
    position: fixed;
    right: 0;
}


body.logged-in.admin-bar .enba-wrapper.top{
    margin-top: 32px;
}
body.logged-in.admin-bar .enba-show-button{
    margin-top: 32px;
}
