* {
    margin: 0;
    padding: 0;
}

.ws-sl-container {
    display: block;
    width: 500px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgb(242, 242, 242);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.ws-sl-text-description {
    text-align: center;
}

p.ws-sl-lead-paragraph {
    font-size: 24px;
    margin-bottom: 5px;
}

.ws-sl-lead-paragraph i{
    font-size: 16px;
    opacity: .4;
    margin-right: 5px;
}

/* To remove for Ajax
.ws-sl-content {
    display: none;
} */

.ws-sl-box-for-social-medias {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.ws-sl-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 45px;
    text-align: center;
}

.ws-sl-box a, .ws-sl-box a:hover {
    text-decoration: none;
}

.ws-sl-box-facebook i{
    color: rgb(15,145,243);
}

.ws-sl-box-twitter i{
    color: rgb(29,161,242);
}

.ws-sl-box-linked-in i{
    color: rgb(10,102,194);
}

.ws-sl-box-email i{
    color: rgb(223,86,67);
}

p.ws-sl-term-of-use {
    margin-top: 8px;
    font-size: 13px;
    text-align: center;
    color: rgb(128, 128, 128);
}

.ws-sl-term-of-use a {
    color: #000;
}

