@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
    font: 14px/20px "Open Sans", "Arial";
    line-height: 1.3em;
    padding: 0; 
    margin: 0 auto; 
    overflow: visible;
}

.slideshow {
    display: none;
}

.feed {
    border: 1px solid #444c51;
    /*border-radius: 6px;*/
    /*box-shadow: 0px 2px 4px rgba(0,0,0,0.3);*/
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.feed .feed-header {
    background-color: rgb(19, 80, 121);
    /*background-color: #2a6695;*/
    /*background: #2f729f url("../../images/widget-header-background.jpg") repeat-x;*/
    /*border-radius: 6px 6px 0px 0px;*/
    border-bottom: 1px solid #135079;
    position: relative;
    height: 60px;
    /*box-shadow: inset 0px 1px #4bb5d0;*/
}

.feed .feed-header .feed-header-inner {
    /*background-image: url("../../images/widget-header.png");*/
    background-repeat: no-repeat;
    background-position: top right;
    padding: 10px 50px 10px 15px;
    height: 40px;
}

.feed .feed-header .feed-subtitle {
    color: #c6e0f1;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-shadow: 0px -1px 0px #135079;
    text-transform: uppercase;
}

.feed .feed-header .feed-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3em;
    text-shadow: 0px -1px 0px #135079;
}

.feed .feed-header .feed-pagination {
    position: absolute;
    top: 25px;
    right: 10px;
}

.feed .feed-header .feed-pagination a {
    float: left;
    margin: 0px 5px;
}

.feed .feed-header .feed-pagination .feed-caret {
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #b2ccdd;
    border-left: 10px solid #b2ccdd;
}

.feed .feed-header .feed-pagination .feed-caret:hover {
    border-right-color: #ffffff;
    border-left-color: #ffffff;
}

.feed .feed-header .feed-pagination .feed-caret.feed-prev {
    border-left-width: 0px;
}

.feed .feed-header .feed-pagination .feed-caret.feed-next {
    border-right-width: 0px;
}

.feed .feed-content {
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
}

.feed .feed-content .feed-list {
    margin: 0px;
    padding: 5px 0px 5px;
    list-style: none;
    min-height: 197px;
}

.feed .feed-content .feed-list li {
    background-color: #ffffff;
    overflow: hidden;
    padding: 4px 15px;
    margin: 0;
}

.feed .feed-content .feed-list li:nth-child(even) {
    background-color: #f2f2f2;
}

.feed .feed-content .feed-list li .feed-list-team {
    width: 50px;
    float: left;
}

.feed .feed-content .feed-list li .feed-list-name {
    width: 170px;
    float: left;
}

.feed .feed-content .feed-list li .feed-list-name a {
    color: rgb(53, 122, 164);
    text-decoration: none;
}

.feed .feed-content .feed-list li .feed-list-name a:hover, 
.feed .feed-content .feed-list li .feed-list-name a:visited {
    text-decoration: underline;
}

.feed .feed-content .feed-list li .feed-list-point {
    width: 50px;
    float: left;
    text-align: right;
}

.feed .feed-footer {
    background-color: #444c51;
    /*border-radius: 0px 0px 6px 6px;*/
    padding: 8px 15px 6px;
    text-align: center;
}