.content-image {
    height: 200px;
    float: right;
}

.views-field.views-field-field-dept-icon {
    border: 1px dashed #104c8b;
    margin-right: 15px;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
}

.noticeboard_header {
  background: #104c8b;
  line-height: 35px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.pager__item a {
    display: inline-block;
    padding: 5px 14px;
    background: #104c8b;
    border: 1px solid #07294d;
    border-radius: 15px;
    margin: 0 5px;
    color: #fff;
    text-decoration: underline;
}
.department-inner-image{
	width: 100%;
}

.cboxElement img {
  margin: 15px 0em 15px 0em !important;
  height: 154px;
  width: 100%;
  border-radius: 4px;
  
}

.custom-btn {
  padding: 6px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.custom-btn:hover {
  background-color: #0056b3;
}


