.lofpromotionbar-style {
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

#lofpromotionbar-fixed-page-top {
    position: sticky;
    top: 0;
    z-index: 10
}

#lofpromotionbar-fixed-page-bottom {
    position: sticky;
    bottom: 0;
    z-index: 10
}

.lofpromotionbar-style .content-template {
    padding: 1rem 2rem
}

.lofpromotionbar-style .content-template a {
    text-decoration: none
}

.lofpromotionbar-style .content-template .lofpromotionbar_url_text {
    padding: .5rem .5rem;
    border-radius: 3px
}

.lofpromotionbar-style .content-template .lofpromotionbar-close-btn {
    font-size: 20px;
    float: right;
    cursor: pointer
}

.lofpromotionbar-style .content-template .lofpromotionbar-close-btn:hover {
    font-weight: bold
}

.lofpromotionbar-style p {
    margin: 3px;
}