body{
	background-color:#ecfcfb;
}
.word-break{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.myBtn{
    color:#e98536;
    background-color: #ecfcfb;
    border:solid 1px #818586;
    border-radius:5px !important;
}
.myBtn:focus, .myBtn:hover {
    color:#e98536;
    background-color: #e1f1f0;
}

