* {
	font-family: 'Roboto', sans-serif;
}
html, body {
	font-size: 16px;
}

section#demo {
	background: #f5f5f5;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.card {
	background: #fff;
    box-shadow: 3px 3px 28px 2px rgba(0, 0, 0, 0.2);
    padding: 7px 15px;
}

img.bot-avatar {
	float: left;
	left: 0px;
width:35px;
}

div.conv-form-wrapper div#messages div.message.to {
    margin-left: 35px;
    margin-top: -35px;
}
.bot-container {
	width: 100%;
    float: left;
}
