﻿.bltns {
}

    .bltns ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .bltns ul li {
            margin-bottom: 10px;
            padding: 0px;
            border-bottom: dotted 1px #ccc;
            text-align: center;
        }


            .bltns ul li div {
                clear: both;
            }

            .bltns ul li:hover {
                background-color: #EFEFEF;
                border-bottom: dotted 1px #fff;
            }

            .bltns ul li i {
                float: left;
                margin: 2%;
                /*background-color: #fff;*/
                color: #767171;
            }

            .bltns ul li p {
                float: left;
                color: #212529;
                padding-left: 10px;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                text-align: justify;
                width: 89%;
                white-space: pre-line;
            }


.rowSinMarginR {
    margin-right: 0px !important;
}

.rowSinMarginL {
    margin-left: 0px !important;
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .img-thumbnail {
        height: auto !important;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    .img-thumbnail {
        height: auto !important;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}

.link {
    text-decoration: none !important;
}

.fa-ban:before {
    color: black;
}
