.card-content {
	display: table-cell;
    width: 100%;
    padding: .75rem 1.25rem;
}
.card-content .text-muted {
    text-transform: capitalize;
    color: #adadad !important;
    font-weight: 500;
}
.cards-group .card .card-action {
    width: 180px;
    display: table-cell;
    border: none;
    height: 100%!important;
    vertical-align: middle;
    border-left: 1px solid #dedede;
    padding: .75rem 1.25rem;
    text-align: center;
}
.cards-group .card .card-action .btn{
	width: 100%;
	color: #000 !important;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-bottom: none;
    border-radius: 0;
    width: 100%;
    height: 100%!important;
    display: table;
    table-layout: fixed;
    padding: 0px;
}
li.list-group-item:hover {
    background: #f5f5f5;
}
.bg-light {
    background: #F8F9FA;
}
.nav-tabs{
    text-transform:uppercase;
    font-weight:600;
    border-bottom:3px solid #d1d1d1
}
.nav-tabs li{
    margin:0;
    padding:0
}
.nav-tabs li a:hover{
    background:none;
    border:none !important;
    text-decoration: none
}
.nav-tabs li.active{
    border:none;
    color:#5381c6;
    border-bottom:3px solid #0275d8;
    margin-bottom: -3px !important
}
.nav-tabs li a:focus, .nav-tabs li a:hover{
	text-decoration: none;
	outline: none;
	color: #0275d8;
}
.nav-tabs li a {
    color: #505050
}
.nav-tabs li.active a {
	color: #0275d8
}
.card {
    border-top: none;
}
.embed-container {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     max-width: 100%;
}
 .embed-container iframe, .embed-container object, .embed-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media (max-width: 767px) {
    h1, h2, h3, h5, h6, p, a {
        text-align: center
    }
    .cards-group .card .card-action, 
    .cards-group .card .card-action, 
    .list-group-flush .list-group-item {
        display: block;
    }
    .cards-group .card .card-action {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }     
}