/*.st-outline {
    margin-top: 4px !important;
}
.answer .st-message-r {
    top: 18px !important;
}*/
.answer .st-outline {
    float: left;
    width: auto !important; 
}
.Card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow-1);
        width: 524px;
}
.Flex {
    display: -ms-flexbox;
    display: flex;
}
.GuessYou-title {
    width: 45px;
    padding: 12px;
    color: rgba(0,0,0,0.4);
    font-size: 18px;
    line-height: 1.25;
}
.FlexItem {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 0;
}
.List {
    background: #fff;
}
.GuessYou .ListItem {
    padding: 12px 10px 12px 0;
    color: #e37211;
    font: icon;
}
.ListItem:first-child {
    border-top: 0;
}
.ListItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,.06);
    color: var(--gray-1);
    transition: .3s;
}
.ListItem-content {
    -ms-flex: 1;
    flex: 1;
}
#append {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 15;
    overflow-y: auto;
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    background: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: .2s;
    pointer-events: none;
}
#append.show{
	opacity: 1;
	transform: translateY(0);
    pointer-events: auto;
}
#append p {
    display: block;
    padding: 9px 16px;
    border-top: 1px solid #eee;
    color: var(--gray-dark);
    cursor: pointer;
}
