.swedCssProviderList {
    margin-top: 16px;
    list-style: none;
    display: none;
}
.swedCssProviderList.sw-show {
    display: block;
}
.swedCssProviderList li {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 10px 10px !important;
    padding: 10px;
    border: solid 1px transparent;
}
@media (max-width: 991px) {
    .sw-provider {
        width: 40%;
    }
}
.swedCssProviderList li:hover {
    cursor: pointer;
}

.swedCssProviderList li img{
    height: 24px;
    margin: 0 !important;
}
.swedCssProviderList li img:hover {
    cursor: pointer;
}
.swedCssProviderList .sw-border {
    border: solid 2px #888888;
    border-radius: 4px;
}
.sw-provider:hover  {
    border: solid 2px #cccccc;
    border-radius: 4px;
}
.sw-margin {
    margin-bottom: 16px;
}
.sw-input {
    display: none;
}