﻿.messageBox {
    display: block;
    position: fixed;
    right: 0px;
    top: 150px;
    width: 280px;
    z-index: 100;
}

    .messageBox div {
        position: relative;
        /*border-top: 3px solid #403f70;
        border-bottom: 3px solid #403f70;
        border-left: 3px solid #403f70;*/
        background: #fff;
        padding: 5px;
        margin-top: 5px;
        background: rgba(0, 0, 0, 0.8);
    }

    .messageBox h2 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
        line-height: unset;
    }

    .messageBox table td, .messageBox table td * {
        vertical-align: top;
    }

    .messageBox img {
        display: inline-block;
        height: 16px;
        width: 16px;
        border: 1px solid #403f70;
        border-radius: 10px;
        padding: 1px;
        transition: 0.5s;
    }

        .messageBox img:hover {
            height: 20px;
            width: 20px;
        }

    .messageBox p {
        margin-bottom: 0px;
        font-size: 13px;
        margin-left: 27px;
    }
