@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/Fonts/Lato-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/Fonts/Ubuntu-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Ubuntu Medium Italic';
  font-style: normal;
  font-weight: 400;
  src: url('/Fonts/Ubuntu-MediumItalic.ttf') format('ttf');
}
.latest-twitter-list {
    list-style:decimal;
}

.timeline-header h1.summary {
    font-family: 'Ubuntu', 'sans-serif';
    font-size: 28px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;

}
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px ;
}
div.root {
    border: 6px solid #eeeeee;
}
div.timeline-footer,div.timeline-header {
    background-color: #f2f2f2;
}
.twitter-bird-blue {
    margin-left: 10px;
    vertical-align: baseline;
    display: inline-block;
    background-image: url('/Themes/ConsortOfficialTheme/Content/Images/twitter-bird-light-bgs.png');
    width: 25px;
    height: 20px;
    background-size:25px 20px;
}
.twitter-bird-white {
    margin-left: 10px;
    vertical-align: baseline;
    display: inline-block;
    background-image: url('/Themes/ConsortOfficialTheme/Content/Images/twitter-bird-dark-bgs.png');
    width: 25px;
    height: 20px;
    background-size:25px 20px;
    vertical-align: middle;
}
.followBtn {
    float: right;
    background: #577EBF;
    padding: 10px;
    color:white !important;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor:pointer;
}
    .followBtn:hover {
        background-color: #577EBF;
        text-decoration: none !important;
        color: white;
    }
.timeline-footer a {
    border: 1px solid #2b7de1;
    border-radius: 0px;
}
div.timeline-header .header-arrow-down {
    position:absolute;
    bottom:-19px;
    left:30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0px 0 40px;
    border-color: #f2f2f2 transparent transparent transparent;
}
.stream{
    padding-top: 20px;
}
    /*.stream ol li.tweet:hover {
        background-color: #dcf3fe;
    }*/