.announcements-container {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    height: 40px;
    line-height: 40px;
}

.container-title {
    width: 13%;
    height: 100%;
    overflow: hidden;
    padding: 0 15px 0 15px;
    float: left;
    background: #00508f;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}

ul.announcements {
    width: 100%;
    float: left;
    height: 40px;
    overflow: hidden;
    list-style-type: none;
    vertical-align: middle;
    padding: 0px !important;
}

ul.announcements li {
    height: 40px;
    text-decoration: none;
}

ul.announcements li a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

ul.announcements li a p {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    text-decoration: none;
    font-size: 18px;
}

.customdataset li a {
    text-decoration: none;
    color: rgb(29, 29, 29);
}

.customdataset li a:hover {
    text-decoration: none;
    color: rgb(29, 29, 29);
}

.customdataset li {
    margin-top: 0px !important;
    padding-bottom: 5px !important;
    padding: 5px;
}

.customdataset li img {
    width: 20px;
    float: left;
    margin-right: 10px;
}

.customdataset li:hover {
    background: #f7f7f7;
}

.linkrel div:hover {
    box-shadow: 0px 0px 10px #faa634 !important;
}