sf-block{
    display: block;
}
sf-group{
    display: block;
}

sf-intag-component{
    display: block;
}

sf-intag-component{
    display: block;
}

sf-intag-component ::-webkit-scrollbar {
    display:none;
}
/*
::-webkit-scrollbar {
    display:none;
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
::-webkit-scrollbar-thumb:active {
    background: transparent;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 60px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
*/
.dw-tag-wrapper {
    position:relative; /*FIX[Bug#124326:kw_viewability isn't sent for all keywords]*/
    width: 100%;
    font-family: Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
    font-weight: normal;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    box-sizing: border-box;
}

.dw-tag-wrapper-floating {
    position: fixed;
    bottom: 0px;
    padding: 10px 0 5px 10px;
    border: 1px solid #dbdbdb !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    -webkit-overflow-scrolling: touch
}

.dw-tag-title {
    font-family: inherit !important;
    font-weight: normal;
    font-size: 16px;
    display: inline;
    margin: 0 10px 0 0; }
.dw-tag-title::-moz-selection {
    background: transparent;
    text-shadow: none; }
.dw-tag-title::selection {
    background: transparent;
    text-shadow: none; }

.dw-tag {
    background-color: #6f3881;
    display: inline-block;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    padding: 0px 10px;
    border-radius: 3px;
    margin-right: 5px;
    height: 25px;
    line-height: 25px; }

.dw-tag:hover, .dw-tag:focus, .dw-tag:active {
    color: #fff;
}

.dw-tag:hover{
    background-color: #994BB3;
}

.dw-tag::-moz-selection {
    background: transparent;
    text-shadow: none; }
.dw-tag::selection {
    background: transparent;
    text-shadow: none; }
@media screen and (min-width: 960px) {
    .dw-tag-wrapper-big {
        max-width: inherit; }

    .dw-tag-wrapper {
        position:relative;
        margin-top: 20px;
        padding: 20px 0 20px 0; }
    .dw-section-add .dw-tag-wrapper {
        margin-top: 0;
        padding: 20px 0; }

    .dw-tag {
        padding: 0px 10px 1px 9px;
        margin-right: 5px;
        height: 30px;
        line-height: 30px; }

}

.dw-tag-two-rows-first-div-wrapper {
    margin-bottom: 5px;
}

.dw-tag-title-in-separate-line {
    margin-bottom: 10px;
}

.dw-tag-two-rows-wrapper
{
    overflow-x: auto;
    padding-bottom: 10px;
}

.dw-tag-wording-wrapper
{
    overflow-x: auto;
    padding-bottom: 10px;
}

.inTag-x-btn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    outline: none !important;
    padding: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block;
    background: rgba(255, 255, 255, 0.7) url("../assets/images/close.png") center no-repeat;
}