﻿.float-message {
    position: fixed;
    z-index: 1001;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    color: #444;
    font-size: 16px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


.float-message-inner {
    position: relative;
}

.close-link {
    text-decoration: none;
    color: #444;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 18px;
}
