body {
    background: #fff;
}

.emojioneemoji {
    height: 2ex;
    width: 2.1ex;
    min-width: 20px;
    min-height: 20px;
}

.row.messages{
    margin:12px;
    border-radius: 8px;
}
.messages  {
    /* border: solid 2px #333; */
    /* margin: 0; */
    margin-top: 0.5rem;
    margin-top: 0.5rem;
    box-shadow: 6px 4px 4px #666;
}

.col.col-12.msgcontent {
    padding-left: 0;
    padding-right: 0;
    border-radius: 8px;
}

.delete-btn {
    float: right;
    border-radius: 12px;
}

.delete-url {display: none;}

.delete-url > img { width: 1.8rem;}

.dates > a { float: right; }

.dates {
    color: #555;
    border-bottom: solid 1px #333; 
    font-size: 1.rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.contents {
    font-size: 1rem;
}
.contents, .dates {
    padding-left: 0.7rem;
    padding-right: 0.5rem;
}
.link {
    border-top:solid 1px #444;
    font-size:1.2rem;
    padding-top:0.3rem;
    padding-bottom:0.3rem;
    padding-left:0.7rem;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .msg-content, .msg-action, .msg-action {
       font-size: 1rem;
    }
}
