.bot-bubble {
    position: relative;
    display: block;
    background-color: #e2f8ff;
    padding: 10px;
    max-width: 60%;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
}

.hum-bubble {
    position: relative;
    display: block;
    background-color: #aaffbd;
    padding: 10px;
    max-width: 60%;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
}

#chat-hint-wrapper {
    position: relative;
}

#chat-hint-center {
    position: relative;
    left: 50%;
}

#chat-hint {
    color: #969494;
    text-align: center;
    position: relative;
    left: -50%;
}

#hum-input {
    width: 100%;
    outline: none;
    font-size: 16px;
}

#idea-done-button {
    padding: 2px;
}

#doc-input {
    width: 100%;
    height: 350px
}

#round-info {
    text-align: right;
    font-size: 20px;
}

#doc-input {
    width: 70%;
}

.instructions {
    font-size: 16px;
}

#notification-bubble {
	padding: 5px;
	display: inline-block;
	background-color: #ff0000;
}