@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.newstape a {
    color: #777;
}

#wrapper {
    width: 200px;
    margin: 0 auto;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.text-center {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #164A75;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.text-right {
    text-align: center;
    padding-bottom: 15px;
}

.text-justify {
    text-align: justify;
}

.newstape {
    background-color: #f9f9f9;
    color: #777;
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
}

.newstape-content {
    position: relative;
    padding: 0;
}

.newstape-drag {
    cursor: ns-resize;
}

.news-block img {
    max-width: 100%;
    max-height: 30px;
    padding-bottom: 10px;
}

.news-block.gold {
    border-left: 4px solid #ffd700;
}

.news-block.silver {
    border-left: 4px solid #c0c0c0;
}

.news-block.bronze {
    border-left: 4px solid #cd7f32;
}

.news-block.basic {
    border-left: 4px solid #221d55;
}

.news-block {
    padding: 15px;
    text-align: center;
    border-style: solid;
    border-top: 1px solid #c0c0c0;
    border-bottom: 0 solid #c0c0c0;
    border-left: 0 solid rgba(255, 255, 255, 0);
    border-right: 0 solid rgba(255, 255, 255, 0);
    background-color: #fff;
}

.news-block:last-child {
    border-bottom: 1px solid #c0c0c0;
}

h1 a {
    color: white;
    text-decoration: none;
}