/*news ticker CSS*/
.newsticker{
    list-style: none;
    padding-left: 0px;
}

.pane-ticker {
    border:1px #9da6ae solid !important;
    border-radius:5px; /* NEW */
    min-height: 350px;
    min-width: 180px;
}

.pane-ticker h2{
    display:block;
    background-color:#9da6ae;
    color: white !important;
    font-size: 1em;
    padding-left: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
}

.view-content-ticker {
    padding: .75em;
}

.feed-icon {
    padding-left: 5px;
    display: inline-block;
}

.feed-text {
    font-size: .9em;
}

#twic-contact .tsa-contact-box {
    float: none;
    width: 100%;
}