
#message-wrap > div:last-child > *:last-child
{
    padding-bottom: 20px;
    clear: both;
}

#message-wrap-overlay
{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #444;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 200;
    position: fixed;
}

#message-wrap
{
    position: fixed;
    top: 25%;
    left: 0px;
    right: 0px;
    bottom: 25%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    z-index: 201;
    width: 600px;
    margin: 0 auto;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 5px;
}

#message-wrap > div:last-child
{
    padding: 15px;
}

.choice-button
{
    margin: 10px;
    width: 80px;
}

#message-close-wrap
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(01,0,0,0.1);
}

#message-title
{
    padding-left: 15px;
    color: black;
}

#message-close
{
    background-color: #a71313;
    color: white;
    border: 1px solid rgba(0,0,0,0.1);
    padding:15px;
    overflow: hidden;
}

#message-wrap > div { text-align: left; }

.anim-medium-more
{
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -o-transition: 0.35s all ease-in-out;
    -ms-transition: 0.35s all ease-in-out;
    transition: 0.35s all ease-in-out;
}
