.boost-notification {
    position: fixed;
    width: 412px;
    height: 77px;
    margin: 5px;
    padding: 3px;
    border-radius: 100px;
    border:2px solid #0c0088;
    display: none;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 999999;
    box-shadow:0 3px 4px 0 rgba(0,0,0,0.18);
}
.boost-notification .boost-notification-map {
    border-radius:50%;
    overflow:hidden;
}

.boost-notification-map {
    width: 67px;
    height: 67px;
    border-radius: 100px;
    background-image: url('../imgs/default-map.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    position: relative;

    box-sizing: border-box;
}

.boost-notification-map a{
    display: block;
    width: 69px;
    height: 69px;
}

.boost-notification-map img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.boost-notification-map img.google-map {
    max-width: none;
    transform: translate(-36%, -34%) scale(0.6);
}
.boost-notification-map .fake-map-text-box {
    position: absolute;
    width: 100%;
    bottom: 38px;
}
.boost-notification-map .fake-map-text-box .fake-map-text {
    width: 80%;
    margin: auto;
    display: block;

    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;

    font-size: 9px;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
}

.boost-notification-message {
    margin-left: 67px;
    width: auto;
    height: 67px;
    padding: 10px 10px 7px 15px;
    box-sizing: border-box;
}

.boost-notification-message-top,
.boost-notification-message-bottom,
.boost-notification-message-info {
    line-height: 16px;
    width: 100%;
}
.boost-notification-message-info .boost-notification-credit {
    line-height: 13px;
}
.boost-notification-message-info .boost-notification-credit>div {
    display: inline-block;
}

.boost-notification-message-top,
.boost-notification-message-bottom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boost-notification-message-top,
.boost-notification-message-top>a,
.boost-notification-message-bottom,
.boost-notification-message-bottom>a,
.boost-notification-credit,
.boost-notification-credit .boost-notification-credit-text-bottom a {
    color: #060047;
}

.boost-notification-message-top .boost-notification-product-name,
.boost-notification-message-bottom .boost-notification-product-name {
    font-family:OpenSans-Bold;
}

.boost-notification-message-top a.boost-notification-product-name,
.boost-notification-message-bottom a.boost-notification-product-name {
    text-decoration: underline;
}

.boost-notification-credit .boost-notification-credit-text-bottom a,
.boost-notification-credit .boost-notification-credit-text-bottom a:hover,
.boost-notification-credit .boost-notification-credit-text-bottom a:active,
.boost-notification-credit .boost-notification-credit-text-bottom a:focus {
    text-decoration: none;
    outline:  none;
}

.boost-notification-message-bottom,
.boost-notification-message-bottom>a,
.boost-notification-message-info {
    font-family:OpenSans-Regular;
}

.boost-notification-message-top {
    font-size: 14px;

    font-family:OpenSans-Bold;
    letter-spacing:-0.16px;
}

.boost-notification-message-bottom,
.boost-notification-message-bottom>a{
    font-size: 12px;
    letter-spacing:-0.14px;
}
.boost-notification-message-info {
    font-size: 10px;
    letter-spacing:-0.11px;
    color: rgba(6,0,71,0.52);
}

.desktop_bottom_left {
    bottom: 0;
    left: 0;
}

.desktop_bottom_right {
    bottom: 0;
    right: 0;
}

.desktop_bottom_middle {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px auto; /* Will not center vertically and won't work in IE6/7. */
}

.desktop_top_left {
    top: 0;
    left: 0;
}

.desktop_top_right {
    top: 0;
    right: 0;
}

.desktop_top_middle {
    top: 0;
    left: 0;
    right: 0;
    margin: 5px auto; /* Will not center vertically and won't work in IE6/7. */
}

.boost-notification-mobile {
    left: 0;
    right: 0;
    margin: 5px auto; /* Will not center vertically and won't work in IE6/7. */
}

.mobile_top {
    top: 0;
}

.mobile_bottom {
    bottom: 0;
}

.desktop_bottom {
    bottom: 0;
}

.desktop_hide, .mobile_hide {
    display: none;
}

.boost-notification.preview {
    position: static;
    float: none;
    display: block;
}

.boost-notification-message-info {
    position: relative;
}
.boost-notification-message-info .boost-notification-time,
.boost-notification-message-info .boost-notification-credit {
    display: inline-block;
}
.boost-notification-message-info .boost-notification-credit{
    position: absolute;
    right: -10px;
    top: 10px;
    white-space: nowrap;
    font-size: 11px;
}
.boost-notification-square .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile .boost-notification-message-info .boost-notification-credit {
    right: -12px;
}
.boost-notification-mobile .boost-notification-message-info .boost-notification-credit > div {
    display: inline-block;
}
.boost-notification-message-info .boost-notification-credit span {
    display: inline-block;
    vertical-align: middle;
}
.boost-notification-message-info .boost-notification-credit .boost-notification-credit-img {
    margin: 0 5px;
    width: 19px;
    height: 19px;
    border: 2px solid transparent;
    border-radius: 100px;
    text-align: center;
}
.boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom {
    text-align: left;
    font-weight: bold;
    font-family: Baloo-Regular;
}
.boost-notification-square .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom {
    text-align: right;
}

.boost-notification-round {
    border-radius: 100px;
}
.boost-notification-round .boost-notification-map {
    border-radius: 100px;
}

.boost-notification-square,
.boost-notification-square .boost-notification-map,
.boost-notification-mobile,
.boost-notification-mobile .boost-notification-map {
    border-radius: 0;
}

.boost-notification-mobile .boost-notification-map .fake-map-text-box {
    bottom: 26px;
}
.boost-notification-mobile .boost-notification-map .fake-map-text-box .fake-map-text {
    width: 100%;

    font-size: 8px;
}

.boost-notification .boost-close-button {
    position: absolute;
    /*right:22%;*/

    box-sizing: border-box;
    z-index: 3;
    top: -4px;
    right: -4px;
    /*right: 8px;*/

    cursor: pointer;

    line-height: 14px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    /*color: rgba(6,0,71,0.34);*/

    background:#ffffff;
    /*border:2px solid #d2d1de;*/
    border:2px solid;
    border-radius: 50px;

    width:17px;
    height:17px;

    display: none;
}
/*.boost-notification-square .boost-close-button {*/
    /*right: -4px;*/
/*}*/

.boost-notification.allow-to-close .boost-close-button {
    display: block;
}


.boost-notification.preview-step1,
.boost-notification.preview-step1 div {
    display: block;
    box-sizing: border-box;
    position: static;
    margin:0;
}
.boost-notification.preview-step1,
.boost-notification.preview-step1 .boost-notification-map  {
    height: 76px;
    border:3px solid #0c0088;
    border-radius:100px;

}
.boost-notification.preview-step1 {
    width: 343px;
}
.boost-notification.preview-step1 .boost-notification-map,
.boost-notification.preview-step1 .boost-notification-message {
    position: relative;
    top: -6px;
}
.boost-notification.preview-step1 .boost-notification-map {
    left: -6px;
    width: 76px;
    background-image: url('../imgs/notification_map_preview_step1.png');
}
.boost-notification.preview-step1 .boost-notification-message {
    margin-left: 70px;
    width: auto;
    height: 76px;
    padding: 3px 10px;
    background: url('../imgs/notification_message_preview_step1.png') center center no-repeat;
}
.boost-notification.preview-step1 .boost-notification-message>div {
    display: none;
}

.boost-notification.preview-step1.type_leads .boost-notification-map{
    background: #0c0088;
}
.boost-notification.preview-step1.type_woocommerce .boost-notification-map{
    background: #cd68b8;
}
.boost-notification.preview-step1.type_easydigitaldownloads .boost-notification-map{
    background: #2794da;
}


.boost-notification-desktop {

}

.boost-notification-desktop.boost-notification.style_1 {
    background: #fff;
    border: 1px solid rgba(6,0,71,0.34);
    box-shadow: 0 0 12px 0;
}
.boost-notification-desktop.boost-notification.style_1 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_1.png');
    width: 69px;
    height: 69px;
}
.boost-notification-desktop.boost-notification.style_1 .boost-notification-message {
    margin-left: 69px;
    height: 69px;
}

.boost-notification-desktop.boost-notification.style_2 {
    background: #fff;
    border: 1px solid rgba(6,0,71,0.34);
    box-shadow: 0 0 12px 0;
}
.boost-notification-desktop.boost-notification.style_2 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_2.png');
    width: 69px;
    height: 69px;
}
.boost-notification-desktop.boost-notification.style_2.boost-notification-round .boost-notification-map {
    border:2px solid #ff6f00;
}
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message {
    margin-left: 69px;
    height: 69px;
}
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-top,
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-desktop.boost-notification.style_2 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color:#ff6f00;
}

.boost-notification-desktop.boost-notification.style_3 {
    background: #fff;
    border: 2px solid #ff6f00;
    box-shadow: 0 0 12px 0;
}
.boost-notification-desktop.boost-notification.style_3 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_3.png');
}
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-top,
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color:#ff6f00;
}
.boost-notification-desktop.boost-notification.style_3 .boost-notification-message .boost-notification-message-info .boost-notification-credit-img {
    border: 2px solid white;
    border-radius: 100px;
}

.boost-notification-desktop.boost-notification.style_4 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_4.png');
}

.boost-notification-desktop.boost-notification.style_5 {
    background:#060047;
    border-color: #060047;
    box-shadow: 0 0 12px 0;
}
.boost-notification-desktop.boost-notification.style_5 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_5.png');
}
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-top,
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color: #fff;
}
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-info {
    color: rgba(255,255,255,0.67);
}
.boost-notification-desktop.boost-notification.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit-img {
    border: 2px solid white;
    border-radius: 100px;
}

.boost-notification-desktop.boost-notification.style_6 {
    background:#ff6f00;
    border-color: #ff6f00;
    box-shadow: 0 0 12px 0;
}
.boost-notification-desktop.boost-notification.style_6 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_6.png');
}
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-top,
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color: #fff;
}
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-info {
    color: rgba(255,255,255,0.67);
}
.boost-notification-desktop.boost-notification.style_6 .boost-notification-message .boost-notification-message-info .boost-notification-credit-img {
    border: 2px solid white;
    border-radius: 100px;
}




.boost-notification-mobile {
    width: 98%;
    margin: 3px 1%;
    height: 58px;
}
.boost-notification-mobile .boost-notification-map {
    width: 48px;
    height: 48px;
}
.boost-notification-mobile .boost-notification-message {
    height: 48px;
}

.boost-notification-mobile.style_1 .boost-notification-map,
.boost-notification-mobile.style_2 .boost-notification-map,
.boost-notification-mobile.style_3 .boost-notification-map {
    display: none;
}
.boost-notification-mobile.style_1 .boost-notification-message,
.boost-notification-mobile.style_2 .boost-notification-message,
.boost-notification-mobile.style_3 .boost-notification-message {
    margin: 0;
    padding: 3px 7px 0 7px;
}
.boost-notification-mobile.style_4 .boost-notification-message,
.boost-notification-mobile.style_5 .boost-notification-message,
.boost-notification-mobile.style_6 .boost-notification-message {
    margin-left: 48px;
    padding: 3px 5px 0 5px;
}

.boost-notification-mobile.style_4 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_4.png');
    /*background-size: contain;*/
}
.boost-notification-mobile.style_5 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_5.png');
    /*background-size: contain;*/
}
.boost-notification-mobile.style_6 .boost-notification-map {
    background-image: url('../imgs/notification_map_style_6.png');
    /*background-size: contain;*/
}

.boost-notification-mobile.style_2,
.boost-notification-mobile.style_5 {
    background:#060047;
    border:2px solid #060047;
    box-shadow:0 3px 4px 0 rgba(0,0,0,0.18);
}
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-top,
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-top,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color:#fff;
}
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-info,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-info {
    color: rgba(255,255,255,0.67);
}
.boost-notification-mobile.style_2 .boost-notification-message .boost-notification-message-info .boost-notification-credit-img,
.boost-notification-mobile.style_5 .boost-notification-message .boost-notification-message-info .boost-notification-credit-img {
    border: 1px solid white;
    border-radius: 100px;
}

.boost-notification-mobile.style_3,
.boost-notification-mobile.style_6 {
    background:#ff6f00;
    border:2px solid #ff6f00;
    box-shadow:0 3px 4px 0 rgba(0,0,0,0.18);
}
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-top,
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-top,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-top>a,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-bottom,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-bottom>a,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-info .boost-notification-credit .boost-notification-credit-text-bottom a {
    color:#fff;
}
.boost-notification-mobile.style_3 .boost-notification-message .boost-notification-message-info,
.boost-notification-mobile.style_6 .boost-notification-message .boost-notification-message-info {
    color: rgba(255,255,255,0.67);
}
.boost-notification-mobile.style_1 .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_2 .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_3 .boost-notification-message-info .boost-notification-credit {
    left: auto;
    right: -20px;
    top: -6px;
}
.boost-notification-mobile.style_4 .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_5 .boost-notification-message-info .boost-notification-credit,
.boost-notification-mobile.style_6 .boost-notification-message-info .boost-notification-credit {
    left: auto;
    right: -18px;
    top: -6px;
}
.boost-notification-mobile .boost-notification-message-info .boost-notification-credit span {
    display: inline-block;
    vertical-align: baseline;
}
.boost-notification-mobile .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img {
    margin: 0 5px;
    width: 19px;
    height: 19px;

    top: 7px;
    position: relative;
}



.boost-notification-style-template .boost-notification.boost-notification-desktop {
    width: 240px;
    height: 54px;
    margin: 2px;
    padding: 1px;
    border-width: 1px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-map {
    width: 50px;
    height: 50px;

    /*background-size: contain;*/
    box-sizing: border-box;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message {
    margin-left: 50px;
    width: auto;
    height: 50px;
    padding: 7px 7px 5px 10px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-top,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-top>a,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-bottom,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-bottom>a,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info .boost-notification-credit {
    line-height: 12px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-top {
     font-size: 10px;

     letter-spacing:-0.16px;
 }
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-bottom,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-bottom>a {
    font-size: 8px;

    letter-spacing:-0.14px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info,
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info .boost-notification-credit {
    font-size: 7px;

    letter-spacing:-0.11px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info .boost-notification-credit {
    right: -6px;
    top: 0;
    line-height: 7px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop.boost-notification-square .boost-notification-message-info .boost-notification-credit {
    right: -8px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img {
    margin: 0 2px;
    width: 10px;
    height: 10px;
}
.boost-notification-style-template .boost-notification.boost-notification-desktop .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img img {
    width: 100%;
}


.boost-notification-style-template .boost-notification-mobile {
    width: 240px;
    margin: 2px;
    height: 41px;
    padding: 1px;
    border-width: 1px;
}
.boost-notification-style-template .boost-notification-mobile .boost-notification-map {
    width: 37px;
    height: 37px;
}
.boost-notification-style-template .boost-notification-mobile .boost-notification-message {
    height: 37px;
}

.boost-notification-style-template .boost-notification-mobile.style_1 .boost-notification-map,
.boost-notification-style-template .boost-notification-mobile.style_2 .boost-notification-map,
.boost-notification-style-template .boost-notification-mobile.style_3 .boost-notification-map {
    display: none;
}
.boost-notification-style-template .boost-notification-mobile.style_1 .boost-notification-message,
.boost-notification-style-template .boost-notification-mobile.style_2 .boost-notification-message,
.boost-notification-style-template .boost-notification-mobile.style_3 .boost-notification-message {
    margin: 0;
    padding: 4px 7px 0 6px;
}
.boost-notification-style-template .boost-notification-mobile.style_4 .boost-notification-message,
.boost-notification-style-template .boost-notification-mobile.style_5 .boost-notification-message,
.boost-notification-style-template .boost-notification-mobile.style_6 .boost-notification-message {
    margin-left: 37px;
    padding: 3px 6px 0 5px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-top,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-top>a,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-bottom,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-bottom>a,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit {
    line-height: 11px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-top {
    font-size: 9px;

    letter-spacing:-0.16px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-bottom,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-bottom>a {
    font-size: 7px;

    letter-spacing:-0.14px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info,
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit {
    font-size: 6px;

    letter-spacing:-0.11px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit {
    right: -13px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    top: 4px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img img {
    width: 100%;
}
.boost-notification-style-template .boost-notification-mobile.style_1 .boost-notification-message-info .boost-notification-credit,
.boost-notification-style-template .boost-notification-mobile.style_2 .boost-notification-message-info .boost-notification-credit,
.boost-notification-style-template .boost-notification-mobile.style_3 .boost-notification-message-info .boost-notification-credit {
    right: -13px;
}
.boost-notification-style-template .boost-notification-mobile.style_4 .boost-notification-message-info .boost-notification-credit,
.boost-notification-style-template .boost-notification-mobile.style_5 .boost-notification-message-info .boost-notification-credit,
.boost-notification-style-template .boost-notification-mobile.style_6 .boost-notification-message-info .boost-notification-credit {
    right: -12px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit {
    top: -2px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit span {
    vertical-align: baseline;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img {
    margin: 0 2px;
    width: 10px;
    height: 10px;
}
.boost-notification-style-template .boost-notification.boost-notification-mobile .boost-notification-message-info .boost-notification-credit .boost-notification-credit-img img {
    width: 100%;
}


@media (max-width: 330px) {
    .boost-notification {
        width: 98%;
        margin: 3px 1%;
    }
}