.gitmsticker {
    font-family: "Arial", "Verdana";
    position: relative;
    top: 5px;
    float: right;
    right: 10px;
    width: 605px;
    height: 24px;
    padding: 0;
    margin-top: 5px;
    text-align: center;
    z-index: 100;
    white-space: nowrap;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


/* responsiveness */

@media screen and (max-width: 999px) {
    .gitmsticker {
        display: none;
    }
}

.tickerbox {
    background-color: #fff;
    height: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border-radius: 10px;
    text-align: left;
}

.tickerprevbutton, .tickernewsbutton, .tickernextbutton {
    position: absolute;
    top: 4px;
    height: auto;
    font-weight: bold;
    text-align: center;
    color: #557;
}

.tickerprevbutton {
    width: 20px;
    right: 70px;
}

.tickernewsbutton {
    right: 20px;
    width: 50px;
    text-align: center;
}

.tickernextbutton {
    width: 20px;
    right: 0;
}

.tickerbox a:hover {
    text-shadow: rgba(100, 100, 100, 0.1) 0 0 1px;
}

.tickerlines {
    position: absolute;
    top: 4px;
    left: 0;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tickerlines li {
    position: relative;
    display: none;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 24px;
    margin-left: 5px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tickerlines li a {
    color: #557;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tickerlines li a:hover {
    text-shadow: rgba(0, 0, 0, 0.25) 0 0 2px;
}
