body {
    background-color: #D9DBD5;
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Lucida Grande", Arial, "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
}

nav.navbar {
    background-color: #009688;
    border: none;
    box-shadow: 0 0 10px #000;
    color: white;
}

nav a.navbar-brand {
    color: white !important;
    font-weight: 900;
}

nav .navbar-nav li a {
    color: white !important;
    cursor: pointer;
}

.welcome-header {
    margin-top: 1%;
}

.welcome-header .card {
    margin: auto;
}

.welcome-header img {
    display: block;
    margin: auto;
    width: 50%;
}

.aloo {
    background-color: #FFFFFF;
    margin: 2px;
    width: 80%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    padding: 2px 7px 0 7px;
}

.aloo .user {
    font-weight: 900;
}

.aloo .time {
    font-size: 10px;
    text-align: right;
    color: #626362;
    margin-right: 5px;
    padding: 0;
}

video {
    height:100%;
    width: 100%;
}
.video_holder {
    width:150px;
    height: auto
}
audio {
    height:100%;
    width: 100%;
}
.audio_holder {
    width:150px;
    height: auto
}

img {
    max-width: 100%;
    max-height: 100%;
}

.image_holder {
    width:150px;
    height: auto
}

.image_holder:hover {
  color: #424242; 
  -webkit-transition: all 0.35s ease-in-out;    
  -moz-transition: all 0.35s ease-in-out;    
  transition: all 0.35s ease-in-out;  
  opacity: 1;
  transform: scale(4);
}

.new-user-block {
    margin-top: 10px;
}

.alternate-user {
    background-color: #DCF8C6;
    margin-left: 20%;
}

#users_list {
    background-color: transparent;
    position: fixed;
    right: 0;
}

#users_list span {
    display: block;
    border-bottom: 1px solid black;
    padding: 5px;
    font-size: 12px;
    padding-right: 30px;
    font-weight: 900;
    background-color: #FFFFFF;
}

#users_list span:nth-child(2) {
    background-color: #DCF8C6;
}

#users_list span:first-child {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}

#users_list span:last-child {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

#users_list img {
    width: 40px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin: 0 10px;
}


.faq-icons {
    font-size: 30px;
    margin: 4px;
}

.faq-icons a {
    color: rgb(51, 51, 51);
}

.faq-icons a:hover {
    color: rgb(51, 51, 51);
}

#accordion .card .card-header {
    cursor: pointer;
}