
.lg-banner{
    width: 100%;
    height: 120px;
    border: 1px solid grey;
    border-radius: 4px;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}

.lg-banner p{
    margin:5px;
}

.lg-banner a{
    color: white;
    text-decoration: none;
}

.lg-banner table{
    width: 100%;
}

.lg-banner div{
    width: 80px;
    height: 68px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 12px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 1px;
}

.lg-banner .lg-banner-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: black 2px 1px 3px;
    max-width: 78px;
}


.lg-banner #lg-close-banner{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    cursor: pointer;
}