.card{
    margin-top: 10px;
}
.prsdnt-m-heading{
    text-align: center; 
    color: #000000; 
    font-weight: 600;
}
.my-card-background{
    background:#ebeef0;
}

/*  Start Calendar Style */
.calendar-container {
    display: inline-block;
    text-align: center;
    margin: 0px;
  }
  .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .calendar-header button {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
  }
  .calendar-header h2 {
    margin: 0;
    font-size: 20px;
  }
  .calendar-table {
    margin: auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
  }
  .calendar-table th, .calendar-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
  }
  .calendar-table th {
    background-color: #f4f4f4;
  }
  .calendar-table td {
    height: 5px;
  }
  .today {
    background-color: #0580a7;
    color: #ffffff;
    font-weight: bold;
  }

/* End Calendar Style */

.prsdnt-contact{
  font-size: 16px;
  color:#0580a7;
}

.college-banner{
  color: #ffffff !important;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1em;
}
.college-banner-link{
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 1em;
}

.dept > li> a:hover{
  background: #095692;
  color: #ffffff;
}

.my-list{
  position: absolute !important;
  left: -1.14285714em !important;
  width: 2.14285714em !important;
  text-align: right !important;
  font-weight: bolder !important;
  margin-left: 24px;
}

table, th, td {
  border: 1px solid black;
}

th, td{
  padding: 8px;
}

.c-ul > li{
  margin-left: 30px;
  text-align: justify;
}