.modalNotice {
    width: 360px;
}

.classic-theme #lightbox.transparent {
    background-color: transparent;
    cursor: default;
}

#wlt-BaseNotice .background {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
}

#wlt-BaseNotice .background.bg-left {
    left: 0;
    top: 0;
    width: 106px;
    height: 42px;
}

#wlt-BaseNotice .background.bg-right {
    left: 344px;
    top: 0;
    right: 0;
    height: 42px;
}

#wlt-BaseNotice .background.bg-bottom {
    left: 0;
    top: 42px;
    right: 0;
    bottom: 0;
}

#wlt-BaseNotice .message-box {
    position: absolute;
    left: 106px;
    top: 58px;
    width: 240px;
    /*border: 3px solid #666666;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    z-index: 1;
    padding: 15px;
    text-align: center;
    font-family: Roboto;
}

#wlt-BaseNotice .message-box:before {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    left: 100px;
    bottom: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid white;
}

#wlt-BaseNotice p {
    font-size: 13px;
    margin: 0 0 1em;
}

#wlt-BaseNotice p:last-of-type {margin-bottom: 1.5em;}

#wlt-BaseNotice a.button {
    display: inline-block;
    width: auto;
    padding: 3px 15px;
    font-size: 13px;
}

#modal-notice .modal-body a{
    color: blue;
}

#modal-notice .modal-body{
    font-size: 14px;
}

#modal-notice .modal-body p{
    margin-bottom: 10px;
}

#modal-notice .modal-body ul{
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0px;
}