/* your styles go here */

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}

#log-out {
    cursor: pointer;
}

.processed {
    color: rgb(255, 152, 0);
}

.flex-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.flex-list .sidebar-item {
    flex: 1;
    text-align: center;
}

.message-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 85%;
    z-index: 1000;
}

.image-container {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* Airlines */

.airline-active {
    background-color: #28a745;
    color: white;
}

.airline-inactive {
    background-color: #9fa1a0;
    color: white;
}

.airline-item {
    cursor: pointer;
}