/*p, li{*/
    /*font-size: 18px;*/
/*}*/
.footer-ul{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.no-decor{text-decoration: none;}

.footer-ul a{
    color: #ffcd39;
    text-decoration: none;
}

.footer-copyright, .navbar{
    background-color: #000000;
}
ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

ul.comment{
    list-style-type: none;
}

.txt-justify{
    text-align: justify;
}

.card-header, th{ letter-spacing: 1px;}

.subscription-expired{
    animation: blink 1.5s linear infinite;
}
@keyframes blink {  67% { opacity: 0 }}

.accordion-button{
    font-weight: bold;
}
.accordion-body, .blockquote p{
    color: #6c757d;
}

.social-icons {
    width: 50px;
    height: 50px;
    background-image: url('../img/social_icons_50px.png');
    background-size: 230px auto;
}
.fbicon {
    background-position: 0;
}

.twittericon {
    background-position: -60px 0;
}

.whatappicon {
    background-position: -120px 0;
}

.telegramicon {
    background-position: -180px 0;
}

.iconx {
    width: 50px;
    height: 50px;
    background-image: url('../img/social_icons_50px.png');
    background-size: 230px auto;
    background-position: -50px 0;
}