

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.announcement{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.announcement>.date{
    font-size: smaller;
    color: gray;
}


a.out:after  {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e164 ";
}



