#message {
    position: fixed;
    display: block;
    background-color: #e34a4a;
    color: #e6e6e6;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    font-family: 'Roboto', sans-serif;
    z-index: 999;
    transition: none 0.25s ease 0s;
    overflow: scroll;
}

.inner {
    text-align: center;
    margin: 0;
    padding: 0;
}

.close-btn {
    user-select: none;
    float: right;
    font-size: 90%;
    padding: 0;
    height: 20px;
}

.close-btn svg {
    padding: 0 4px 0 4px;
    transition: 0.3s;
    height: 20px;
}