table {
    width: 100%;
    border: 1px solid rgba(135, 166, 224, 0.99) !important;
    line-height: 22px;
}

tbody tr td {
    text-align: center;
}

tr.oddrow {
    background-color: #b3d4fc;
}

tr.evenrow {
}

.astoredata {
    height: 300px;
    overflow: scroll;
    border: 2px solid;
}

.wrapper {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

h3 {
    border-top: 2px solid;
    width: 100%;
}

.astoretitle {
    color: black;
}

.colhdr {
    text-align: left;
    padding-left: 5px;
}

.close-button {
    float: right;
    clear: right;
    font-size: medium;
}

.close-button a {
    position: absolute;
    margin-top: 2px;
    width: 21px;
    height: 21px;
    background: transparent url('../img/x-mark-white-128.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    z-index: 1;
}

.title {
    float: left;
    font-size: x-large;
    color: white;
}

.header-container {
    height: 25px;
    background-color: black;
}

.unavailablesection {
  display: none;
  width: 50%;
  margin: auto;
  background-color: #a9caf0;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.unavailablehover {
  background-color: #a9caf0;
  color: #1726C2;
}

.otherstrtablhdr {
    background-color: slategray;
    color: ghostwhite;
}

.unavailablesectioninline td table {
    /* margin-left: auto; */
    margin: auto;
    width: 50%;
    background-color: dodgerblue;
    
}
.unavailablesectioninline td table caption {
    color: black;
    
}

.unavailablesectioninline {
  display: none;
  width: 50%;
  margin: auto;
  color: #fff;
  font-size: 0.8em;
}	
