.meeting-info i {
    padding-right: .5rem;
}

.card {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .container.detail-container {
        padding: 0 !important;
    }

    .card.detail-card-info {
        border: 1px solid #f0f0f0;
        margin-bottom: .5rem;
        border-radius: 0;
    }

    .blog-sidebar .card-title {
        font-style: normal !important;
    }
}

.card {
    /*border: 1px solid #ccc;*/
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.btn-group-fixed {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 98;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 1px #ccc;
}

.btn-group-fixed .btn-visit {
    line-height: 4rem;
    height: 4rem;
    width: 50%;
    float: left;
    text-align: center;
    color: #444;
}

.btn-group-fixed .btn-sign {
    line-height: 4rem;
    height: 4rem;
    float: right;
    width: 50%;
    text-align: center;
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}