.notice-board {
    background: #f9f9f9; 
    overflow: hidden;
    width: 100%; 
    height: 330px;
    position: relative;
} 
.notice-wrapper {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.notice-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding: 10px 15px;
    background: white;
}

.notice-date {
    width: 60px;
    text-align: center;
    background: #183159 ;
    border-radius: 4px; 
    margin-right: 10px;
    font-weight: bold;
    color:white;
}

.notice-text {
    font-size: 0.95rem;
    color:white;
}
.notice-date span{
    background:#06bbcc; 
    display: block;
    padding-top: 4px;
    font-size: 18px;
}

.notice-text a {
    text-decoration: none;
    color: #183159 ;
}

.events_images{
    height:133px;
    width:200px;
}


.Upcoming-Events h5{margin-bottom: 3px !important}
.Upcoming-Events p{margin-bottom: 3px !important;}

.customTable tr td img{width:70px;}
.customTable tr td{vertical-align: middle;}
