.announcements-b {
    background: #f5f5f5;
    border: 1px solid #efefef;
    border-bottom: 5px solid #fed800;
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
}

.announcements-b:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 250px;
    height: 10px;
    background: url('../../../../../../img/dots.png') no-repeat;
    margin: auto;
}

.announcements__title {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 15px;
    color: #404040;
    font: normal normal normal 20px/22px "CondensedBold", "Arial", "Tahoma";
    text-transform: uppercase;
}

.announcements__list {
    padding-top: 15px;
}

.announcements__list .contentbox-7-1-1 .kalendartext {
    font-size: 14px;
    margin-top: 0;
}

.announcements__list-item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.announcements__list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 5px
}

.announcements__list-item:last-child:before {
    display: none;
}

.announcements__list-item:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: 0;
    background: #eeeeee
}