h3{
    float: left;
    margin-top: 10px;
}

 table {
     table-layout: fixed;
 }

 table td{
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
 }

 .carousel {
 }

 .carousel_img{
     margin-left: auto;
     margin-right: auto;
     height: 500px !important;
 }

.div_section{
    margin-top: 10px;
}

.div_section button{
    float: right;
    margin-top: 5px;
}

.blank {
    clear: both;
}

/*.div_img img {*/
    /*width: 75%;*/
/*}*/


.td1{
    text-align: center;
    width:60px !important;
}

.td2{
    text-align: center;
    width:80px !important;
}

.professor img{
    max-width: 70%;
    max-height: 140px;
}

.carousel_img{
    max-height: 550px !important;
}

.badge {
    margin-left: 3px;
    padding: 4px 7px;
    font-size: 12px;
    border-radius: 10px;
}
.badge-secondary { background-color: #6c757d; color: white; }
.badge-success { background-color: #28a745; color: white; }
.badge-primary { background-color: #007bff; color: white; }
.badge-warning { background-color: #ffc107; color: #212529; }
.badge-info {
    background-color: #17a2b8;
    color: white;
}
.badge-danger {
    background-color: #dc3545;
    color: white;
}
.badge-warning {
    background-color: #ffc107;
    color: #212529;
}