﻿@import url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);

.jack.messages {
    position: fixed;
    font-family: 'Noto Sans CJK TC';
    font-size: 1.5em;
    line-height: 1.5em;
    color: white;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.jack.message {
    height: 0; /*先隱藏Message*/
    width: 100%;
}

.jack.message span {
    margin-left: 0.7em;
}