#hal-app .messages {
  list-style: none;
  margin: 0;
  padding: 0;
}

#hal-app .messages li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

#hal-app .panel-body {
  overflow-y: auto;
  height: 300px
  /*background: url("background.png") no-repeat left top;*/
  background-size: cover;
  box-sizing: content-box;
  background-color: #FFF;
}

.removeAnimation{
  animation: none !important;
}

#hal-app ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#hal-app ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#hal-app ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

#hal-app .buttons {
	float:right;
}

#hal-app .btn-default {
	margin-left: 5px;
}

#hal-app .button_alignment{
width:100%;
float:left;
}


#hal-app .bot_output{
/*float:right;
width: 60%;*/
}

#hal-app .bot_output > strong {
    color:#BDC6CD;
}

#hal-app .bot_output > span {
font-weight: bold;}

#hal-app .user_input > strong {
    color:#BDC6CD;
}

#hal-app .user_input > span {
font-weight: bold;}

#hal-app .user_input{
width:60%;
float:left;
}
#hal-app .compared_text{
width:100%;
}

#hal-app .user_input .compared_text{
    border-top: 1px solid #ccc;

    padding-top: 5px;

    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 10px;}

#hal-app .bot_output .compared_text{
border-top: 1px solid #ccc;
     padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 10px;
}

#hal-app .correction_text {
font-weight: bold;
}

#hal-app .script_box {
text-align:center;
margin-bottom:30px;
width: 40%;
margin: auto;
padding: 10px;
border-radius: 10px;
text-align: left;
margin-bottom: 10px;
border: 1px solid #ccc;
}

/*.panel-heading {
	padding: 41px 15px !important;
}
* */

#hal-app .panel-heading{
    height: 30px;
  box-sizing: content-box;
}

#hal-app .panel-heading header{

    font-size: 18px;
    margin-top: 5px;
        width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hal-app footer{
  margin-top: 0px !important;
  padding: 0px;
  background: none;
}