h1 {
    font-family: "Times New Roman", Times, serif;
}

ul {
    list-style-type: none;
}

span {
    font-weight: bold;
}

.navigation a {
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  padding: 0em 2em;
}

.logout {
    float: right;
    margin-right: auto;
}

.container {
    display: -webkit-flex;
    display: flex;
}

.auctions {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}

.auction_details {
    display: none;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
    margin: 1em 2em
}

div.placeBidContainer > label > input {
    visibility: hidden;
}

div.placeBidContainer {
    max-width: 10em;
    float: left;
}

div.placeBidContainer > button {
    display: block;
    border: 0.18em solid grey;
    border-radius: 1em;
    margin-bottom: -0.1em;
    cursor: pointer;
    display: inline-block;
    line-height: 2em;
    margin-right: 3em;
    width: 6em;
    height: 2.2em;
}

/* div.placeBidContainer > button + i {
    visibility: hidden;
    color: green;
    margin-left: -0.5em;
    margin-right: 0.2em;
} */

div.bid_msg {
    /* position: fixed; */
    overflow: scroll;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0.2em solid indianred;
    width: 30em;
    height: 15em;
}

.bidderCount {
    float: right;
    margin-right: 10em;
}

.anchor-button {
    display: block;
    width: 10em;
    height: 1em;
    background: #4E9CAF;
    padding: 0.7em;
    text-align: center;
    border-radius: 1.5em;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin: 2em 1em;
    cursor: pointer;
}

.publish_auction {
    margin-left: 5em;
    margin-top: 2.4em;
    margin-bottom: 2.9em;
    padding: 0.7em;
    text-align: center;
    border-radius: 1.5em;
    border: 0.2em solid gray
}